Commit Graph

834 Commits

Author SHA1 Message Date
B. Petersen 226d8492f7 simplify thumbnails 2019-05-13 21:44:38 +02:00
B. Petersen a59f6fd69b be conservative in sending videos 2019-05-13 21:44:38 +02:00
B. Petersen 3925c4c02e do not recode if filesize and bitrate are already reasonable 2019-05-13 21:44:38 +02:00
B. Petersen 3606838d93 set video information on prearing also if recoding does not take place 2019-05-13 21:44:38 +02:00
B. Petersen 6d4dddae81 cleanup 2019-05-13 21:44:38 +02:00
B. Petersen e367675dd2 create thumbnails for staging-area 2019-05-13 21:44:38 +02:00
B. Petersen a44abd307a flush() explicitly before close() - although, the docs says other, there is a difference eg. on android7/motog and data are not ready without flush() when read from another thread 2019-05-13 21:44:38 +02:00
B. Petersen 9d255bc343 implement alternative method to get recorded videos 2019-05-13 21:44:38 +02:00
B. Petersen a0b7aa4066 calculate correct video thumbnail size 2019-05-13 21:44:38 +02:00
B. Petersen 9f3278eccf avoid division by zero 2019-05-13 21:44:38 +02:00
B. Petersen 5b5bfedcfd add a different animation for 'prepare' 2019-05-13 21:44:38 +02:00
B. Petersen 582f2d0626 prepare video before recoding starts 2019-05-13 21:44:38 +02:00
B. Petersen a959b173fa add DcChat.prepareMsg() 2019-05-13 21:44:38 +02:00
B. Petersen 7333c8a27a enable audio in recoded videos 2019-05-13 21:44:38 +02:00
B. Petersen d73d392ed4 recode video data 2019-05-13 21:44:38 +02:00
B. Petersen 7a33ad98d3 upgrade app to MultiDex as we have now more than 65k functions 2019-05-13 21:44:38 +02:00
B. Petersen b1de21af60 call VideoRecoder class, do not allow VideoRecording if recoding is not available 2019-05-13 21:44:38 +02:00
B. Petersen 3e41bf3533 add recoder 2019-05-13 21:44:38 +02:00
B. Petersen e0f5a17115 more conversative cache 2019-05-13 21:44:38 +02:00
B. Petersen 328901f724 show video thumbnails 2019-05-13 21:44:38 +02:00
B. Petersen 853a10253c remove unused isInProgress and isPendingDownload from slides 2019-05-13 21:44:38 +02:00
B. Petersen 0d11e11da4 remove unsused showControls parameter 2019-05-13 21:44:38 +02:00
B. Petersen 608180df58 drop complicated is-thumbnail-preview calculation that is discarded at the end 2019-05-13 21:44:38 +02:00
B. Petersen 885b8e2295 send videos files in original coding 2019-05-13 21:44:38 +02:00
B. Petersen ce8c30348f start video recording activity 2019-05-13 21:44:38 +02:00
B. Petersen 588f8a41fd use cacheDir if externalCacheDir is not available 2019-05-11 18:02:35 +02:00
cyBerta da6893b728 reset forwarding or sharing on system back button pressed 2019-05-09 16:55:14 +02:00
cyBerta d2638f5554 don't allow message search queries while forwarding or sharing 2019-05-09 16:47:51 +02:00
cyBerta 0bfea03707 handle sharing analogous to forwarding:
* search for contacts, share to new contacts, share to archives
* hide option menu while sharing/forwarding
* use action bar back icon to cancel sharing/forwarding
2019-05-09 14:14:45 +02:00
cyBerta bd650bf21a #891 add new forwarding mechanism to MediaPreviewActivity 2019-05-09 14:14:45 +02:00
cyBerta 26949980db #891 search during forwarding, forward to archives, forward to new contacts 2019-05-09 14:14:45 +02:00
B. Petersen 310c616a63 simplify PersistentBlobProvider 2019-05-05 22:37:48 +02:00
cyBerta aef2c09653 Merge pull request #876 from Ampli-fier/master
Enhance log with scroll and zoom possibility
2019-05-01 19:23:13 +02:00
cyBerta 69988538e6 Merge pull request #884 from deltachat/refine-provider
do not check location-provider we've not requested
2019-05-01 19:18:35 +02:00
B. Petersen b364a9dab6 init mapbox only as needed and disable telemetry 2019-05-01 17:40:52 +02:00
B. Petersen c60ab862a8 do not check location-provider we've not requested 2019-05-01 16:30:22 +02:00
B. Petersen bbbeb27a66 add missing import statement (wondering why it compiles on the first try? cache?) 2019-05-01 12:53:09 +02:00
björn petersen 918cd0dfbd Merge pull request #878 from deltachat/poi_improvements
Poi improvements
2019-05-01 12:40:37 +02:00
cyBerta 3b5721e118 show own device location independent of location streaming 2019-04-30 21:27:19 +02:00
cyBerta 53c068c57d differentiate pois from other markers by a dotted outline 2019-04-30 16:22:38 +02:00
cyBerta b096abc3a4 fix disappearing marker 2019-04-30 14:52:13 +02:00
cyBerta 1fa41f5b4c add labels to the bottom of pois and last position markers 2019-04-30 14:47:47 +02:00
cyBerta 0a549fb039 rudimental implementation to delete POIs 2019-04-27 22:26:49 +02:00
Ampli-fier 16e53a98d6 Enhance log with scroll and zoom possibility 2019-04-27 22:16:41 +02:00
cyBerta 85656614bc do not show add poi view on global map 2019-04-27 21:23:50 +02:00
cyBerta 64a9f85a34 check if mapview is destroyed before removing markers 2019-04-26 22:23:38 +02:00
cyBerta d2076d406f disable Network provider to avoid crazy marker traces 2019-04-26 22:22:52 +02:00
cyBerta 3060678d64 send POI messages from map 2019-04-26 21:13:30 +02:00
cyBerta 8cbe052761 fix info window - chat linking 2019-04-26 21:13:30 +02:00
cyBerta 66b4b9325b fix marker sizes 2019-04-26 21:13:30 +02:00