aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/WelcomeActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-23code cleanupChristian Schneppe1-5/+5
2017-10-31a little rewrite in WelcomeActivityChristian Schneppe1-3/+14
2017-08-01put settings defaults into resource fileChristian Schneppe1-0/+9
2017-04-26run enterPasswordDialog onUiThread fixes #131Christian Schneppe1-1/+1
2017-03-11rename media directoriesChristian Schneppe1-3/+3
2017-01-25reworked FileBackendChristian Schneppe1-3/+3
2016-11-19reformat codeChristian Schneppe1-12/+12
2016-11-18fixed back and forth between Welcome- and EditAccountActivityChristian Schneppe1-3/+26
2016-10-18code cleanupChristian Schneppe1-41/+1
2016-08-26some multi-window optimizations. set min width to 300Daniel Gultsch1-0/+4
2016-08-13performance improvements during backup import and bug fixesChristian Schneppe1-31/+36
2016-08-11don't show plaintext passwords in adb logsChristian Schneppe1-1/+0
2016-08-09reworked backup serviceChristian Schneppe1-43/+141
* automatically save database encrypted to local storage at 4 am each day * run backup import in new thread
2016-07-29changed package id inside manifest and projectChristian Schneppe1-4/+4
2016-06-10added log tag if no backup foundChristian Schneppe1-0/+1
2016-06-06add permission checks to welcome activityChristian Schneppe1-25/+45
2016-06-06fix crash in welcome screen on first startChristian Schneppe1-1/+3
2016-06-04check database versione before importChristian Schneppe1-4/+10
* don't import database if backup version is newer than system version
2016-05-31complete backup importerChristian Schneppe1-31/+60
2016-05-31add database importerChristian Schneppe1-0/+114
2016-04-27made it possible to go back to welcome screen from edit accountDaniel Gultsch1-1/+0
2016-04-21modified welcome screenChristian S1-1/+1
2016-04-19added magic create welcome screenDaniel Gultsch1-0/+37