Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert jid to string | Christian Schneppe | 2018-08-23 | 1 | -1/+2 |
| | |||||
* | try to catch rare NPE | Christian Schneppe | 2018-08-23 | 1 | -1/+7 |
| | |||||
* | add a quick action for voice recording | Christian Schneppe | 2018-08-05 | 2 | -3/+29 |
| | | | | | * is enabled as default * can be disabled in settings | ||||
* | don't use internal updater if installed from F-Droid or Google Play Store | Christian Schneppe | 2018-08-05 | 1 | -4/+4 |
| | | | | fixes #220 | ||||
* | add location to permission check, too | Christian Schneppe | 2018-08-05 | 1 | -0/+3 |
| | |||||
* | introduced config flag to show attachment button instead of quick actions | Christian Schneppe | 2018-08-05 | 7 | -27/+108 |
| | |||||
* | add some more permission checks for locations | Christian Schneppe | 2018-08-04 | 2 | -4/+13 |
| | |||||
* | fix typo | Christian Schneppe | 2018-08-04 | 1 | -1/+1 |
| | |||||
* | use blabber.im as default domain | Christian Schneppe | 2018-08-04 | 2 | -1/+3 |
| | |||||
* | also mark previews unread messages as read | Christian Schneppe | 2018-08-03 | 2 | -2/+14 |
| | |||||
* | temporarily hide message deletion in chat view | Christian Schneppe | 2018-08-03 | 1 | -1/+3 |
| | |||||
* | some changes in Updater | Christian Schneppe | 2018-08-03 | 4 | -29/+43 |
| | |||||
* | call onMessageFound outside sync block | Christian Schneppe | 2018-08-03 | 2 | -28/+33 |
| | |||||
* | show toast if no address book app is installed | Christian Schneppe | 2018-08-03 | 1 | -7/+14 |
| | |||||
* | call switchTo(Fore|Back)ground() outside synchronized block | Christian Schneppe | 2018-08-03 | 1 | -57/+88 |
| | |||||
* | null pointer check in notification service | Christian Schneppe | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | catch all exceptions when checking file size | Christian Schneppe | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | do not call listeners while being synchronized on stanza queue | Christian Schneppe | 2018-07-29 | 3 | -12/+38 |
| | |||||
* | fix rar crash in EditAccountActivity during account registration | Christian Schneppe | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | fix NEP in UpdaterActivity | Christian Schneppe | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | show edit profile menu also in chat view | Christian Schneppe | 2018-07-29 | 1 | -2/+0 |
| | |||||
* | fix crash during lookup for updates | Christian Schneppe | 2018-07-29 | 2 | -4/+3 |
| | |||||
* | use TOR for updater | Christian Schneppe | 2018-07-28 | 2 | -106/+120 |
| | |||||
* | display propper toast after room has been destroyed | Christian Schneppe | 2018-07-15 | 3 | -2/+32 |
| | |||||
* | fall back to random subject langugae in case there is no english one | Christian Schneppe | 2018-07-15 | 1 | -3/+6 |
| | |||||
* | fix bug in XmppConnection | Christian Schneppe | 2018-07-15 | 1 | -3/+3 |
| | |||||
* | integrated locally message deletion from #208 | Christian Schneppe | 2018-07-09 | 4 | -0/+37 |
| | | | | thanks @acw81 | ||||
* | fixed npe in WelcomeActivity | Christian Schneppe | 2018-07-09 | 1 | -1/+3 |
| | |||||
* | handle non participating mucs a bit better | Christian Schneppe | 2018-07-09 | 4 | -7/+22 |
| | |||||
* | do not add in_roster flag when restoring from disk | Christian Schneppe | 2018-07-09 | 1 | -1/+0 |
| | |||||
* | store own affiliation and role to disk | Christian Schneppe | 2018-07-09 | 3 | -64/+52 |
| | |||||
* | change listener lock strategie | Christian Schneppe | 2018-07-09 | 1 | -38/+28 |
| | |||||
* | standards. right? | Christian Schneppe | 2018-07-09 | 1 | -2/+3 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 7 | -32/+95 |
| | |||||
* | show snackbar for resource constraint in mucs | Christian Schneppe | 2018-07-09 | 3 | -0/+6 |
| | |||||
* | open trust key screen when download is in progress | Christian Schneppe | 2018-07-09 | 3 | -3/+4 |
| | |||||
* | add missing import | Christian Schneppe | 2018-07-09 | 1 | -0/+1 |
| | |||||
* | fixed npe in paste as quote | Christian Schneppe | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | make xmppuri deal with null input | Christian Schneppe | 2018-07-09 | 1 | -1/+4 |
| | |||||
* | use sets instead of list for listeners | Christian Schneppe | 2018-07-09 | 2 | -68/+93 |
| | |||||
* | persist muc avatar and show in bookmarks | Christian Schneppe | 2018-07-09 | 5 | -14/+27 |
| | |||||
* | try to fix race condition with empty trust ui | Christian Schneppe | 2018-07-09 | 1 | -3/+7 |
| | |||||
* | shorten read markers to 'everyone has read up to this point' when > 4 user | Christian Schneppe | 2018-07-09 | 2 | -0/+8 |
| | |||||
* | offer paste as quote for html clips | Christian Schneppe | 2018-07-09 | 1 | -1/+4 |
| | |||||
* | use EmojiWrapperEditText for most relevant text inputs | Christian Schneppe | 2018-07-09 | 2 | -2/+18 |
| | |||||
* | automatically start download if file size is known | Christian Schneppe | 2018-07-09 | 1 | -4/+14 |
| | |||||
* | fixed MucOptions.getName() | Christian Schneppe | 2018-07-09 | 1 | -5/+3 |
| | |||||
* | click on item selection | Christian Schneppe | 2018-07-09 | 1 | -0/+3 |
| | |||||
* | catch rare state loss exception when hitting home button to pop back stack | Christian Schneppe | 2018-07-09 | 1 | -1/+5 |
| | |||||
* | use emoji transform for toolbar, muc name and contacts name | Christian Schneppe | 2018-07-09 | 2 | -4/+5 |
| |