Commit graph

547 commits

Author SHA1 Message Date
Andreas Schildbach
b3ef02c5bc build.gradle: Move 'lintOptions' further down. 2019-10-26 22:51:01 +02:00
Andreas Schildbach
7a338bd849 AndroidManifest.xml: Reformat. 2019-10-26 22:18:39 +02:00
Andreas Schildbach
4a95ab8bee directions_map_pin.xml: Add layout_width and layout_height attributes to top-level element.
It's not really needed in this case, but Lint was complaining.
2019-10-26 21:52:36 +02:00
Andreas Schildbach
d202c8f628 network_picker_content.xml: Remove unused FrameLayouts. 2019-10-26 21:40:46 +02:00
Andreas Schildbach
95153a4583 directions_trip_details_content.xml: Remove unused FrameLayout. 2019-10-26 21:34:45 +02:00
Andreas Schildbach
b490df540f plans_picker_content.xml: Remove unused FrameLayout. 2019-10-26 21:28:52 +02:00
Andreas Schildbach
cd346b6005 Use SharedPreferences.apply() rather than commit(), as the latter blocks on I/O. 2019-10-26 21:09:21 +02:00
Andreas Schildbach
c0eabf93b1 product_call_*.xml: Make sure vector path data always uses a leading digit rather than a leading dot. 2019-10-26 21:03:02 +02:00
Andreas Schildbach
4239a8888c TripDetailsActivity: Use typeface constant rather than just '0'. 2019-10-26 21:01:06 +02:00
Andreas Schildbach
b028cbba38 OeffiMapView: Fix parameter order when invoking MeasureSpec.makeMeasureSpec(). 2019-10-26 20:58:48 +02:00
Andreas Schildbach
0514ca2cc1 Fix implied default locale when invoking String.format(). 2019-10-26 20:46:12 +02:00
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