aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deduplicate notification soundsChristian Schneppe2017-03-261-1/+0
|
* omemo: put auth tag into key (verify auth tag as well)Christian Schneppe2017-03-261-1/+1
|
* made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2017-03-262-5/+43
|
* changed logtagChristian Schneppe2017-03-261-1/+1
|
* make image compression configurableChristian Schneppe2017-03-263-6/+30
|
* open version can use tor networks (via settings)Christian Schneppe2017-03-241-0/+9
|
* fix bug while mam catchup implemented in ↵Christian Schneppe2017-03-241-1/+0
| | | | 52a2efe0a87d6422060e78e0ca7df38c2affd2f2
* make auto media rotation in fullscreen configurableChristian Schneppe2017-03-241-2/+10
|
* count messages in backlog to not renotify on prior notificationsChristian Schneppe2017-03-231-7/+33
|
* do not pipeline first SM request because that might fail when resume failsChristian Schneppe2017-03-231-1/+1
|
* experimental: wait for SM catchup before triggering notificationsChristian Schneppe2017-03-232-2/+27
| | | | | | | wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-239-24/+33
| | | | …in Conversations only enviroments
* define strangers as people not in roster instead of no mutual presence ↵Christian Schneppe2017-03-231-1/+1
| | | | subscription
* show strangers with jid instead of name in conversation listChristian Schneppe2017-03-231-0/+2
|
* offer to block entire domain in message from stranger snackbarChristian Schneppe2017-03-232-3/+29
|
* do not show block stranger snackbar when blocking command is unavailableChristian Schneppe2017-03-231-1/+4
|
* call EditText.setText() instead of clear because clear causes problemsChristian Schneppe2017-03-231-8/+7
|
* don't mark message as delivery_failed when cancel didn't workChristian Schneppe2017-03-231-2/+0
|
* call messageSent() from UI thread after encrypting pgp messageChristian Schneppe2017-03-231-6/+7
|
* fix NPE while sending images directly from GBoardChristian Schneppe2017-03-171-35/+51
|
* reduce avatar sizes because of problemsChristian Schneppe2017-03-171-3/+1
|
* show contact and conference names in details viewChristian Schneppe2017-03-172-0/+6
|
* add new Emoji libraryChristian Schneppe2017-03-174-6/+14
|
* use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe2017-03-172-7/+9
|
* grey out offline contacts in StartConversationChristian Schneppe2017-03-155-12/+50
|
* also hide actionbar share iconChristian Schneppe2017-03-151-1/+3
| | | in addition to fix for #125
* add build flavor to about summaryChristian Schneppe2017-03-141-1/+2
|
* add missing importChristian Schneppe2017-03-141-0/+1
|
* never mark conversation w/ own server as strangerChristian Schneppe2017-03-141-5/+4
|
* show typing info in overviewChristian Schneppe2017-03-142-5/+37
|
* fix jump to bottom while scrollingChristian Schneppe2017-03-141-23/+16
| | | | possibly caused by datebubbles
* optimize apk and vcard handling in messagesChristian Schneppe2017-03-141-24/+42
|
* update shortcutbadger asyncChristian Schneppe2017-03-141-9/+20
|
* don't open conversation when opening contact detailsChristian Schneppe2017-03-142-1/+56
|
* don't show share icons on account creationChristian Schneppe2017-03-141-0/+6
| | | | fixes #125
* set QR Code background to whiteChristian Schneppe2017-03-141-1/+2
|
* load new messages in chatlist a bit earlierChristian Schneppe2017-03-111-1/+1
| | | | 25 instead of 5 messages before
* rename media directoriesChristian Schneppe2017-03-118-29/+84
|
* fixed entity time for timezones with minutes !=0Christian Schneppe2017-03-111-3/+11
|
* send chat states only to private and non-anon mucsChristian Schneppe2017-03-111-1/+1
|
* display chat states in conferencesChristian Schneppe2017-03-115-48/+97
|
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-116-14/+63
|
* use async avatar loading in AccountAdapterChristian Schneppe2017-03-111-1/+93
|
* hide keyboard after setting up accountChristian Schneppe2017-03-111-0/+1
|
* catch fileprovider related NPEsChristian Schneppe2017-03-111-1/+1
|
* catch some OOM ExceptionsChristian Schneppe2017-03-112-1/+9
|
* try to fix crashChristian Schneppe2017-03-111-0/+2
|
* possible audioplayer fixChristian Schneppe2017-03-091-3/+4
|
* fix update of chatbubblesChristian Schneppe2017-03-091-1/+1
|
* notify for muc messages after mam catchupChristian Schneppe2017-03-091-1/+1
|