Commit graph

536 commits

Author SHA1 Message Date
Andreas Schildbach
3c7d5a21a9 navigation_drawer.xml: Remove 'clickable' from top-level drawer. 2019-10-26 20:18:51 +02:00
Andreas Schildbach
b31b356f04 project.properties: Remove, as it is unused. 2019-10-26 13:40:18 +02:00
Andreas Schildbach
94d56c6d35 Fix NULL 'constraints'. For SQLite they're implicit if no NOT NULL is given. 2019-10-26 13:16:49 +02:00
Andreas Schildbach
170eb8827d settings.gradle: Replace invocation of compareTo() with operator. 2019-10-26 11:52:48 +02:00
Andreas Schildbach
34b1104020 Replace listeners and runnables with lambdas. 2019-10-26 11:14:18 +02:00
Andreas Schildbach
d08464cb7f Use try-with-resources where possible. 2019-10-26 10:49:02 +02:00
Andreas Schildbach
4c8114497a Objects: Collapse catch branches. 2019-10-26 10:26:59 +02:00
Andreas Schildbach
2beddb8807 AboutFragment: Fix BadTokenException when trying to view the changelog. 2019-10-26 01:29:23 +02:00
Andreas Schildbach
1fd42fcfb5 11.1.1 2019-10-25 22:21:33 +02:00
Andreas Schildbach
4ac29dd5e0 AndroidManifest.xml: Request ACCESS_BACKGROUND_LOCATION permission.
It's required for the App-Widget on Android 10 and later.
2019-10-25 22:10:28 +02:00
Andreas Schildbach
451ae8f8e3 11.1 2019-10-18 12:20:52 +02:00
Andreas Schildbach
7dfb4bed04 New region: San Francisco. 2019-10-17 22:19:28 +02:00
Andreas Schildbach
2c5b5c5ba6 New region: Prague. 2019-10-17 20:51:59 +02:00
Andreas Schildbach
ab1933e702 proguard.cfg: Fix a dontnote for androidx. 2019-10-17 20:41:00 +02:00
Andreas Schildbach
5ca14adbfc build.gradle: Exclude unwanted Kotlin metadata from APK. 2019-10-14 18:42:51 +02:00
Andreas Schildbach
3859d9496e Enable Java 8 language features. 2019-10-14 18:32:57 +02:00
Andreas Schildbach
fe77feffd1 11.0.1 2019-10-10 23:15:46 +02:00
Andreas Schildbach
93e4e23f60 Downloader: Use Headers.getDate() rather than parsing the date manually. 2019-10-10 23:03:16 +02:00
Andreas Schildbach
759afdd5ca Update OkHttp to 3.12.6. 2019-10-10 23:03:16 +02:00
Andreas Schildbach
735d923bd3 build.gradle: Migrate dependency configurations from 'compile' to 'implementation'. 2019-10-10 23:03:16 +02:00
Andreas Schildbach
26379d4da3 build.gradle: Do no crunch PNGs, as they are already crunched. 2019-10-10 23:03:16 +02:00
Andreas Schildbach
55bab0c737 Update Android Gradle plugin to 3.1.0. 2019-10-10 23:03:16 +02:00
Andreas Schildbach
b390fe538c build.gradle: Declare flavor dimension. 2019-10-10 23:03:16 +02:00
Andreas Schildbach
363e9bcf03 11.0 2019-09-18 19:34:17 +02:00
Andreas Schildbach
e41533a63e Use 'aosp' and 'google' flavors to separate the two variants.
This is a replacement for the constantly rebased 'google' git branch.
2019-09-18 19:17:13 +02:00
Andreas Schildbach
3f11df7be6 Update SDK Build Tools to 29.0.2. 2019-09-18 19:16:55 +02:00
Andreas Schildbach
e0abc9bf85 Target Android 10. 2019-09-18 19:13:13 +02:00
Andreas Schildbach
8d35a46834 Require Android 4.4 (KitKat). 2019-09-17 17:07:32 +02:00
Andreas Schildbach
0b42007770 Update AndroidX Core to 1.1.0. 2019-09-17 17:06:25 +02:00
Andreas Schildbach
9a28f3f94d 10.5.9 2019-09-17 14:48:01 +02:00
Andreas Schildbach
d06373c608 PreferencesActivity: Migrate to usage of PreferenceFragment for all settings. 2019-09-07 10:35:18 +02:00
Andreas Schildbach
924de06cb1 strings.xml: Change wording of 'Settings'. 2019-09-07 01:48:51 +02:00
Andreas Schildbach
05bec6201c about.xml: Declare link to Twitter in XML. 2019-09-07 01:30:18 +02:00
Andreas Schildbach
b2c3743525 strings.xml: Reorganize category 'feedback' into 'participate'. 2019-09-07 01:30:00 +02:00
Andreas Schildbach
1a0e025655 styles.xml: Fix transparency of translucent activities. 2019-09-06 19:23:49 +02:00
Andreas Schildbach
e379320c71 Fix weird typo in resource keys. 2019-09-06 17:41:53 +02:00
Andreas Schildbach
b8778255ba Remove Flattr from donation options. 2019-09-06 16:53:13 +02:00
Andreas Schildbach
5de2df19ac Installer: Add Aurora store. 2019-09-06 16:01:46 +02:00
Andreas Schildbach
12e9f64437 10.5.8 2019-09-05 14:20:11 +02:00
Andreas Schildbach
1608288e29 Make list_entry background a drawable.
Color state lists don't seem to work any more on Android 10.
2019-09-05 12:07:47 +02:00
Andreas Schildbach
78dd8dd9a9 Update Guava to 28.1-android. 2019-08-30 16:26:58 +02:00
Andreas Schildbach
c69546c18b Update androidx-core to 1.0.2. 2019-08-30 15:42:06 +02:00
Andreas Schildbach
f9f1cc6616 Update androidx-annotation to 1.1.0. 2019-08-30 15:41:04 +02:00
Andreas Schildbach
8f452619e1 Update logback-android to 2.0.0. 2019-08-30 15:39:07 +02:00
Andreas Schildbach
e968dc6681 Update slf4j to 1.7.28. 2019-08-30 15:38:30 +02:00
Andreas Schildbach
588aaf72f3 .gitignore: Ignore IntelliJ IDEA project files. 2019-08-27 17:06:52 +02:00
Andreas Schildbach
fc5b063446 .gitignore: Ignore Gradle-wrapper related files. 2019-08-27 16:33:49 +02:00
Andreas Schildbach
e0b145f610 10.5.7 2019-07-23 00:08:26 +02:00
Andreas Schildbach
3b5a3c137c NetworkProviderFactory: Update API client for Aachener Verkehrsverbund. 2019-07-23 00:08:02 +02:00
Andreas Schildbach
cd9e68a802 Adapt to: Migrate public-transport-enabler multi-module project to single project. 2019-07-19 19:21:40 +02:00