aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/EditAccountActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-10relates to FS#299: moves privacy and terms of use urls to build configsteckbrief1-2/+3
2019-06-25fix welcome screensChristian Schneppe1-8/+21
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
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
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
2018-11-08catch exception on invalid inputsChristian Schneppe1-4/+8
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-1/+30
2018-10-20do not show 'open website' button after info has changedChristian Schneppe1-3/+4
2018-10-20code cleanup / reformat in ShareViaAccountChristian Schneppe1-1/+2
2018-10-04added a few TODOs in regards to the handling of inactive devicesChristian Schneppe1-1/+1
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-34/+1
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-1/+34
2018-09-12fixed user hint in magic create modeChristian Schneppe1-0/+1
2018-08-30make port field disabled if hostname is emptyChristian Schneppe1-0/+8
2018-08-23convert jid to stringChristian Schneppe1-1/+2
2018-07-29fix rar crash in EditAccountActivity during account registrationChristian Schneppe1-1/+1
2018-06-01catch NPEChristian Schneppe1-2/+2
2018-05-27show buttons to privacy policy and terms of use during account creation on ou...Christian Schneppe1-0/+24
2018-05-26add missing else to show the availability of httpupload correctlyChristian Schneppe1-2/+1
2018-05-26add support for S3 file transfersChristian Schneppe1-1/+5
2018-05-21use correct binding in EditAccountActivityChristian Schneppe1-4/+2