Wykres commitów

1011 Commity (master)

Autor SHA1 Wiadomość Data
Georg Lukas b5014f234b Prefs: fix linter error (hopefully?) 2020-08-30 19:30:56 +02:00
Georg Lukas d07d4458fc Map: silence unregister crash of not registered Receiver 2020-08-30 18:57:29 +02:00
Georg Lukas 8602da0897 App: put global initializers where they belong 2020-08-30 18:43:57 +02:00
Loren M. Lang 66879f8671 Don't fail build on lint errors
Currently getting the following lint errors that are preventing a build:

.../aprsdroid/res/layout/prefsymbol.xml:59: Error: Corresponding method
handler 'public void onOkClicked(android.view.View)' not found [OnClick]

   android:onClick="onOkClicked"

   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.../scala-library-2.11.12.jar: Error: Invalid package reference in library;
not included in Android: java.lang.management. Referenced from
scala.sys.process.package.. [InvalidPackage]

.../aprsdroid/res/values-is/strings.xml:27: Error: Incorrect formatting string
sta_lastreport; missing conversion character in '% S' ? [StringFormatInvalid]

  <string name="sta_lastreport">% Síðasta tilkynning</string>

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-08-29 21:30:56 -07:00
Loren M. Lang 2186a41297 Fix build error with Gradle Scala plugin
The build was producing the following error with these lines in place:

No such property: srcDirs for class: jp.leafytree.gradle.AndroidScalaPluginExtension
2020-08-29 21:30:56 -07:00
Loren M. Lang 40835b801c Added a Gradle wrapper for building APRSdroid
This is required for Travis CI to use the correct Gradle release and
helpful in general for new developers.
2020-08-29 21:30:17 -07:00
Loren M. Lang b2cb5ca200 Enable Travis CI builds of APRSdroid
Specify correct components for Travis CI to install
2020-08-29 21:28:28 -07:00
Georg Lukas 1081975b84 translation: minor updates 2020-08-29 21:11:57 +02:00
Georg Lukas 4a6dc267ad Map: launch the correct map from menu 2020-08-29 21:11:57 +02:00
Georg Lukas 62de815f33 Map workaround: initialize map list on request 2020-08-29 20:43:09 +02:00
Georg Lukas b1585189c2 Map: don't crash when closing Google map before ready 2020-08-29 20:42:35 +02:00
Georg Lukas f07b40984a Map: only load stations that have a callsign to not crash Google Map 2020-08-29 20:21:57 +02:00
Georg Lukas c4ddbd8675 version 1.6.0 2020-08-28 21:07:51 +02:00
Georg Lukas f4e178da1d build: allow to externally override build minor version 2020-08-28 21:07:51 +02:00
Georg Lukas 3be657efc2 build: include JNI libs for multimon into APK 2020-08-28 21:03:32 +02:00
Georg Lukas 0cc40f7f10 Service: do not crash on service restart after reboot 2020-08-28 20:43:54 +02:00
Georg Lukas 93059b2426 Update copyright string to 2020 2020-08-28 20:43:54 +02:00
Georg Lukas b47ddb880b translation import 2020-08-28 and (C) fixup
sed -i s/2009-2018/2009-2020/ res/values*/strings.xml
2020-08-28 20:43:54 +02:00
Georg Lukas 7efbaff058 Map: remove dead permissions code from Mapsforge map 2020-08-28 12:02:46 +02:00
Georg Lukas 9638efe532 Map: remember map position in central prefs 2020-08-28 12:02:46 +02:00
Georg Lukas bb9f9f96e6 Map: remove icon rotation in Google for now 2020-08-28 12:02:46 +02:00
Georg Lukas 2406f10913 gradle: helpful comment for other devs 2020-08-28 12:02:46 +02:00
Georg Lukas a08440dcaa Map: remove logging 2020-08-28 12:02:46 +02:00
Georg Lukas cc6956de47 Map: only open info window on first load 2020-08-28 12:02:46 +02:00
Georg Lukas cf0da4eebf Map: refactor map menus to MapMenuHelper 2020-08-28 12:02:46 +02:00
Georg Lukas 341c81e1a7 Map: refactor map modes into list of options 2020-08-28 12:02:46 +02:00
Georg Lukas 7a53b45f32 Map: fix progress indicator on Google map 2020-08-22 14:04:28 +02:00
Georg Lukas f4739d4ae3 javAPRSlib: new Digipeater.parseList (2020-08-22), fix #273 2020-08-22 13:29:57 +02:00
Georg Lukas 5688c174a1 New Message: fix capitalization in input box, fix #251 2020-08-15 19:43:18 +02:00
Georg Lukas 1dd06c62b3 USB: UsbSerial 6.1.0 with @MobilinkD CDC fix
Compilation, in UsbSerial directory:

	cd usbserial && \
	../gradlew build && \
	unzip build/outputs/aar/usbserial-debug.aar classes.jar && \
	mv classes.jar ../../aprsdroid/libs/usbserial-6.1.0.jar

Details:
https://github.com/ge0rg/aprsdroid/issues/264#issuecomment-643564816
2020-08-15 19:43:18 +02:00
Georg Lukas 6db2eca2a3 Map: open station tracker in Google map as well 2020-08-15 19:43:18 +02:00
Georg Lukas f5bc1596c5 Maps: follow station on google map 2020-08-15 19:43:18 +02:00
Georg Lukas afbb002841 Move screen-on and volume settings to top-level activities, fix #260 2020-08-15 19:43:18 +02:00
Georg Lukas ae0e3ab53b document the app's activity hierarchy 2020-08-15 19:43:18 +02:00
Georg Lukas a9c1a41dae gradle: make release key optional 2020-08-15 19:43:18 +02:00
Georg Lukas e26a1b0696 Map: enable zoom and compass 2020-08-15 19:43:18 +02:00
Georg Lukas 90117c50be Map: better zoom, comment 2020-08-15 19:43:18 +02:00
Georg Lukas a6c8686679 gradle: Maps v2 helper library 2020-08-15 19:43:18 +02:00
Georg Lukas 3b45835deb Map: basic Google map view 2020-08-15 19:43:18 +02:00
Georg Lukas 807c91ad0c Map: unify icon loading into common class 2020-08-15 19:43:18 +02:00
Georg Lukas b73a46214e Map: expose all station info to map loader 2020-08-15 19:43:18 +02:00
Georg Lukas 65c82c2e4e Maps: Google Maps v2 integration 2020-08-15 19:43:18 +02:00
Georg Lukas 8a733af793 fix OSM tile server 2020-08-15 19:39:00 +02:00
Georg Lukas 34cc0c0c4c OSM online: custom https downloader 2020-08-15 19:39:00 +02:00
Georg Lukas c0e259e054 StorageDatabase: create more indexes 2020-08-15 19:39:00 +02:00
Georg Lukas f3420e5a71 translation import 2019-12-30 2020-08-15 19:39:00 +02:00
Georg Lukas ab75babb3a gradle: integrate Play Publishing 2020-08-15 19:39:00 +02:00
Georg Lukas a56cfff489 Notification: fix channels on pre-r26 2020-08-15 19:39:00 +02:00
Georg Lukas 84ee29b9cd Map: center to a special POI initially 2020-08-15 19:39:00 +02:00
Georg Lukas 1f219877b4 gradle: streamline build metadata values 2020-08-15 19:39:00 +02:00