aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make contacts status color configurableChristian Schneppe2017-04-135-2/+28
|
* changed one last seen stateChristian Schneppe2017-04-053-1/+3
|
* add missing finaleChristian Schneppe2017-04-051-1/+1
|
* add missing german stringsChristian Schneppe2017-04-051-0/+10
|
* Show colored presence status for contacts in overview and contact listChristian Schneppe2017-04-053-0/+31
| | | | | | * online, free for chat = green * away = yellow * dnd, xa = red
* do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe2017-04-051-7/+5
|
* parse message that only contain oob tagChristian Schneppe2017-04-054-5/+10
|
* show file size for files smaller 1024 bytesChristian Schneppe2017-04-051-5/+5
|
* Fixed deprecated callChristian Schneppe2017-04-051-1/+6
|
* Run in background instead of writing instantaneouslyChristian Schneppe2017-04-051-1/+1
|
* Changes the deprecated getColor() methodChristian Schneppe2017-04-057-20/+27
|
* Fixed package accessChristian Schneppe2017-04-051-6/+6
|
* Save some memory and delete unused imports and variablesChristian Schneppe2017-04-051-4/+3
|
* enable OpenPGP as wellChristian Schneppe2017-04-051-1/+1
|
* fix small bug with updater on devices < SDK 21Christian Schneppe2017-04-051-2/+4
|
* temporarly enable OTRChristian Schneppe2017-04-051-1/+1
|
* Fix typo (#128)licaon-kter2017-03-281-1/+1
|
* update libraries and dependenciesChristian Schneppe2017-03-262-4/+5
|
* decrease text sizes a bitChristian Schneppe2017-03-262-11/+11
|
* show received/read markers in chatlistChristian Schneppe2017-03-262-11/+57
|
* 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-266-10/+49
|
* open version can use tor networks (via settings)Christian Schneppe2017-03-243-0/+21
|
* fix bug while mam catchup implemented in ↵Christian Schneppe2017-03-241-1/+0
| | | | 52a2efe0a87d6422060e78e0ca7df38c2affd2f2
* make auto media rotation in fullscreen configurableChristian Schneppe2017-03-243-2/+17
|
* 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-234-3/+40
|
* 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
|
* rename playstore to standardpushChristian Schneppe2017-03-174-0/+0
|
* increase image views a bitChristian Schneppe2017-03-173-5/+5
|
* fix NPE while sending images directly from GBoardChristian Schneppe2017-03-171-35/+51
|
* little string modificationsChristian Schneppe2017-03-172-4/+5
|
* change avatar images to circlesChristian Schneppe2017-03-176-7/+8
|
* add missing importChristian Schneppe2017-03-171-0/+1
|
* reduce avatar sizes because of problemsChristian Schneppe2017-03-171-3/+1
|
* show contact and conference names in details viewChristian Schneppe2017-03-174-3/+39
|
* add new Emoji libraryChristian Schneppe2017-03-1718-33/+42
|
* 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-156-12/+51
|