Commit graph

256 commits

Author SHA1 Message Date
Andreas Schildbach
9c1ed53bf8 Replace custom shadows by elevation attributes.
This only works on Lollipop and above. KitKat users will not see shadows any more.
2019-11-04 16:33:49 +01:00
Andreas Schildbach
99477d496b 11.1.4 2019-10-29 11:02:52 +01:00
Andreas Schildbach
08ebd09eeb StationsActivity: Remove an unnecessary semicolon. 2019-10-29 11:02:02 +01:00
Andreas Schildbach
14c73ee7c9 11.1.3 2019-10-28 13:56:21 +01:00
Andreas Schildbach
3b9c07e186 NetworkProviderFactory: Don't use HTTPS for OEBB on old devices. 2019-10-28 12:00:57 +01:00
Andreas Schildbach
6222597ef0 network_security_config.xml: Convert to a whitelist of domains that still cannot use HTTPS. 2019-10-28 10:17:10 +01:00
Andreas Schildbach
46af1ac343 NetworkProviderFactory: Migrate custom API base for VVS to HTTPS. 2019-10-28 10:15:24 +01:00
Andreas Schildbach
4c7d71e40e 11.1.2 2019-10-26 22:52:15 +02:00
Andreas Schildbach
64f3aab2ae Update osmdroid to 6.1.2. 2019-10-26 22:51:01 +02:00
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