Wykres commitów

26 Commity (master)

Autor SHA1 Wiadomość Data
Georg Lukas 03e4a36d61 Android 13: bump SDK 2023-10-08 20:22:04 +02:00
Georg Lukas 734498c6e0 Android 11: work around r30 limitations for APK build 2022-02-08 19:25:09 +01:00
Georg Lukas 1ccaac45be Import bloated FileProvider from androidx 2021-10-14 09:40:20 +02:00
Georg Lukas 3936755a7f gradle: bump to r30 2021-03-01 10:52:38 +01:00
Georg Lukas b607a9f8a4 gradle: add Amazon publishing plugin 2020-09-14 18:38:51 +02:00
Loren M. Lang a27ac7c32e Added testing framework for local unit tests and instrumented unit tests 2020-08-30 15:44:38 -07:00
Loren M. Lang 52a63a489f Allow the API key to be customized per-environment with local.properties
It will default to ge0rg's production signing key if it's not included
in local.properties
2020-08-30 12:18:28 -07:00
Georg Lukas f326a1c3de Merge branch 'master' into travis-ci 2020-08-30 20:02:57 +02:00
Georg Lukas a547e89dcb lint: ignore 'invalid package' error on Scala 2020-08-30 19:32:32 +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
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 2406f10913 gradle: helpful comment for other devs 2020-08-28 12:02:46 +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 a9c1a41dae gradle: make release key optional 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 65c82c2e4e Maps: Google Maps v2 integration 2020-08-15 19:43:18 +02:00
Georg Lukas ab75babb3a gradle: integrate Play Publishing 2020-08-15 19:39:00 +02:00
Georg Lukas 1f219877b4 gradle: streamline build metadata values 2020-08-15 19:39:00 +02:00
Georg Lukas 4ecb46bdf9 gradle: revert grgit to fix describe() 2020-08-15 19:39:00 +02:00
Georg Lukas fda484a243 gradle: suppress deprecation warnings 2020-08-15 19:39:00 +02:00
Georg Lukas 34c4c22cbd Gradle: update to Gradle 5.x 2020-08-15 19:38:57 +02:00
Georg Lukas 41475b6786 Gradle: update to r28 2020-08-15 19:38:57 +02:00
Georg Lukas 04b80141db gradle: use AllBus version of plugin for gradle4 2019-03-16 19:46:52 +01:00
Georg Lukas f4a3d344d8 initial gradle build config 2019-03-16 19:46:52 +01:00