aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* refresh UI to redraw message hint after switching to pgpDaniel Gultsch2016-06-151-0/+1
|
* delay notification until after pgp decryptionDaniel Gultsch2016-06-157-22/+51
|
* log all fail reasonsDaniel Gultsch2016-06-151-5/+6
|
* show xep-0172 nick only for contacts with mutual presence subscriptionDaniel Gultsch2016-06-151-1/+1
|
* clear muc tiles when avatar of member changesDaniel Gultsch2016-06-143-1/+19
|
* sort muc users by affiliation, name. fixes #1913Daniel Gultsch2016-06-141-9/+15
|
* synchronize access to stanza queueDaniel Gultsch2016-06-141-21/+31
|
* remove messages from decryption queue when trimming a conversationDaniel Gultsch2016-06-132-4/+19
|
* make sure tagwriter is clear before force closing socketDaniel Gultsch2016-06-132-19/+9
|
* refactored pgp decryptionDaniel Gultsch2016-06-1310-340/+210
|
* actually do add fall back message for omemoDaniel Gultsch2016-06-121-1/+1
|
* parse real jid from muc mam messages. (disabled)Daniel Gultsch2016-06-122-1/+17
| | | | | parsing this is dangerous if server doesn't filter properly thus it is disabled in config
* close db cursor after reading certDaniel Gultsch2016-06-121-0/+1
|
* use darker green as background for chat bubbles in dark themeDaniel Gultsch2016-06-101-3/+4
|
* use darker colors for actionbar on dark themeDaniel Gultsch2016-06-102-2/+2
|
* catch conversations sort exception. not vital at this pointDaniel Gultsch2016-06-092-15/+19
|
* Dark theme, theme switch, icons, style, stringsSteffen Keiper2016-06-088-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
* Merge pull request #1895 from pp3345/right-altDaniel Gultsch2016-06-051-1/+1
|\ | | | | Do not treat Right Alt key as a modifier for key combos
| * Do not treat right alt key as a modifier for key combosYussuf Khalil2016-06-051-1/+1
| |
* | log all background stanzas when background logging is enabledDaniel Gultsch2016-06-054-9/+4
| |
* | swap sending presence and csiDaniel Gultsch2016-06-041-3/+3
| |
* | opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-0412-63/+142
|/
* trim nick from bookmark before checking if it's emptyDaniel Gultsch2016-06-031-2/+2
|
* don't use a bookmarks name if it's emptyDaniel Gultsch2016-06-032-4/+7
|
* throw writeexecption in downloader if flush failsDaniel Gultsch2016-06-031-7/+5
|
* disconnect account in background after deletion. fixes #1861Daniel Gultsch2016-06-031-1/+6
|
* print specific toast when download failed because of write errorDaniel Gultsch2016-06-021-2/+12
|
* fixed regression that would not show clear devicesDaniel Gultsch2016-06-021-1/+1
|
* make grace period configurableDaniel Gultsch2016-06-023-6/+14
|
* deactive grace period when receiving screen on actionDaniel Gultsch2016-06-011-1/+8
|
* deactivate grace period when coming to foregroundDaniel Gultsch2016-06-011-0/+1
|
* log background msgs not foreground msgsDaniel Gultsch2016-06-011-1/+1
|
* don't replace \n\t\rDaniel Gultsch2016-06-011-1/+1
|
* only log inner stanza but display isCarbonDaniel Gultsch2016-06-011-1/+1
|
* don't show empty templatesDaniel Gultsch2016-06-011-1/+3
|
* display invite again menu item for offline membersDaniel Gultsch2016-06-011-1/+5
|
* check if session is optionalDaniel Gultsch2016-05-311-1/+3
|
* execute phone contact changes in singlethreadexecutorDaniel Gultsch2016-05-314-55/+79
|
* log failure reason in http upload on wrong response codeDaniel Gultsch2016-05-311-0/+1
|
* don't scroll to pos 0 when uuid wasn't foundDaniel Gultsch2016-05-311-4/+7
|
* use whitespace as message seperatorDaniel Gultsch2016-05-301-1/+1
|
* handle app links for conferencesDaniel Gultsch2016-05-303-6/+26
|
* remove unicode control chars before sendingDaniel Gultsch2016-05-301-0/+1
|
* handle app links with @ in themDaniel Gultsch2016-05-301-3/+12
|
* Revert "always notify by default in conferences"Daniel Gultsch2016-05-292-1/+3
| | | | | | This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense
* avoid npe when sending omemo messages to groupDaniel Gultsch2016-05-291-1/+3
|
* handle app linksDaniel Gultsch2016-05-291-3/+9
| | | | invites in the form of https://conversations/i/localpart/domainpart
* fix creation of conferences with 1 participantDaniel Gultsch2016-05-291-2/+1
|
* don't merge messages over the char limitDaniel Gultsch2016-05-291-0/+1
|
* show in ui when text was shortenedDaniel Gultsch2016-05-292-4/+2
|