aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/EditAccountActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some button colorsChristian Schneppe2020-02-061-7/+3
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-14/+15
* use more material styleChristian Schneppe2020-01-261-3/+2
* make registration uris work with fixed usernamesChristian Schneppe2020-01-241-3/+11
* preselect proper account in create contact dialog after following inviteChristian Schneppe2020-01-241-0/+1
* support registration via pars tokensChristian Schneppe2020-01-241-0/+13
* add missing permission requests for Android PChristian Schneppe2019-12-071-2/+2
* do not validate port if hostname is emptyChristian Schneppe2019-11-151-11/+17
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-7/+9
* added overlay to avatar in EditAccountActivityChristian Schneppe2019-09-201-2/+2
* migrate to AndroidXChristian Schneppe2019-09-201-7/+7
* changed profile viewChristian Schneppe2019-09-191-12/+60
* fix some crashesChristian Schneppe2019-09-031-2/+13
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-011-2/+2
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
* fix welcome screensChristian Schneppe2019-06-251-8/+21
* show negative max files size (unknown/unlimited) simply as availableChristian Schneppe2019-06-081-2/+7
* improve welcome screensChristian Schneppe2019-04-281-6/+12
* fix account detection in EnterNameActivityChristian Schneppe2019-04-021-0/+1
* rework max file upload size in server infoChristian Schneppe2019-03-311-27/+1
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-2/+2
* rework user name input during account creationChristian Schneppe2019-03-141-16/+14
* try to catch some NPEChristian Schneppe2019-03-061-2/+2
* fix some more NPEChristian Schneppe2019-02-221-4/+9
* add password forgotten item to edit profile menuChristian Schneppe2019-02-211-0/+29
* fix some more NPEsChristian Schneppe2019-02-181-1/+3
* use ad-hoc commands for invite links if server supports thisChristian Schneppe2019-02-081-0/+5
|\
| * implement adhoc invite links if server supports thisChristian Schneppe2019-02-081-0/+5
* | optimize importsChristian Schneppe2019-02-081-1/+0
* | refactored group chat members into seperate screenChristian Schneppe2019-01-271-1/+1
* | Fix type in presenceChristian Schneppe2019-01-271-1/+1
* | refactored avatar workers into single classChristian Schneppe2019-01-271-2/+3
* | catch NPE while getting Display NameChristian Schneppe2019-01-261-1/+5
* | rework backup & restoreChristian Schneppe2019-01-261-0/+31
|/
* add ability to set nickname in profileChristian Schneppe2018-12-301-0/+30
* show accept button to confirm sasl downgradeChristian Schneppe2018-12-271-1/+14
* limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe2018-12-141-2/+2
* offer to start/install orbot for edit account screen.Christian Schneppe2018-12-041-14/+50
* don't refresh Blocklist if activity is finishingChristian Schneppe2018-11-301-0/+3
* cancel magic mode attribute after changing password onceChristian Schneppe2018-11-231-1/+1
* make password editable on auth errorChristian Schneppe2018-11-231-1/+1
* show only file size if http upload is availableChristian Schneppe2018-11-231-1/+1
* remove now unused password has changed in magic modeChristian Schneppe2018-11-231-18/+1
* show 'show password' toggle for all magically created accountsChristian Schneppe2018-11-231-5/+7
* 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