aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* catch all throwables when loading contactsChristian Schneppe2016-09-171-1/+1
|
* dont show delete file button when outside conversations directoryChristian Schneppe2016-09-171-2/+5
|
* use history clear date as minimum date for mamChristian Schneppe2016-09-171-0/+1
|
* Allow text selection with multiple links in messageChristian Schneppe2016-09-172-38/+57
|
* show emojis in actionbar in contact and conference detailsChristian Schneppe2016-09-152-0/+28
|
* scroll actionbar titles if they are too longChristian Schneppe2016-09-141-9/+10
|
* show Emojis in EditTextChristian Schneppe2016-09-141-2/+2
|
* remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-142-14/+62
|
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-1/+1
|
* optimized importsChristian Schneppe2016-09-095-9/+1
|
* fix wrong importChristian Schneppe2016-09-081-1/+1
|
* provide hint on why conference can not be encryptedDaniel Gultsch2016-09-081-0/+41
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-082-4/+13
|
* open contact details from conference details directly on clickChristian Schneppe2016-09-081-18/+10
|
* delete wrong }Christian Schneppe2016-09-071-1/+0
|
* close progress if there is an error or userinput requiredChristian Schneppe2016-09-071-0/+2
|
* don't use fileprovider when opening files on android M and belowDaniel Gultsch2016-09-071-44/+53
|
* show server not found muc errorDaniel Gultsch2016-09-071-0/+3
|
* catch some exceptions to avoid crashesChristian Schneppe2016-09-051-4/+19
|
* fix crash on take photoChristian Schneppe2016-09-031-2/+42
|
* code cleanupChristian Schneppe2016-09-031-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.
* fixed recreation issues in StartConversationActivityDaniel Gultsch2016-09-032-976/+1031
|
* don't rotate sqare contentChristian Schneppe2016-09-021-4/+4
|
* use file provider for taking picturesDaniel Gultsch2016-09-021-0/+1
|
* don't show up navigation in startConversation when there are no open ↵Daniel Gultsch2016-09-021-1/+3
| | | | conversations
* add more logging to pgp engineDaniel Gultsch2016-09-021-4/+2
|
* rotate FullScreenViewer based on dimensions of contentChristian Schneppe2016-09-021-6/+51
|
* don't set attach video as quick actionChristian Schneppe2016-09-022-22/+3
|
* don't rotate screen while compressing videoChristian Schneppe2016-08-313-5/+5
|
* show dialog while compressing videoChristian Schneppe2016-08-303-8/+51
|
* Merge remote-tracking branch 'refs/remotes/origin/video-compression'Christian Schneppe2016-08-282-3/+93
|\
| * compress videos bigger than 10 MB before sendingChristian Schneppe2016-08-282-3/+93
| |
* | don't overwrite edited information in editaccount on rotateDaniel Gultsch2016-08-271-1/+3
| |
* | don't set notification mode to background when on pauseDaniel Gultsch2016-08-271-6/+0
|/
* wrap dynamic tags into multiple lines. fixes #2003Daniel Gultsch2016-08-262-3/+7
|
* some multi-window optimizations. set min width to 300Daniel Gultsch2016-08-262-0/+8
|
* attach contact to notificationDaniel Gultsch2016-08-261-13/+8
|
* add snackbar for request presence subscriptionDaniel Gultsch2016-08-261-0/+15
|
* always display allow contact perm dialog after introDaniel Gultsch2016-08-261-0/+10
|
* survive rotation in editaccountDaniel Gultsch2016-08-262-32/+49
|
* add file provider to share files on android nDaniel Gultsch2016-08-261-1/+4
|
* offer quick reply on android NDaniel Gultsch2016-08-261-25/+1
|
* made image preview size smaller for low res imagesDaniel Gultsch2016-08-261-8/+14
|
* various null pointer checksDaniel Gultsch2016-08-262-2/+10
|
* check for rare null pointer platform bug in share intent handlingDaniel Gultsch2016-08-261-0/+20
|
* rotate images based on EXIF data in previewChristian Schneppe2016-08-131-91/+106
| | | | fiexes #91
* performance improvements during backup import and bug fixesChristian Schneppe2016-08-131-31/+36
|
* don't show plaintext passwords in adb logsChristian Schneppe2016-08-111-1/+0
|
* don't run backup during check for updatesChristian Schneppe2016-08-091-7/+0
|
* reworked backup serviceChristian Schneppe2016-08-092-85/+144
| | | | | * automatically save database encrypted to local storage at 4 am each day * run backup import in new thread