aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/StartUI.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-05add animators for more activitiesChristian Schneppe1-0/+2
2018-04-03added splash screenChristian Schneppe1-1/+1
2018-03-29move new activity back to original nameChristian Schneppe1-1/+1
2018-03-24WIP & fragment voodooChristian Schneppe1-1/+1
2017-11-24use com.android.support:support-emojiChristian Schneppe1-4/+0
2017-10-31rename some variables/stringsChristian Schneppe1-6/+6
2017-03-17add new Emoji libraryChristian Schneppe1-0/+4
2016-11-19reformat codeChristian Schneppe1-2/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2016-06-21reworked permissionsChristian Schneppe1-6/+2
* ask only for necessary permissions on start * ask for location/microphone when requested
2016-06-14make StartUI resistant against rotations and don't restart app when not ↵Christian Schneppe1-0/+6
necessary
2016-06-12add permission exception for android < MarshmallowChristian Schneppe1-7/+6
2016-06-12also restart if permissions were changed after first startChristian Schneppe1-4/+7
2016-06-12make a restart after granting permissions on first startChristian Schneppe1-12/+8
2016-06-10check and request all needed permissions on startupChristian Schneppe1-0/+109
>= SDK 23 (Marshmallow)