aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-26deduplicate notification soundsChristian Schneppe1-1/+0
2017-03-26omemo: put auth tag into key (verify auth tag as well)Christian Schneppe1-1/+1
2017-03-26made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2-5/+43
2017-03-26changed logtagChristian Schneppe1-1/+1
2017-03-26make image compression configurableChristian Schneppe3-6/+30
2017-03-24open version can use tor networks (via settings)Christian Schneppe1-0/+9
2017-03-24fix bug while mam catchup implemented in 52a2efe0a87d6422060e78e0ca7df38c2aff...Christian Schneppe1-1/+0
2017-03-24make auto media rotation in fullscreen configurableChristian Schneppe1-2/+10
2017-03-23count messages in backlog to not renotify on prior notificationsChristian Schneppe1-7/+33
2017-03-23do not pipeline first SM request because that might fail when resume failsChristian Schneppe1-1/+1
2017-03-23experimental: wait for SM catchup before triggering notificationsChristian Schneppe2-2/+27
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe9-24/+33
2017-03-23define strangers as people not in roster instead of no mutual presence subscr...Christian Schneppe1-1/+1
2017-03-23show strangers with jid instead of name in conversation listChristian Schneppe1-0/+2
2017-03-23offer to block entire domain in message from stranger snackbarChristian Schneppe2-3/+29
2017-03-23do not show block stranger snackbar when blocking command is unavailableChristian Schneppe1-1/+4
2017-03-23call EditText.setText() instead of clear because clear causes problemsChristian Schneppe1-8/+7
2017-03-23don't mark message as delivery_failed when cancel didn't workChristian Schneppe1-2/+0
2017-03-23call messageSent() from UI thread after encrypting pgp messageChristian Schneppe1-6/+7
2017-03-17fix NPE while sending images directly from GBoardChristian Schneppe1-35/+51
2017-03-17reduce avatar sizes because of problemsChristian Schneppe1-3/+1
2017-03-17show contact and conference names in details viewChristian Schneppe2-0/+6
2017-03-17add new Emoji libraryChristian Schneppe4-6/+14
2017-03-17use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe2-7/+9
2017-03-15grey out offline contacts in StartConversationChristian Schneppe5-12/+50
2017-03-15also hide actionbar share iconChristian Schneppe1-1/+3
2017-03-14add build flavor to about summaryChristian Schneppe1-1/+2
2017-03-14add missing importChristian Schneppe1-0/+1
2017-03-14never mark conversation w/ own server as strangerChristian Schneppe1-5/+4
2017-03-14show typing info in overviewChristian Schneppe2-5/+37
2017-03-14fix jump to bottom while scrollingChristian Schneppe1-23/+16
2017-03-14optimize apk and vcard handling in messagesChristian Schneppe1-24/+42
2017-03-14update shortcutbadger asyncChristian Schneppe1-9/+20
2017-03-14don't open conversation when opening contact detailsChristian Schneppe2-1/+56
2017-03-14don't show share icons on account creationChristian Schneppe1-0/+6
2017-03-14set QR Code background to whiteChristian Schneppe1-1/+2
2017-03-11load new messages in chatlist a bit earlierChristian Schneppe1-1/+1
2017-03-11rename media directoriesChristian Schneppe8-29/+84
2017-03-11fixed entity time for timezones with minutes !=0Christian Schneppe1-3/+11
2017-03-11send chat states only to private and non-anon mucsChristian Schneppe1-1/+1
2017-03-11display chat states in conferencesChristian Schneppe5-48/+97
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe6-14/+63
2017-03-11use async avatar loading in AccountAdapterChristian Schneppe1-1/+93
2017-03-11hide keyboard after setting up accountChristian Schneppe1-0/+1
2017-03-11catch fileprovider related NPEsChristian Schneppe1-1/+1
2017-03-11catch some OOM ExceptionsChristian Schneppe2-1/+9
2017-03-11try to fix crashChristian Schneppe1-0/+2
2017-03-09possible audioplayer fixChristian Schneppe1-3/+4
2017-03-09fix update of chatbubblesChristian Schneppe1-1/+1
2017-03-09notify for muc messages after mam catchupChristian Schneppe1-1/+1