Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make channel for video compression, updater, backup | Christian Schneppe | 2018-09-13 | 2 | -0/+27 | |
| | ||||||
* | initial work toward api 26+ | Christian Schneppe | 2018-09-13 | 15 | -173/+359 | |
| | | | | | * introduce notification channels * always use foreground service on 26+ | |||||
* | fixed user hint in magic create mode | Christian Schneppe | 2018-09-12 | 1 | -0/+1 | |
| | ||||||
* | fixed own avatar not being square in message view | Christian Schneppe | 2018-09-12 | 1 | -10/+22 | |
| | ||||||
* | code cleanup for group chat user context menu | Christian Schneppe | 2018-09-12 | 4 | -76/+83 | |
| | ||||||
* | start new conversations by long press on avatar | Christian Schneppe | 2018-09-12 | 6 | -131/+219 | |
| | ||||||
* | add more logging and fix an error in ExportDatabase | Christian Schneppe | 2018-09-12 | 1 | -12/+13 | |
| | ||||||
* | AudioPlayer: disable screen when holding phone to ear | Christian Schneppe | 2018-09-11 | 4 | -4/+72 | |
| | ||||||
* | catch illegalargument exception when discovering extension from url | Christian Schneppe | 2018-09-11 | 1 | -1/+6 | |
| | ||||||
* | removed synchronized in favor of another interrupted check in startXmpp() | Christian Schneppe | 2018-09-11 | 1 | -1/+4 | |
| | ||||||
* | catch illegal state not illegal argument on popBackStack() | Christian Schneppe | 2018-09-11 | 1 | -1/+1 | |
| | ||||||
* | do not show 'delete contact' for phone contacts. do not treat as stranger | Christian Schneppe | 2018-09-11 | 2 | -0/+3 | |
| | ||||||
* | make recording activity not crash if microphone was in use | Christian Schneppe | 2018-09-11 | 4 | -6/+13 | |
| | ||||||
* | show jids from address book in Start Conversation screen if only one account ↵ | Christian Schneppe | 2018-09-11 | 3 | -2/+22 | |
| | | | | is used | |||||
* | improve Updater a bit and try to catch NPE | Christian Schneppe | 2018-09-11 | 2 | -4/+6 | |
| | ||||||
* | catch NPE on detecting tor connection in UpdaterActivity | Christian Schneppe | 2018-09-11 | 1 | -1/+4 | |
| | ||||||
* | catch some more Exceptions during database import | Christian Schneppe | 2018-09-11 | 1 | -1/+7 | |
| | ||||||
* | try to catch some Exceptions in image preview | Christian Schneppe | 2018-09-11 | 1 | -24/+41 | |
| | ||||||
* | remove log | Christian Schneppe | 2018-08-30 | 1 | -2/+1 | |
| | ||||||
* | switch between earphone and speaker while playing sounds | Christian Schneppe | 2018-08-30 | 2 | -6/+110 | |
| | ||||||
* | Revert "hide record voice button if keyboard is open" | Christian Schneppe | 2018-08-30 | 3 | -18/+10 | |
| | | | | | | because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e. | |||||
* | make port field disabled if hostname is empty | Christian Schneppe | 2018-08-30 | 2 | -1/+9 | |
| | ||||||
* | use volatile for thread object in XmppConnection | Christian Schneppe | 2018-08-30 | 1 | -5/+4 | |
| | ||||||
* | special treatment for presence errors known to be mucs | Christian Schneppe | 2018-08-30 | 2 | -0/+7 | |
| | ||||||
* | hide record voice button if keyboard is open | Christian Schneppe | 2018-08-30 | 3 | -10/+18 | |
| | ||||||
* | catch NPE on inviteUser | Christian Schneppe | 2018-08-28 | 1 | -1/+5 | |
| | ||||||
* | make QUICK_SHARE_ATTACHMENT_CHOICE configurable | Christian Schneppe | 2018-08-28 | 8 | -11/+36 | |
| | ||||||
* | disabled by default variant of XEP-0392 | Christian Schneppe | 2018-08-26 | 3 | -0/+35 | |
| | ||||||
* | show correct string | Christian Schneppe | 2018-08-26 | 1 | -1/+1 | |
| | ||||||
* | do not display 'user left' toast in members only groups | Christian Schneppe | 2018-08-26 | 1 | -1/+2 | |
| | ||||||
* | add id="current" on every published PEP item | Christian Schneppe | 2018-08-26 | 1 | -0/+3 | |
| | | | | | This makes sure even misconfigured PEP nodes still get only one item, as defined in XEP-0060 §12.20. | |||||
* | do grace period calculation only on positive periods | Christian Schneppe | 2018-08-26 | 1 | -2/+4 | |
| | ||||||
* | try to catch out of memory exception | Christian Schneppe | 2018-08-26 | 1 | -1/+5 | |
| | ||||||
* | upgrade babbler version | Christian Schneppe | 2018-08-26 | 1 | -0/+5 | |
| | ||||||
* | store bookmarks in pep if conversion xep is running | Christian Schneppe | 2018-08-26 | 7 | -104/+180 | |
| | ||||||
* | Merge pull request #226 from licaon-kter/patch-1 | Christian Schneppe | 2018-08-25 | 1 | -1/+1 | |
|\ | | | | | Replace quotes in direct_search summary | |||||
| * | Replace quotes in direct_search summary | Licaon_Kter | 2018-08-07 | 1 | -1/+1 | |
| | | | | | | ...as they cut off text in the app | |||||
* | | Update defaults.xml | huxxer | 2018-08-24 | 1 | -0/+1 | |
| | | | | | | Added jabbers.one Domain | |||||
* | | catch NPE while detecting installedFrom() | Christian Schneppe | 2018-08-23 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | 6 | -5/+51 | |
| | | | | | * 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 | |||||
* | update translations | Christian Schneppe | 2018-08-05 | 2 | -116/+120 | |
|\ | | | | | New Crowdin translations | |||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-08-05 | 1 | -0/+1 | |
| | | ||||||
| * | New translations strings.xml (Portuguese) | Christian Schneppe | 2018-08-05 | 1 | -116/+116 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-08-04 | 1 | -0/+2 | |
| | | ||||||
| * | New translations strings.xml (Portuguese, Brazilian) | Christian Schneppe | 2018-08-04 | 1 | -116/+116 | |
| | | ||||||
| * | New translations strings.xml (German) | Christian Schneppe | 2018-08-04 | 1 | -0/+1 | |
| | | ||||||
| * | New translations strings.xml (Portuguese) | Christian Schneppe | 2018-08-03 | 1 | -116/+116 | |
| | |