aboutsummaryrefslogtreecommitdiffstats
path: root/src (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-17some text input modificationsChristian Schneppe1-2/+3
2016-09-15don't change emoji size in edittextChristian Schneppe1-1/+0
2016-09-15show emojis in actionbar in contact and conference detailsChristian Schneppe3-3/+31
2016-09-14scroll actionbar titles if they are too longChristian Schneppe2-13/+19
2016-09-14correct variablesChristian Schneppe1-2/+2
2016-09-14show Emojis in EditTextChristian Schneppe2-2/+4
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 Schneppe9-15/+1
2016-09-09reworked notificationserviceChristian Schneppe1-597/+588
2016-09-09add new emoji libraryChristian Schneppe11-14/+18
2016-09-08fix wrong importChristian Schneppe1-1/+1
2016-09-08provide hint on why conference can not be encryptedDaniel Gultsch3-2/+71
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch6-23/+48
2016-09-08add missing stringsChristian Schneppe2-0/+7
2016-09-08decreased share button size a bitChristian Schneppe1-2/+2
2016-09-08implement emojicon libraryChristian Schneppe11-16/+17
2016-09-08open contact details from conference details directly on clickChristian Schneppe1-18/+10
2016-09-08added some new JNIsChristian Schneppe105-75/+24106
2016-09-07ordered config a bitChristian Schneppe1-3/+5
2016-09-07performance optimizationsChristian Schneppe1-5/+12
2016-09-07optimized importsChristian Schneppe440-299511/+0
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 Gultsch4-7/+17
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-06set name correctlyChristian Schneppe1-1/+1
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-03added missing stringsChristian Schneppe2-1/+7
2016-09-03code cleanupChristian Schneppe2-8/+5
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