Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-30 | Revert "hide record voice button if keyboard is open" | Christian Schneppe | 3 | -18/+10 | |
because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e. | |||||
2018-08-30 | make port field disabled if hostname is empty | Christian Schneppe | 2 | -1/+9 | |
2018-08-30 | use volatile for thread object in XmppConnection | Christian Schneppe | 1 | -5/+4 | |
2018-08-30 | special treatment for presence errors known to be mucs | Christian Schneppe | 2 | -0/+7 | |
2018-08-30 | hide record voice button if keyboard is open | Christian Schneppe | 3 | -10/+18 | |
2018-08-28 | catch NPE on inviteUser | Christian Schneppe | 1 | -1/+5 | |
2018-08-28 | make QUICK_SHARE_ATTACHMENT_CHOICE configurable | Christian Schneppe | 8 | -11/+36 | |
2018-08-26 | disabled by default variant of XEP-0392 | Christian Schneppe | 3 | -0/+35 | |
2018-08-26 | show correct string | Christian Schneppe | 1 | -1/+1 | |
2018-08-26 | do not display 'user left' toast in members only groups | Christian Schneppe | 1 | -1/+2 | |
2018-08-26 | add id="current" on every published PEP item | Christian Schneppe | 1 | -0/+3 | |
This makes sure even misconfigured PEP nodes still get only one item, as defined in XEP-0060 ยง12.20. | |||||
2018-08-26 | do grace period calculation only on positive periods | Christian Schneppe | 1 | -2/+4 | |
2018-08-26 | try to catch out of memory exception | Christian Schneppe | 1 | -1/+5 | |
2018-08-26 | upgrade babbler version | Christian Schneppe | 1 | -0/+5 | |
2018-08-26 | store bookmarks in pep if conversion xep is running | Christian Schneppe | 7 | -104/+180 | |
2018-08-24 | Update defaults.xml | huxxer | 1 | -0/+1 | |
Added jabbers.one Domain | |||||
2018-08-23 | catch NPE while detecting installedFrom() | Christian Schneppe | 1 | -1/+1 | |
2018-08-23 | convert jid to string | Christian Schneppe | 1 | -1/+2 | |
2018-08-23 | try to catch rare NPE | Christian Schneppe | 1 | -1/+7 | |
2018-08-07 | Replace quotes in direct_search summary | Licaon_Kter | 1 | -1/+1 | |
...as they cut off text in the app | |||||
2018-08-05 | add a quick action for voice recording | Christian Schneppe | 6 | -5/+51 | |
* is enabled as default * can be disabled in settings | |||||
2018-08-05 | don't use internal updater if installed from F-Droid or Google Play Store | Christian Schneppe | 1 | -4/+4 | |
fixes #220 | |||||
2018-08-05 | New translations strings.xml (German) | Christian Schneppe | 1 | -0/+1 | |
2018-08-05 | New translations strings.xml (Portuguese) | Christian Schneppe | 1 | -116/+116 | |
2018-08-05 | add location to permission check, too | Christian Schneppe | 2 | -0/+4 | |
2018-08-05 | introduced config flag to show attachment button instead of quick actions | Christian Schneppe | 35 | -27/+142 | |
2018-08-05 | update Leaflet to version 1.3.3 | Christian Schneppe | 3 | -13/+8 | |
2018-08-04 | add some more permission checks for locations | Christian Schneppe | 2 | -4/+13 | |
2018-08-04 | fix typo | Christian Schneppe | 1 | -1/+1 | |
2018-08-04 | New translations strings.xml (German) | Christian Schneppe | 1 | -0/+2 | |
2018-08-04 | New translations strings.xml (Portuguese, Brazilian) | Christian Schneppe | 1 | -116/+116 | |
2018-08-04 | use blabber.im as default domain | Christian Schneppe | 5 | -4/+16 | |
2018-08-04 | New translations strings.xml (German) | Christian Schneppe | 1 | -0/+1 | |
2018-08-03 | also mark previews unread messages as read | Christian Schneppe | 2 | -2/+14 | |
2018-08-03 | temporarily hide message deletion in chat view | Christian Schneppe | 1 | -1/+3 | |
2018-08-03 | New translations strings.xml (Portuguese) | Christian Schneppe | 1 | -116/+116 | |
2018-08-03 | some changes in Updater | Christian Schneppe | 4 | -29/+43 | |
2018-08-03 | call onMessageFound outside sync block | Christian Schneppe | 2 | -28/+33 | |
2018-08-03 | show toast if no address book app is installed | Christian Schneppe | 2 | -7/+15 | |
2018-08-03 | call switchTo(Fore|Back)ground() outside synchronized block | Christian Schneppe | 1 | -57/+88 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -0/+10 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -1/+9 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -0/+4 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -0/+4 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -1/+14 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -0/+9 | |
2018-08-02 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -1/+26 | |
2018-08-01 | New translations strings.xml (Bulgarian) | Christian Schneppe | 1 | -0/+3 | |
2018-07-29 | null pointer check in notification service | Christian Schneppe | 1 | -1/+1 | |
2018-07-29 | catch all exceptions when checking file size | Christian Schneppe | 1 | -1/+1 | |