aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-13make contacts status color configurableChristian Schneppe5-2/+28
2017-04-05changed one last seen stateChristian Schneppe3-1/+3
2017-04-05add missing finaleChristian Schneppe1-1/+1
2017-04-05add missing german stringsChristian Schneppe1-0/+10
2017-04-05Show colored presence status for contacts in overview and contact listChristian Schneppe3-0/+31
* online, free for chat = green * away = yellow * dnd, xa = red
2017-04-05do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe1-7/+5
2017-04-05parse message that only contain oob tagChristian Schneppe4-5/+10
2017-04-05show file size for files smaller 1024 bytesChristian Schneppe1-5/+5
2017-04-05Fixed deprecated callChristian Schneppe1-1/+6
2017-04-05Run in background instead of writing instantaneouslyChristian Schneppe1-1/+1
2017-04-05Changes the deprecated getColor() methodChristian Schneppe7-20/+27
2017-04-05Fixed package accessChristian Schneppe1-6/+6
2017-04-05Save some memory and delete unused imports and variablesChristian Schneppe1-4/+3
2017-04-05enable OpenPGP as wellChristian Schneppe1-1/+1
2017-04-05fix small bug with updater on devices < SDK 21Christian Schneppe1-2/+4
2017-04-05temporarly enable OTRChristian Schneppe1-1/+1
2017-03-28Fix typo (#128)licaon-kter1-1/+1
2017-03-26update libraries and dependenciesChristian Schneppe2-4/+5
2017-03-26decrease text sizes a bitChristian Schneppe2-11/+11
2017-03-26show received/read markers in chatlistChristian Schneppe2-11/+57
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 Schneppe6-10/+49
2017-03-24open version can use tor networks (via settings)Christian Schneppe3-0/+21
2017-03-24fix bug while mam catchup implemented in ↵Christian Schneppe1-1/+0
52a2efe0a87d6422060e78e0ca7df38c2affd2f2
2017-03-24make auto media rotation in fullscreen configurableChristian Schneppe3-2/+17
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
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
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe9-24/+33
…in Conversations only enviroments
2017-03-23define strangers as people not in roster instead of no mutual presence ↵Christian Schneppe1-1/+1
subscription
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 Schneppe4-3/+40
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-17rename playstore to standardpushChristian Schneppe4-0/+0
2017-03-17increase image views a bitChristian Schneppe3-5/+5
2017-03-17fix NPE while sending images directly from GBoardChristian Schneppe1-35/+51
2017-03-17little string modificationsChristian Schneppe2-4/+5
2017-03-17change avatar images to circlesChristian Schneppe6-7/+8
2017-03-17add missing importChristian Schneppe1-0/+1
2017-03-17reduce avatar sizes because of problemsChristian Schneppe1-3/+1
2017-03-17show contact and conference names in details viewChristian Schneppe4-3/+39
2017-03-17add new Emoji libraryChristian Schneppe18-33/+42
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 Schneppe6-12/+51