Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-06-09 | catch conversations sort exception. not vital at this point | Daniel Gultsch | 2 | -15/+19 | |
2016-06-08 | Dark theme, theme switch, icons, style, strings | Steffen Keiper | 8 | -28/+88 | |
added some white icons, changed hardcoded icons to theme attributes, changed icon_edit_dark to icon_edit_body to reflect icons position, grey message bubbles in dark theme, misc purged ic_action_chat as it wasn't used preference use_white_background changed to use_green_background, default true grey chat bubbles darker, text white replaced all grey600 with black icons and 0.54 alpha attribute highlightColor in dark grey chat bubble now darker than background | |||||
2016-06-05 | Do not treat right alt key as a modifier for key combos | Yussuf Khalil | 1 | -1/+1 | |
2016-06-05 | log all background stanzas when background logging is enabled | Daniel Gultsch | 4 | -9/+4 | |
2016-06-04 | swap sending presence and csi | Daniel Gultsch | 1 | -3/+3 | |
2016-06-04 | opt-in to send last userinteraction in presence | Daniel Gultsch | 12 | -63/+142 | |
2016-06-03 | trim nick from bookmark before checking if it's empty | Daniel Gultsch | 1 | -2/+2 | |
2016-06-03 | don't use a bookmarks name if it's empty | Daniel Gultsch | 2 | -4/+7 | |
2016-06-03 | throw writeexecption in downloader if flush fails | Daniel Gultsch | 1 | -7/+5 | |
2016-06-03 | disconnect account in background after deletion. fixes #1861 | Daniel Gultsch | 1 | -1/+6 | |
2016-06-02 | print specific toast when download failed because of write error | Daniel Gultsch | 1 | -2/+12 | |
2016-06-02 | fixed regression that would not show clear devices | Daniel Gultsch | 1 | -1/+1 | |
2016-06-02 | make grace period configurable | Daniel Gultsch | 3 | -6/+14 | |
2016-06-01 | deactive grace period when receiving screen on action | Daniel Gultsch | 1 | -1/+8 | |
2016-06-01 | deactivate grace period when coming to foreground | Daniel Gultsch | 1 | -0/+1 | |
2016-06-01 | log background msgs not foreground msgs | Daniel Gultsch | 1 | -1/+1 | |
2016-06-01 | don't replace \n\t\r | Daniel Gultsch | 1 | -1/+1 | |
2016-06-01 | only log inner stanza but display isCarbon | Daniel Gultsch | 1 | -1/+1 | |
2016-06-01 | don't show empty templates | Daniel Gultsch | 1 | -1/+3 | |
2016-06-01 | display invite again menu item for offline members | Daniel Gultsch | 1 | -1/+5 | |
2016-05-31 | check if session is optional | Daniel Gultsch | 1 | -1/+3 | |
2016-05-31 | execute phone contact changes in singlethreadexecutor | Daniel Gultsch | 4 | -55/+79 | |
2016-05-31 | log failure reason in http upload on wrong response code | Daniel Gultsch | 1 | -0/+1 | |
2016-05-31 | don't scroll to pos 0 when uuid wasn't found | Daniel Gultsch | 1 | -4/+7 | |
2016-05-30 | use whitespace as message seperator | Daniel Gultsch | 1 | -1/+1 | |
2016-05-30 | handle app links for conferences | Daniel Gultsch | 3 | -6/+26 | |
2016-05-30 | remove unicode control chars before sending | Daniel Gultsch | 1 | -0/+1 | |
2016-05-30 | handle app links with @ in them | Daniel Gultsch | 1 | -3/+12 | |
2016-05-29 | Revert "always notify by default in conferences" | Daniel Gultsch | 2 | -1/+3 | |
This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense | |||||
2016-05-29 | avoid npe when sending omemo messages to group | Daniel Gultsch | 1 | -1/+3 | |
2016-05-29 | handle app links | Daniel Gultsch | 1 | -3/+9 | |
invites in the form of https://conversations/i/localpart/domainpart | |||||
2016-05-29 | fix creation of conferences with 1 participant | Daniel Gultsch | 1 | -2/+1 | |
2016-05-29 | don't merge messages over the char limit | Daniel Gultsch | 1 | -0/+1 | |
2016-05-29 | show in ui when text was shortened | Daniel Gultsch | 2 | -4/+2 | |
2016-05-28 | limit text size in message adapter to 2k and also limit text size in ↵ | Daniel Gultsch | 2 | -4/+8 | |
conversations adapter | |||||
2016-05-28 | only rendering first 5k chars of each message | Daniel Gultsch | 2 | -0/+8 | |
2016-05-28 | count xmpp uris when disableing text selection | Daniel Gultsch | 1 | -3/+16 | |
2016-05-28 | schedule first idle ping on service creation | Daniel Gultsch | 1 | -0/+4 | |
2016-05-28 | added idle ping in 10min intervals | Daniel Gultsch | 2 | -8/+24 | |
2016-05-28 | put bug report jid in config. include package signature in report | Daniel Gultsch | 3 | -13/+26 | |
2016-05-28 | use EOT as message seperator | Daniel Gultsch | 1 | -1/+1 | |
2016-05-27 | refactored toasts shown when adhoc creating mucs | Daniel Gultsch | 2 | -3/+22 | |
2016-05-27 | use activity title 'choose participants' when doing that | Daniel Gultsch | 2 | -0/+20 | |
2016-05-27 | use first letter to draw tiles for avatars | Daniel Gultsch | 1 | -1/+10 | |
some users or conferences might have emojis in their names | |||||
2016-05-27 | don't push default muc conf twice | Daniel Gultsch | 3 | -1/+14 | |
2016-05-26 | Add geo: link support in longer messages | GDR! | 2 | -1/+6 | |
2016-05-26 | add 'create conference' dialog | Daniel Gultsch | 5 | -18/+144 | |
2016-05-26 | show contact avatar in muc users unless that contact has its own avatar | Daniel Gultsch | 1 | -1/+1 | |
2016-05-26 | make newly created conferences private by default | Daniel Gultsch | 5 | -10/+32 | |
2016-05-26 | change hint in edit subject dialog | Daniel Gultsch | 1 | -1/+1 | |