aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-17catch all throwables when loading contactsChristian Schneppe1-1/+1
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 Schneppe1-0/+1
2016-09-17Allow text selection with multiple links in messageChristian Schneppe2-38/+57
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-14show Emojis in EditTextChristian Schneppe1-2/+2
2016-09-14remember scroll position on rotate. fixes #2011Daniel Gultsch2-14/+62
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-1/+1
2016-09-09optimized importsChristian Schneppe5-9/+1
2016-09-08fix wrong importChristian Schneppe1-1/+1
2016-09-08provide hint on why conference can not be encryptedDaniel Gultsch1-0/+41
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch2-4/+13
2016-09-08open contact details from conference details directly on clickChristian Schneppe1-18/+10
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 Gultsch1-0/+3
2016-09-05catch some exceptions to avoid crashesChristian Schneppe1-4/+19
2016-09-03fix crash on take photoChristian Schneppe1-2/+42
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-03fixed recreation issues in StartConversationActivityDaniel Gultsch2-976/+1031
2016-09-02don't rotate sqare contentChristian Schneppe1-4/+4
2016-09-02use file provider for taking picturesDaniel Gultsch1-0/+1
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 Gultsch1-4/+2
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-30show dialog while compressing videoChristian Schneppe3-8/+51
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe2-3/+93
2016-08-27don't overwrite edited information in editaccount on rotateDaniel Gultsch1-1/+3
2016-08-27don't set notification mode to background when on pauseDaniel Gultsch1-6/+0
2016-08-26wrap dynamic tags into multiple lines. fixes #2003Daniel Gultsch2-3/+7
2016-08-26some multi-window optimizations. set min width to 300Daniel Gultsch2-0/+8
2016-08-26attach contact to notificationDaniel Gultsch1-13/+8
2016-08-26add snackbar for request presence subscriptionDaniel Gultsch1-0/+15
2016-08-26always display allow contact perm dialog after introDaniel Gultsch1-0/+10
2016-08-26survive rotation in editaccountDaniel Gultsch2-32/+49
2016-08-26add file provider to share files on android nDaniel Gultsch1-1/+4
2016-08-26offer quick reply on android NDaniel Gultsch1-25/+1
2016-08-26made image preview size smaller for low res imagesDaniel Gultsch1-8/+14
2016-08-26various null pointer checksDaniel Gultsch2-2/+10
2016-08-26check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-0/+20
2016-08-13rotate images based on EXIF data in previewChristian Schneppe1-91/+106
fiexes #91
2016-08-13performance improvements during backup import and bug fixesChristian Schneppe1-31/+36
2016-08-11don't show plaintext passwords in adb logsChristian Schneppe1-1/+0
2016-08-09don't run backup during check for updatesChristian Schneppe1-7/+0
2016-08-09reworked backup serviceChristian Schneppe2-85/+144
* automatically save database encrypted to local storage at 4 am each day * run backup import in new thread
2016-08-04modified download button a bitChristian Schneppe1-63/+27