aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/EditAccountActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-01display toast when trying to join channel with no enabled accountsChristian Schneppe1-1/+2
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-9/+9
2020-02-06fix some button colorsChristian Schneppe1-7/+3
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-14/+15
2020-01-26use more material styleChristian Schneppe1-3/+2
2020-01-24make registration uris work with fixed usernamesChristian Schneppe1-3/+11
2020-01-24preselect proper account in create contact dialog after following inviteChristian Schneppe1-0/+1
2020-01-24support registration via pars tokensChristian Schneppe1-0/+13
2019-12-07add missing permission requests for Android PChristian Schneppe1-2/+2
possibly fixes #410
2019-11-15do not validate port if hostname is emptyChristian Schneppe1-11/+17
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe1-7/+9
2019-09-20added overlay to avatar in EditAccountActivityChristian Schneppe1-2/+2
in addition to #390
2019-09-20migrate to AndroidXChristian Schneppe1-7/+7
2019-09-19changed profile viewChristian Schneppe1-12/+60
fixes #390, #369
2019-09-03fix some crashesChristian Schneppe1-2/+13
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-2/+2
when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
2019-07-01code cleanup & small fixesChristian Schneppe1-1/+1
2019-06-25fix welcome screensChristian Schneppe1-8/+21
fixes #361
2019-06-08show negative max files size (unknown/unlimited) simply as availableChristian Schneppe1-2/+7
2019-04-28improve welcome screensChristian Schneppe1-6/+12
2019-04-02fix account detection in EnterNameActivityChristian Schneppe1-0/+1
2019-03-31rework max file upload size in server infoChristian Schneppe1-27/+1
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe1-2/+2
2019-03-14rework user name input during account creationChristian Schneppe1-16/+14
2019-03-06try to catch some NPEChristian Schneppe1-2/+2
2019-02-22fix some more NPEChristian Schneppe1-4/+9
2019-02-21add password forgotten item to edit profile menuChristian Schneppe1-0/+29
fixes #295
2019-02-18fix some more NPEsChristian Schneppe1-1/+3
2019-02-08implement adhoc invite links if server supports thisChristian Schneppe1-0/+5
2019-02-08optimize importsChristian Schneppe1-1/+0
2019-01-27refactored group chat members into seperate screenChristian Schneppe1-1/+1
2019-01-27Fix type in presenceChristian Schneppe1-1/+1
2019-01-27refactored avatar workers into single classChristian Schneppe1-2/+3
2019-01-26catch NPE while getting Display NameChristian Schneppe1-1/+5
2019-01-26rework backup & restoreChristian Schneppe1-0/+31
use the implementation from Conversations
2018-12-30add ability to set nickname in profileChristian Schneppe1-0/+30
2018-12-27show accept button to confirm sasl downgradeChristian Schneppe1-1/+14
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe1-2/+2
2018-12-04offer to start/install orbot for edit account screen.Christian Schneppe1-14/+50
2018-11-30don't refresh Blocklist if activity is finishingChristian Schneppe1-0/+3
2018-11-23cancel magic mode attribute after changing password onceChristian Schneppe1-1/+1
2018-11-23make password editable on auth errorChristian Schneppe1-1/+1
2018-11-23show only file size if http upload is availableChristian Schneppe1-1/+1
2018-11-23remove now unused password has changed in magic modeChristian Schneppe1-18/+1
2018-11-23show 'show password' toggle for all magically created accountsChristian Schneppe1-5/+7
2018-11-23move default port to Resolver.javaChristian Schneppe1-8/+6
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe1-3/+4
2018-11-15do not show up navigation when opening edit account from notificationChristian Schneppe1-12/+8
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-5/+6
2018-11-08don't show "Show QR Code" if no account is configuredChristian Schneppe1-0/+2