johan12345
|
ddaab42e45
|
update filteredConnectors before chargepoints
fixes incorrect marker colors
|
2021-11-01 10:37:46 +01:00 |
|
prat t
|
70805b7960
|
refactor to use Navigation Component's SafeArgs
|
2021-10-16 15:16:56 -07:00 |
|
johan12345
|
56453b0658
|
remove obsolete TODO
|
2021-10-16 15:51:36 +02:00 |
|
johan12345
|
975d95e37e
|
refactor app settings into separate sub-screens
for better overview
|
2021-10-16 15:49:00 +02:00 |
|
johan12345
|
9d7b181410
|
remove focus from search when selecting a charger
|
2021-10-10 17:55:16 +02:00 |
|
johan12345
|
128532aac6
|
open autocomplete list more quickly
|
2021-10-10 17:51:54 +02:00 |
|
johan12345
|
1e30db5cd1
|
GoingElectricApi: map plug types correctly to names
|
2021-10-09 13:55:25 +02:00 |
|
johan12345
|
aad386ab04
|
MultiSelectDialog: put common choices on top even when selected
|
2021-10-09 13:44:17 +02:00 |
|
johan12345
|
adb4d938cc
|
add possibility to show only the favorites on a map (fixes #119)
|
2021-10-08 21:51:13 +02:00 |
|
johan12345
|
de335b18d8
|
PlaceAutocompleteAdapter: do not modify resultList on background thread
|
2021-10-05 21:43:47 +02:00 |
|
johan12345
|
14e03ba6dd
|
highlight favorites on map
fixes #118
|
2021-10-03 13:31:58 +02:00 |
|
johan12345
|
25f466b6d7
|
Merge branch 'place-search-recents'
|
2021-10-02 13:49:25 +02:00 |
|
johan12345
|
6692b21bf9
|
add non-dark Mapbox logo
|
2021-10-02 13:48:50 +02:00 |
|
johan12345
|
5959fe8be4
|
limit number of autocomplete results
|
2021-10-02 13:40:22 +02:00 |
|
johan12345
|
00f4c13fcc
|
add button to delete search history
|
2021-10-02 13:33:51 +02:00 |
|
johan12345
|
47054d470b
|
replace deprecated method getAdapterPosition
|
2021-10-02 13:23:30 +02:00 |
|
Johan von Forstner
|
d10192cae1
|
save recent place search results
fixes #128
|
2021-10-02 13:19:33 +02:00 |
|
johan12345
|
d249bf47c7
|
improve title of filter profiles editing
|
2021-10-02 13:15:58 +02:00 |
|
johan12345
|
738dcd5f8d
|
do not allow blank names for filter profiles
|
2021-10-02 13:11:05 +02:00 |
|
johan12345
|
ad4f32ec32
|
fix missing filter name in title of FilterFragment
|
2021-10-02 12:47:22 +02:00 |
|
Johan von Forstner
|
0e93e310bf
|
MultiSelectDialog: move selected entries to the top
fixes #126
|
2021-09-26 16:17:44 +02:00 |
|
Johan von Forstner
|
6cb8940696
|
Catch IllegalArgumentException in navigation library
|
2021-09-26 14:47:55 +02:00 |
|
johan12345
|
6302006a35
|
Android 12 compat: implement new SplashScreen API
with animated icon
update onboarding to avoid showing animation twice
|
2021-09-12 21:21:17 +02:00 |
|
johan12345
|
ab93577a98
|
Android 12 compat: support for approximate location permission (#123)
|
2021-09-12 21:21:17 +02:00 |
|
johan12345
|
88d89c2760
|
fix crash in FavoritesFragment.onDestroy
apparently it can be called before onCreate?
|
2021-09-12 18:00:07 +02:00 |
|
johan12345
|
b3c5fe788d
|
suppress lint error
|
2021-09-11 09:54:30 +02:00 |
|
johan12345
|
17a40127e6
|
add Chargeprice to Android Auto
fixes #80
|
2021-09-11 09:54:30 +02:00 |
|
johan12345
|
e2e95ce85d
|
fix NPE in AvailabilityDetector
|
2021-09-06 20:34:20 +02:00 |
|
johan12345
|
98e91ea3db
|
FavoritesFramgent: create locationClient in onCreate, not onCreateView
|
2021-09-05 17:02:45 +02:00 |
|
johan12345
|
fd1f05888a
|
fix IndexOutOfBoundsException
|
2021-09-05 15:01:46 +02:00 |
|
johan12345
|
8a2ad55dd6
|
Mapbox Autocomplete: set language
|
2021-09-01 19:33:31 +02:00 |
|
johan12345
|
c045eed41a
|
Mapbox Autocomplete: handle cases where house number comes in front of address
|
2021-09-01 19:11:12 +02:00 |
|
johan12345
|
3ded108c3c
|
fix exiting app intro after 7eeb10fa
|
2021-09-01 18:58:38 +02:00 |
|
johan12345
|
7eeb10faca
|
app intro: add page about Android Auto support
fixes #114
|
2021-09-01 18:50:58 +02:00 |
|
johan12345
|
54004f14b5
|
fix missing SharedPreferences.apply()
|
2021-09-01 18:22:04 +02:00 |
|
johan12345
|
8eabff4888
|
fix crash on rotate in various fragments
caused by access to appBarConfiguration before it is initialized
fixes #121
|
2021-09-01 18:20:36 +02:00 |
|
johan12345
|
913d8a00cf
|
add dialog with info about open source project and donations
shown after a few launches of the app
#114
|
2021-08-29 16:52:44 +02:00 |
|
Johan von Forstner
|
fc5003cd31
|
Merge pull request #120 from johan12345/new-autocomplete-ui
New place search UI supporting both Mapbox and Google Places
|
2021-08-29 00:08:02 +02:00 |
|
johan12345
|
ff96e49ead
|
use TooltipCompat (fixes crash on Android 7 and earlier)
|
2021-08-29 00:05:10 +02:00 |
|
johan12345
|
41b374350b
|
display distance in autocomplete results
|
2021-08-28 23:31:00 +02:00 |
|
johan12345
|
fc72044b82
|
delay Mapbox autocomplete requests
|
2021-08-28 22:55:57 +02:00 |
|
johan12345
|
e96fcd4a88
|
make data provider for place search selectable in settings
|
2021-08-28 22:55:57 +02:00 |
|
johan12345
|
36f34bde1e
|
build new custom autocomplete UI supporting both Google Maps and Mapbox
|
2021-08-28 22:55:57 +02:00 |
|
johan12345
|
624c5d8f92
|
Chargeprice: tariff name and provider name comparison should be case-independent
|
2021-08-26 09:32:32 +02:00 |
|
johan12345
|
7fcb187dda
|
my tariffs preference: add summary
|
2021-08-26 09:29:13 +02:00 |
|
johan12345
|
7188a2aa64
|
add ACRA for crash reporting
|
2021-08-26 09:24:46 +02:00 |
|
johan12345
|
cf6c662832
|
Disable Chargeprice button for unsupported countries (fixes #117)
|
2021-08-24 08:59:55 +02:00 |
|
johan12345
|
6f35ced260
|
fix Chargeprice website link for OpenChargeMap
|
2021-08-15 18:31:44 +02:00 |
|
johan12345
|
6bf80e2b49
|
adjust detail view peekHeight for nonstandard font sizes
|
2021-08-14 17:54:58 +02:00 |
|
johan12345
|
d97cb4b9fb
|
put data source selection into ScrollView
|
2021-08-14 17:33:34 +02:00 |
|