aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ShowLocationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-06fix crash/stacktrace in Share/ShowLocationActivityChristian Schneppe1-1/+1
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-1/+2
2020-01-31optimize importsChristian Schneppe1-2/+1
2020-01-02rework map view and update leaflet to 1.6.0Christian Schneppe1-9/+5
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-02-08optimize importsChristian Schneppe1-3/+0
2019-01-25modify emoji integrationChristian Schneppe1-2/+0
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe1-1/+1
2018-10-04make navigation working with google mapsChristian Schneppe1-17/+17
2018-05-14fix some location crashesChristian Schneppe1-6/+16
2018-05-05add animators for more activitiesChristian Schneppe1-0/+1
2018-05-05use navigate as floating action button in showlocationChristian Schneppe1-13/+18
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-0/+4
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-56/+66
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-5/+5
2018-02-04we don't need location permissions for showing locationsChristian Schneppe1-12/+1
2018-01-07reworked location services from GoogleMap to OSMChristian Schneppe1-145/+99
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe1-1/+10
2017-11-24use com.android.support:support-emojiChristian Schneppe1-4/+2
2017-11-23fix crash while showing location from notificationChristian Schneppe1-0/+3
2017-11-23code cleanupChristian Schneppe1-2/+2
2017-09-04fix crash in location activitiesChristian Schneppe1-6/+5
2016-11-19reformat codeChristian Schneppe1-50/+50
2016-11-15catch NPE on trying to start navigation if no app could be foundChristian Schneppe1-2/+8
2016-11-08introduced new feature to navigate directly to a received locationChristian Schneppe1-0/+16
2016-10-18code cleanupChristian Schneppe1-1/+0
2016-09-27catch NPE while loading locationChristian Schneppe1-1/+6
2016-09-26make InfoWindow unhideableChristian Schneppe1-10/+22
2016-09-17some more changes to location activitiesChristian Schneppe1-5/+8
2016-09-17get addresses async in ShowLocationChristian Schneppe1-13/+39
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2016-06-21reworked permissionsChristian Schneppe1-1/+9
2016-05-31optimize importsChristian Schneppe1-3/+3
2016-05-27rename share/show location layout filesChristian Schneppe1-1/+1
2016-05-14show addresses in ShareLocation and ShowLocationChristian Schneppe1-13/+60
2016-05-05add share locationChristian S1-0/+101