Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added overlay to avatar in EditAccountActivity | Christian Schneppe | 2019-09-20 | 1 | -2/+2 |
| | | | | in addition to #390 | ||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 1 | -7/+7 |
| | |||||
* | changed profile view | Christian Schneppe | 2019-09-19 | 1 | -12/+60 |
| | | | | fixes #390, #369 | ||||
* | fix some crashes | Christian Schneppe | 2019-09-03 | 1 | -2/+13 |
| | |||||
* | attempt to unregister when receiving push for channel no longer joined | Christian Schneppe | 2019-07-01 | 1 | -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) | ||||
* | code cleanup & small fixes | Christian Schneppe | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | fix welcome screens | Christian Schneppe | 2019-06-25 | 1 | -8/+21 |
| | | | | fixes #361 | ||||
* | show negative max files size (unknown/unlimited) simply as available | Christian Schneppe | 2019-06-08 | 1 | -2/+7 |
| | |||||
* | improve welcome screens | Christian Schneppe | 2019-04-28 | 1 | -6/+12 |
| | |||||
* | fix account detection in EnterNameActivity | Christian Schneppe | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | rework max file upload size in server info | Christian Schneppe | 2019-03-31 | 1 | -27/+1 |
| | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 1 | -2/+2 |
| | |||||
* | rework user name input during account creation | Christian Schneppe | 2019-03-14 | 1 | -16/+14 |
| | |||||
* | try to catch some NPE | Christian Schneppe | 2019-03-06 | 1 | -2/+2 |
| | |||||
* | fix some more NPE | Christian Schneppe | 2019-02-22 | 1 | -4/+9 |
| | |||||
* | add password forgotten item to edit profile menu | Christian Schneppe | 2019-02-21 | 1 | -0/+29 |
| | | | | fixes #295 | ||||
* | fix some more NPEs | Christian Schneppe | 2019-02-18 | 1 | -1/+3 |
| | |||||
* | use ad-hoc commands for invite links if server supports this | Christian Schneppe | 2019-02-08 | 1 | -0/+5 |
|\ | |||||
| * | implement adhoc invite links if server supports this | Christian Schneppe | 2019-02-08 | 1 | -0/+5 |
| | | |||||
* | | optimize imports | Christian Schneppe | 2019-02-08 | 1 | -1/+0 |
| | | |||||
* | | refactored group chat members into seperate screen | Christian Schneppe | 2019-01-27 | 1 | -1/+1 |
| | | |||||
* | | Fix type in presence | Christian Schneppe | 2019-01-27 | 1 | -1/+1 |
| | | |||||
* | | refactored avatar workers into single class | Christian Schneppe | 2019-01-27 | 1 | -2/+3 |
| | | |||||
* | | catch NPE while getting Display Name | Christian Schneppe | 2019-01-26 | 1 | -1/+5 |
| | | |||||
* | | rework backup & restore | Christian Schneppe | 2019-01-26 | 1 | -0/+31 |
|/ | | | | use the implementation from Conversations | ||||
* | add ability to set nickname in profile | Christian Schneppe | 2018-12-30 | 1 | -0/+30 |
| | |||||
* | show accept button to confirm sasl downgrade | Christian Schneppe | 2018-12-27 | 1 | -1/+14 |
| | |||||
* | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | offer to start/install orbot for edit account screen. | Christian Schneppe | 2018-12-04 | 1 | -14/+50 |
| | |||||
* | don't refresh Blocklist if activity is finishing | Christian Schneppe | 2018-11-30 | 1 | -0/+3 |
| | |||||
* | cancel magic mode attribute after changing password once | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | make password editable on auth error | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | show only file size if http upload is available | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | remove now unused password has changed in magic mode | Christian Schneppe | 2018-11-23 | 1 | -18/+1 |
| | |||||
* | show 'show password' toggle for all magically created accounts | Christian Schneppe | 2018-11-23 | 1 | -5/+7 |
| | |||||
* | move default port to Resolver.java | Christian Schneppe | 2018-11-23 | 1 | -8/+6 |
| | |||||
* | refactored phone contact loading in preperation for sync | Christian Schneppe | 2018-11-23 | 1 | -3/+4 |
| | |||||
* | do not show up navigation when opening edit account from notification | Christian Schneppe | 2018-11-15 | 1 | -12/+8 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 1 | -5/+6 |
| | |||||
* | don't show "Show QR Code" if no account is configured | Christian Schneppe | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | catch exception on invalid inputs | Christian Schneppe | 2018-11-08 | 1 | -4/+8 |
| | |||||
* | show max file size for httpupload in profile --> server info | Christian Schneppe | 2018-11-08 | 1 | -1/+30 |
| | |||||
* | do not show 'open website' button after info has changed | Christian Schneppe | 2018-10-20 | 1 | -3/+4 |
| | |||||
* | code cleanup / reformat in ShareViaAccount | Christian Schneppe | 2018-10-20 | 1 | -1/+2 |
| | |||||
* | added a few TODOs in regards to the handling of inactive devices | Christian Schneppe | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | reworked shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-03 | 1 | -34/+1 |
| | | | | fixes #190 | ||||
* | add shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-01 | 1 | -1/+34 |
| | | | | fixes #190 | ||||
* | fixed user hint in magic create mode | Christian Schneppe | 2018-09-12 | 1 | -0/+1 |
| | |||||
* | make port field disabled if hostname is empty | Christian Schneppe | 2018-08-30 | 1 | -0/+8 |
| | |||||
* | convert jid to string | Christian Schneppe | 2018-08-23 | 1 | -1/+2 |
| |