aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_share_locaction.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-20migrate to AndroidXChristian Schneppe1-2/+2
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe1-4/+6
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
2018-04-29use styled borderless buttonChristian Schneppe1-2/+2
2018-04-29Use native snackbar on map viewChristian Schneppe1-76/+45
2018-04-21more theme workingChristian Schneppe1-6/+3
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-72/+82
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-01use text styles in more placesChristian Schneppe1-16/+13
2018-01-07reworked location services from GoogleMap to OSMChristian Schneppe1-46/+12
2016-11-19reformat codeChristian Schneppe1-11/+12
2016-09-17some more changes to location activitiesChristian Schneppe1-1/+1
* show actionbar home as up * fix permission issue on devices < Android M * show buildings in map
2016-05-27rename share/show location layout filesChristian Schneppe1-0/+0
2016-05-22load address async to avoid app hang on slow networksChristian Schneppe1-2/+2
2016-05-14show addresses in ShareLocation and ShowLocationChristian Schneppe1-0/+25
2016-05-05add share locationChristian S1-0/+99