Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make change nick toast use showToast helper method | Christian Schneppe | 2018-11-23 | 1 | -3/+10 |
| | |||||
* | provide option to reject subscription request when long pressing 'allow' | Christian Schneppe | 2018-11-23 | 3 | -25/+30 |
| | |||||
* | catch illegal state exception on fragment transaction | Christian Schneppe | 2018-11-23 | 1 | -3/+7 |
| | |||||
* | use startForegroundService compat from push message receiver | Christian Schneppe | 2018-11-23 | 2 | -2/+13 |
| | |||||
* | add versioning to sync namespace | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | catch cursor window allocation exception | Christian Schneppe | 2018-11-23 | 1 | -4/+10 |
| | |||||
* | do not add self as crytpo target in MUC | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | use display name to generate own avatar | Christian Schneppe | 2018-11-23 | 2 | -1/+4 |
| | |||||
* | do not update foreground notification on error if it wasn’t enabled | Christian Schneppe | 2018-11-23 | 2 | -12/+15 |
| | |||||
* | fixed race condition that prevented bookmark nick to be used | Christian Schneppe | 2018-11-23 | 5 | -12/+36 |
| | |||||
* | move default port to Resolver.java | Christian Schneppe | 2018-11-23 | 2 | -11/+10 |
| | |||||
* | added interface to edit nick | Christian Schneppe | 2018-11-23 | 7 | -36/+77 |
| | |||||
* | fixed caching key not being calculated properly | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | add suggested contacts to roster on first message | Christian Schneppe | 2018-11-23 | 2 | -4/+11 |
| | |||||
* | always do contact sync in background | Christian Schneppe | 2018-11-23 | 2 | -2/+2 |
| | |||||
* | avatar code changes | Christian Schneppe | 2018-11-23 | 3 | -19/+12 |
| | |||||
* | suggest sync on login | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | use inContactList() instead inRoster() in the proper places | Christian Schneppe | 2018-11-23 | 6 | -9/+9 |
| | |||||
* | quicksy server is not a stranger | Christian Schneppe | 2018-11-23 | 2 | -1/+3 |
| | |||||
* | added count down latch to await account connect before going into publish ↵ | Christian Schneppe | 2018-11-23 | 1 | -0/+3 |
| | | | | profile activity | ||||
* | show synced contacts in choose contact activity | Christian Schneppe | 2018-11-23 | 6 | -13/+6 |
| | |||||
* | refresh contacts when opening StartConversationsActivity | Christian Schneppe | 2018-11-23 | 5 | -1/+18 |
| | |||||
* | refresh synced contacts even if offline | Christian Schneppe | 2018-11-23 | 2 | -2/+2 |
| | |||||
* | basic phone number sync | Christian Schneppe | 2018-11-23 | 4 | -10/+32 |
| | |||||
* | refactored phone contact loading in preperation for sync | Christian Schneppe | 2018-11-23 | 13 | -143/+222 |
| | |||||
* | fix manual update check | Christian Schneppe | 2018-11-23 | 1 | -2/+6 |
| | |||||
* | fix crash with xmpp uris | Christian Schneppe | 2018-11-21 | 1 | -1/+6 |
| | |||||
* | do not show up navigation when opening edit account from notification | Christian Schneppe | 2018-11-15 | 2 | -13/+10 |
| | |||||
* | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 8 | -10/+42 |
| | | | | intent | ||||
* | rename variable | Christian Schneppe | 2018-11-15 | 2 | -2/+2 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 14 | -107/+179 |
| | |||||
* | fix some lint errors | Christian Schneppe | 2018-11-11 | 3 | -4/+6 |
| | |||||
* | also respect deleted messages in readable logs | Christian Schneppe | 2018-11-11 | 1 | -2/+2 |
| | |||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 5 | -24/+56 |
| | | | | fixed #208 | ||||
* | try to fix failing backups in multiaccount mode | Christian Schneppe | 2018-11-11 | 2 | -5/+5 |
| | | | | --> you have to enable multiaccount mode again and setup a password!!! | ||||
* | try to fix a crash with emojicompat | Christian Schneppe | 2018-11-11 | 1 | -2/+2 |
| | |||||
* | add missing location permissions checks | Christian Schneppe | 2018-11-10 | 1 | -0/+3 |
| | |||||
* | code cleanup | Christian Schneppe | 2018-11-08 | 1 | -2/+3 |
| | |||||
* | don't show "Show QR Code" if no account is configured | Christian Schneppe | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | start ExportLogsService correctly on devices >= OREO | Christian Schneppe | 2018-11-08 | 2 | -3/+21 |
| | |||||
* | catch exception on invalid inputs | Christian Schneppe | 2018-11-08 | 1 | -4/+8 |
| | |||||
* | separate contacts and groups shared via xmpp uris | Christian Schneppe | 2018-11-08 | 1 | -1/+6 |
| | |||||
* | NotificationService: open chatlist if there were multiple notifications | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #262 from genofire/mini-redesign | Christian Schneppe | 2018-11-08 | 2 | -3/+11 |
|\ | | | | | design message border | ||||
| * | use material colors | Martin/Geno | 2018-11-08 | 1 | -1/+9 |
| | | |||||
| * | design message border | Martin/Geno | 2018-11-07 | 2 | -2/+2 |
| | | |||||
* | | show max file size for httpupload in profile --> server info | Christian Schneppe | 2018-11-08 | 2 | -2/+31 |
| | | |||||
* | | improve openkeychain error reporting | Christian Schneppe | 2018-11-08 | 2 | -5/+15 |
| | | |||||
* | | refined nick matching patter. word boundry (\b) doesn’t match on words ↵ | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
|/ | | | | ending in a boundry | ||||
* | add missing slash to make database import working again | Christian Schneppe | 2018-10-24 | 1 | -2/+2 |
| |