aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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 Gultsch2-2/+3
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-02decreased size of share button a little bitChristian Schneppe1-2/+2
2016-09-02don't set attach video as quick actionChristian Schneppe22-22/+3
2016-09-02make 'record voice' as default quick actionChristian Schneppe1-1/+1
2016-08-31don't rotate screen while compressing videoChristian Schneppe3-5/+5
2016-08-31fix multiple notifications and added unread messages as summaryChristian Schneppe2-6/+17
2016-08-30show dialog while compressing videoChristian Schneppe4-8/+53
2016-08-30change filename patternChristian Schneppe1-1/+2
2016-08-30bug fix in notification serviceChristian Schneppe1-21/+20
2016-08-30make bitrate configurable via config.javaChristian Schneppe2-2/+3
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe540-15/+354254
2016-08-27mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2-1/+24
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch5-5/+18
2016-08-27bring back connectivity changed events on android nDaniel Gultsch1-3/+4
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 Gultsch5-9/+15
2016-08-26some multi-window optimizations. set min width to 300Daniel Gultsch6-4/+17
2016-08-26attach contact to notificationDaniel Gultsch3-15/+30
2016-08-26add snackbar for request presence subscriptionDaniel Gultsch2-0/+17
2016-08-26always display allow contact perm dialog after introDaniel Gultsch1-0/+10
2016-08-26survive rotation in editaccountDaniel Gultsch2-32/+49
2016-08-26made payment required error standard compliantDaniel Gultsch1-4/+5
2016-08-26add file provider to share files on android nDaniel Gultsch4-70/+78
2016-08-26offer quick reply on android NDaniel Gultsch4-45/+109
2016-08-26use N style stacked notificationsDaniel Gultsch3-82/+92
2016-08-26send register IQs without full fromDaniel Gultsch3-5/+6
2016-08-26made image preview size smaller for low res imagesDaniel Gultsch1-8/+14
2016-08-26display error status for missing internet permissionDaniel Gultsch3-7/+13
2016-08-26various null pointer checksDaniel Gultsch3-3/+12
2016-08-26check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-0/+20
2016-08-26add payment required errorDaniel Gultsch3-2/+21
2016-08-19don't show shadows around share buttonChristian Schneppe1-108/+0
2016-08-13don't close otr session on every presence changeDaniel Gultsch1-8/+5