aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/EditAccountActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* move default port to Resolver.javaChristian Schneppe2018-11-231-8/+6
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-231-3/+4
* do not show up navigation when opening edit account from notificationChristian Schneppe2018-11-151-12/+8
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-5/+6
* don't show "Show QR Code" if no account is configuredChristian Schneppe2018-11-081-0/+2
* catch exception on invalid inputsChristian Schneppe2018-11-081-4/+8
* show max file size for httpupload in profile --> server infoChristian Schneppe2018-11-081-1/+30
* do not show 'open website' button after info has changedChristian Schneppe2018-10-201-3/+4
* code cleanup / reformat in ShareViaAccountChristian Schneppe2018-10-201-1/+2
* added a few TODOs in regards to the handling of inactive devicesChristian Schneppe2018-10-041-1/+1
* reworked shortcut for QR-Code scanning in profileChristian Schneppe2018-10-031-34/+1
* add shortcut for QR-Code scanning in profileChristian Schneppe2018-10-011-1/+34
* fixed user hint in magic create modeChristian Schneppe2018-09-121-0/+1
* make port field disabled if hostname is emptyChristian Schneppe2018-08-301-0/+8
* convert jid to stringChristian Schneppe2018-08-231-1/+2
* fix rar crash in EditAccountActivity during account registrationChristian Schneppe2018-07-291-1/+1
* catch NPEChristian Schneppe2018-06-011-2/+2
* show buttons to privacy policy and terms of use during account creation on ou...Christian Schneppe2018-05-271-0/+24
* add missing else to show the availability of httpupload correctlyChristian Schneppe2018-05-261-2/+1
* add support for S3 file transfersChristian Schneppe2018-05-261-1/+5
* use correct binding in EditAccountActivityChristian Schneppe2018-05-211-4/+2
* fix some crashes on Android 4 devicesChristian Schneppe2018-05-211-180/+121
* add animators for more activitiesChristian Schneppe2018-05-051-2/+9
* added null check to Jid.of in edit accountChristian Schneppe2018-05-031-3/+3
* mock (non functional) search activityChristian Schneppe2018-04-291-1/+2
* no WelcomeActivity if MAGIC_CREATE_DOMAIN is unsetChristian Schneppe2018-04-241-1/+1
* in lack of confirm source dialog in account details only trust scanned urisChristian Schneppe2018-04-121-6/+7
* call to update ui after fingerprint verificationChristian Schneppe2018-04-121-1/+2
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-0/+4
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-0/+3
* fix register account checkbox glitchChristian Schneppe2018-04-071-14/+8
* hide register account checkbox in magic modeChristian Schneppe2018-04-071-51/+32
* don’t show 'change status' icon during setupChristian Schneppe2018-04-031-1/+1
* migrate to xmpp-addrChristian Schneppe2018-04-021-20/+19
* fix change password activity for magic created accountsChristian Schneppe2018-04-011-1/+1
* show password field only on non-logged in or magic created accountsChristian Schneppe2018-04-011-1/+6
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-3/+85
* wip: new status message dialogChristian Schneppe2018-04-011-4/+23
* finished app compat themeingChristian Schneppe2018-04-011-7/+0
* use text styles in more placesChristian Schneppe2018-04-011-3/+3
* fix crashes because requestCode was too longChristian Schneppe2018-03-211-1/+1
* switch account activity to card view. started using data binderChristian Schneppe2018-03-171-196/+122
* only show one error at onceChristian Schneppe2018-03-161-4/+29
* Moved the error message to TextInputLayoutChristian Schneppe2018-03-161-25/+31
* Change ShowHidePasswordEditText to TextInputEditText.Christian Schneppe2018-03-151-24/+30
* migrated alert dialogs to app compatChristian Schneppe2018-03-091-2/+2
* reference support actionbar in all activitiesChristian Schneppe2018-03-091-4/+4
* don't delete account if it's not yet created - fixes crashChristian Schneppe2018-02-191-1/+0
* Don't add account if user cancelsChristian Schneppe2018-02-171-9/+8
* Pass invite XMPP URI along instead of JIDChristian Schneppe2018-02-151-2/+2