aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/MagicCreateActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-1/+1
2020-01-24use installreferrer libray instead of broadcast listenerChristian Schneppe1-7/+2
2020-01-24parse install referrer from gplayChristian Schneppe1-0/+12
2020-01-24make registration uris work with fixed usernamesChristian Schneppe1-20/+39
2020-01-24support registration via pars tokensChristian Schneppe1-48/+55
2019-06-25fix welcome screensChristian Schneppe1-1/+4
2019-06-22changed string to generated password dialog in MagicCreateActivityChristian Schneppe1-0/+2
2019-04-28improve welcome screensChristian Schneppe1-3/+24
2019-02-08optimize importsChristian Schneppe1-1/+0
2019-02-04show dialog with created password in MagicCreateActivityChristian Schneppe1-8/+25
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-1/+1
2018-10-20refactor magic creates password gen to CryptoHelperChristian Schneppe1-14/+2
2018-08-04use blabber.im as default domainChristian Schneppe1-0/+2
2018-05-16add spinner to select jabber provider for creating new accountsChristian Schneppe1-6/+44
2018-05-05add animators for more activitiesChristian Schneppe1-0/+1
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+2
2018-04-07fixed some issues with jid escapingChristian Schneppe1-12/+12
2018-04-02migrate to xmpp-addrChristian Schneppe1-7/+6
2018-03-22don't use autocomplete in MagicCreateActivity for usernameChristian Schneppe1-6/+2
2018-02-15Pass invite XMPP URI along instead of JIDChristian Schneppe1-1/+1
2018-02-09add servers from https://conversations.im/compliance/ to autocomplete jidsChristian Schneppe1-2/+6
2017-12-27transport invitee from welcome activity to start conversations activityChristian Schneppe1-27/+25
2017-11-23code cleanupChristian Schneppe1-3/+3
2017-08-01put settings defaults into resource fileChristian Schneppe1-0/+9
2016-11-19reformat codeChristian Schneppe1-96/+96
2016-08-26some multi-window optimizations. set min width to 300Daniel Gultsch1-0/+4
2016-07-29changed package id inside manifest and projectChristian Schneppe1-6/+6
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch1-0/+3
2016-04-19added magic create welcome screenDaniel Gultsch1-0/+113