aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/WelcomeActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-04Revert "WelcomeActivity: Add QR code scanner button"Christian Schneppe1-24/+0
2019-01-27WelcomeActivity: Add QR code scanner buttonChristian Schneppe1-0/+24
2019-01-26rework backup & restoreChristian Schneppe1-285/+26
2018-12-27make it possible to restore backups from decrypted database filesChristian Schneppe1-132/+208
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-14/+1
2018-10-24add missing slash to make database import working againChristian Schneppe1-2/+2
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-7/+7
2018-09-11catch some more Exceptions during database importChristian Schneppe1-1/+7
2018-07-09fixed npe in WelcomeActivityChristian Schneppe1-1/+3
2018-06-01rename useOwnProvider to useAdvancedMode in WelcomeActivityChristian Schneppe1-2/+2
2018-05-16add spinner to select jabber provider for creating new accountsChristian Schneppe1-6/+3
2018-05-05add animators for more activitiesChristian Schneppe1-0/+2
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+1
2018-04-02migrate to xmpp-addrChristian Schneppe1-2/+2
2018-03-29redirect on empty conversation listChristian Schneppe1-1/+1
2018-03-09migrated alert dialogs to app compatChristian Schneppe1-1/+1
2018-03-09reference support actionbar in all activitiesChristian Schneppe1-4/+4
2018-02-15Pass invite XMPP URI along instead of JIDChristian Schneppe1-10/+10
2018-02-10return to welcome activity after deleting last accountChristian Schneppe1-0/+8
2017-12-27store new intent in welcome account activityChristian Schneppe1-0/+7
2017-12-27transport invitee from welcome activity to start conversations activityChristian Schneppe1-19/+32
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
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
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