aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-17catch all throwables when loading contactsChristian Schneppe2-3/+3
2016-09-17dont show delete file button when outside conversations directoryChristian Schneppe1-2/+5
2016-09-17use history clear date as minimum date for mamChristian Schneppe5-13/+43
2016-09-17Allow text selection with multiple links in messageChristian Schneppe2-38/+57
2016-09-17deal with null bodys in message previewChristian Schneppe1-8/+6
2016-09-17store jid if it was changed during bindChristian Schneppe2-5/+11
2016-09-15show emojis in actionbar in contact and conference detailsChristian Schneppe2-0/+28
2016-09-14scroll actionbar titles if they are too longChristian Schneppe1-9/+10
2016-09-14correct variablesChristian Schneppe1-2/+2
2016-09-14show Emojis in EditTextChristian Schneppe1-2/+2
2016-09-14don't use display version of jidsDaniel Gultsch2-97/+101
2016-09-14remember scroll position on rotate. fixes #2011Daniel Gultsch2-14/+62
2016-09-14Use JID returned by the server during bindSam Whited1-1/+1
Not just the resourcepart
2016-09-14Support ANONYMOUS SASLSam Whited2-0/+31
2016-09-14Use the last message in the content text instead of the first.Daniele Gobbetti1-1/+1
This fixes the issue where the first message in the notification was sent to pebble (and possibly to other wear devices) for every update in the conversation, as reported in #1249. This is the same patch propoed in https://github.com/siacs/Conversations/issues/1249#issuecomment-245878335
2016-09-14Fix typolicaon-kter1-1/+1
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch4-13/+26
2016-09-09optimized importsChristian Schneppe8-13/+1
2016-09-09reworked notificationserviceChristian Schneppe1-597/+588
2016-09-08fix wrong importChristian Schneppe1-1/+1
2016-09-08provide hint on why conference can not be encryptedDaniel Gultsch2-2/+67
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch5-22/+46
2016-09-08open contact details from conference details directly on clickChristian Schneppe1-18/+10
2016-09-07ordered config a bitChristian Schneppe1-3/+5
2016-09-07delete wrong }Christian Schneppe1-1/+0
2016-09-07close progress if there is an error or userinput requiredChristian Schneppe1-0/+2
2016-09-07don't use fileprovider when opening files on android M and belowDaniel Gultsch1-44/+53
2016-09-07show server not found muc errorDaniel Gultsch3-2/+10
2016-09-07remove explicit pebble support. treat as wear deviceDaniel Gultsch1-25/+0
2016-09-07show reply action on wear devicesDaniel Gultsch1-2/+4
2016-09-07don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch1-4/+12
2016-09-06detect video aspect ratio for compressionChristian Schneppe2-7/+24
2016-09-05catch some exceptions to avoid crashesChristian Schneppe1-4/+19
2016-09-03fix crash on take photoChristian Schneppe1-2/+42
2016-09-03return false if compressed video size = 0 or video does't existChristian Schneppe1-2/+8
2016-09-03code cleanupChristian Schneppe1-7/+4
Revert "don't set attach video as quick action" This reverts commit befcebb309daba9bb8afa453897debd89ba3f014. Revert "make 'record voice' as default quick action" This reverts commit 3cd7a1124c78da4d44c7d6ccadc4d2e379323486. Revert "keep CPU awake while compressing video" This reverts commit 0a22bd7bfb12a58b4de57490ef43bfe91c334689. Revert "revert 0a22bd7bfb12a58b4de57490ef43bfe91c334689" This reverts commit 7c4ad375806a704b44e6b5134fd25615cec2a71d.
2016-09-03keep CPU awake while compressing videoChristian Schneppe1-2/+5
fixes #94
2016-09-03fixed recreation issues in StartConversationActivityDaniel Gultsch2-976/+1031
2016-09-03fixed typoDaniel Gultsch1-2/+2
2016-09-03don't show duplicate nofications on android 4Daniel Gultsch1-35/+31
2016-09-02don't rotate sqare contentChristian Schneppe1-4/+4
2016-09-02broader exception catchersDaniel Gultsch1-1/+1
2016-09-02use file provider for taking picturesDaniel Gultsch2-3/+5
2016-09-02don't show up navigation in startConversation when there are no open ↵Daniel Gultsch1-1/+3
conversations
2016-09-02add more logging to pgp engineDaniel Gultsch2-13/+20
2016-09-02rotate FullScreenViewer based on dimensions of contentChristian Schneppe1-6/+51
2016-09-02don't set attach video as quick actionChristian Schneppe2-22/+3
2016-08-31don't rotate screen while compressing videoChristian Schneppe3-5/+5
2016-08-31fix multiple notifications and added unread messages as summaryChristian Schneppe1-6/+16
2016-08-30show dialog while compressing videoChristian Schneppe3-8/+51