aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/EditAccountActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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
fixes #190
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-1/+34
fixes #190
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 ↵Christian Schneppe1-0/+24
our server pix-art.de
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
2018-05-21fix some crashes on Android 4 devicesChristian Schneppe1-180/+121
2018-05-05add animators for more activitiesChristian Schneppe1-2/+9
2018-05-03added null check to Jid.of in edit accountChristian Schneppe1-3/+3
2018-04-29mock (non functional) search activityChristian Schneppe1-1/+2
2018-04-24no WelcomeActivity if MAGIC_CREATE_DOMAIN is unsetChristian Schneppe1-1/+1
2018-04-12in lack of confirm source dialog in account details only trust scanned urisChristian Schneppe1-6/+7
2018-04-12call to update ui after fingerprint verificationChristian Schneppe1-1/+2
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-0/+4
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+3
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-07fix register account checkbox glitchChristian Schneppe1-14/+8
2018-04-07hide register account checkbox in magic modeChristian Schneppe1-51/+32