Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-04-12 | fix getNextEncryption | Christian Schneppe | 2 | -13/+10 | |
2018-04-12 | prevent double tapping on overflow menu | Christian Schneppe | 10 | -5/+97 | |
2018-04-12 | write roster only for active accounts | Christian Schneppe | 1 | -1/+1 | |
2018-04-12 | added prosodys enable archive to default room config | Christian Schneppe | 1 | -0/+1 | |
2018-04-12 | fixed redownload of deleted http upload messages | Christian Schneppe | 1 | -0/+4 | |
2018-04-12 | run roster sync in replacing task manager | Christian Schneppe | 3 | -18/+70 | |
2018-04-12 | sync roster to disk after roster push | Christian Schneppe | 6 | -44/+43 | |
2018-04-12 | removed unecessary logging | Christian Schneppe | 1 | -1/+0 | |
2018-04-12 | presist http upload availibility | Christian Schneppe | 3 | -272/+183 | |
2018-04-12 | fix jump to first unread message | Christian Schneppe | 1 | -39/+38 | |
2018-04-12 | fix choose image | Christian Schneppe | 1 | -14/+12 | |
2018-04-11 | code cleanup | Christian Schneppe | 1 | -38/+18 | |
2018-04-11 | fixed some regressions introduced in toolbar migration | Christian Schneppe | 1 | -10/+27 | |
2018-04-11 | replace deprecated action bar with toolbar | Christian Schneppe | 22 | -166/+204 | |
* 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-08 | setReplaceAll=false on emojiCompat for android o | Christian Schneppe | 2 | -3/+25 | |
2018-04-08 | show message draft in conversation overview | Christian Schneppe | 2 | -176/+226 | |
2018-04-08 | fixed device rotation in settings activity | Christian Schneppe | 1 | -2/+1 | |
2018-04-08 | fixed crash in MessageAdapter caused by empty xmpp: uri | Christian Schneppe | 1 | -0/+3 | |
2018-04-08 | offer a more convienient way to disable omemo from trust keys dialog | Christian Schneppe | 3 | -118/+131 | |
2018-04-08 | trim to original resource if server added something | Christian Schneppe | 1 | -1/+23 | |
2018-04-08 | remove trailing ) in urls | Christian Schneppe | 1 | -22/+28 | |
2018-04-08 | fixed pm to vistors | Christian Schneppe | 1 | -7/+2 | |
2018-04-08 | do not show snackbar for archived conversations. fixes glitch when leaving muc | Christian Schneppe | 1 | -1/+4 | |
2018-04-08 | fixed rotation in choose contact activity | Christian Schneppe | 2 | -10/+31 | |
2018-04-08 | dynamically get known hosts in dialog | Christian Schneppe | 7 | -48/+114 | |
2018-04-08 | add data binding and check in back stack for dialogs | Christian Schneppe | 6 | -95/+114 | |
2018-04-08 | place enter jid dialog in dialog fragment | Christian Schneppe | 4 | -52/+90 | |
2018-04-08 | replace group dialogs by dialog fragment | Christian Schneppe | 3 | -116/+274 | |
2018-04-08 | make camera feature optional | Christian Schneppe | 6 | -19/+25 | |
2018-04-08 | create interface for onBackendConnected | Christian Schneppe | 5 | -7/+45 | |
2018-04-08 | scanned results are always a trusted source | Christian Schneppe | 2 | -2/+7 | |
2018-04-08 | migrated conference details to binding | Christian Schneppe | 1 | -162/+111 | |
2018-04-08 | make swipe to right gesture working | Christian Schneppe | 2 | -64/+44 | |
2018-04-08 | fix menu entries | Christian Schneppe | 3 | -17/+30 | |
2018-04-07 | disable caches in HttpUrlConnections | Christian Schneppe | 2 | -0/+3 | |
2018-04-07 | fix register account checkbox glitch | Christian Schneppe | 3 | -16/+10 | |
2018-04-07 | do not highlight users when not participating | Christian Schneppe | 3 | -12/+17 | |
2018-04-07 | fixed rare crash on jolla devices | Christian Schneppe | 4 | -37/+18 | |
2018-04-07 | fixed some issues with jid escaping | Christian Schneppe | 1 | -12/+12 | |
2018-04-07 | hide keyboard when stopping ConversationFragment | Christian Schneppe | 1 | -3/+11 | |
2018-04-07 | use escaped form of jid where approriate | Christian Schneppe | 4 | -9/+9 | |
2018-04-07 | return contact and account.getServer() as String | Christian Schneppe | 17 | -146/+148 | |
2018-04-07 | cache bookmark jid in bookmark | Christian Schneppe | 1 | -1/+4 | |
2018-04-07 | make unicode detector work on labels | Christian Schneppe | 1 | -22/+14 | |
2018-04-07 | detect irregular unicode in domain part | Christian Schneppe | 4 | -36/+86 | |
2018-04-07 | use scripts instead of blocks on Android >= N | Christian Schneppe | 1 | -7/+47 | |
2018-04-07 | stop scrolling in tablet view after switching conversations | Christian Schneppe | 1 | -1/+2 | |
2018-04-07 | decrease delay when scrolling to position | Christian Schneppe | 1 | -22/+26 | |
2018-04-07 | fix crash while changing password | Christian Schneppe | 1 | -6/+3 | |
2018-04-07 | hide register account checkbox in magic mode | Christian Schneppe | 1 | -51/+32 | |