Commit graph

2085 commits

Author SHA1 Message Date
tibbi
121977395f updating the fast-forward related FAQ item, add horizontal gestures 2019-01-04 11:56:33 +01:00
tibbi
4957baf8e2 improving the UX at some video gestures 2019-01-04 11:44:13 +01:00
tibbi
80d3bf4cea remove some jerkyness during video playback fastforward/rewind 2019-01-04 11:27:53 +01:00
tibbi
ed4d870261 show the current video progress if dragging at fullscreen mode 2019-01-03 23:53:57 +01:00
tibbi
1077369a73 animate bottom videoplayer elements separately, not the whole holder 2019-01-03 23:48:33 +01:00
tibbi
1bc4ce47bb move the video player bottom gradient in a different view 2019-01-03 23:45:59 +01:00
tibbi
56f663b590 implement video sliding by finger dragging to sides 2019-01-03 22:46:29 +01:00
tibbi
d0c00d433c use max brightness at playing video if desired 2019-01-03 19:53:29 +01:00
tibbi
2dfbf32f1c fix side volume/brightness gesture control at the video player 2019-01-03 19:52:16 +01:00
tibbi
af3cfc46bf improve panorama video handling at third party intents 2019-01-02 23:56:09 +01:00
tibbi
dd69bbea68 adding some video autoplay handling 2019-01-02 23:25:37 +01:00
tibbi
40f7321064 enable autoplay videos by default 2019-01-02 23:12:00 +01:00
tibbi
a3238a6b95 Revert "remove the setting for toggling autoplaying videos"
This reverts commit 62cbdaf918.
2019-01-02 23:09:18 +01:00
tibbi
78b68d3dfe fixing some third party video related intent handling 2019-01-02 23:07:53 +01:00
tibbi
683f1edba0 adding a play/pause button at the bottom 2019-01-02 21:49:25 +01:00
tibbi
7e7cbf43de adding a toggle play/pause button at the video player 2019-01-02 21:13:13 +01:00
tibbi
1d1254b6e9 set the video player background drawable in code 2019-01-02 20:15:14 +01:00
tibbi
dad6fb6689 do not toggle video player bottom time holder visibility 2019-01-02 19:31:07 +01:00
tibbi
760957a313 automatically hide system UI at videoplayer activity, if desired 2019-01-02 19:25:30 +01:00
tibbi
e464926a5c always include photos in slideshows 2019-01-02 19:13:52 +01:00
tibbi
62cbdaf918 remove the setting for toggling autoplaying videos 2019-01-02 19:07:42 +01:00
tibbi
1df4ae6d0b remove ExoPlayer related things from the VideoFragment 2019-01-02 19:00:16 +01:00
tibbi
1e39784324 do not allow including videos in slideshows 2019-01-02 18:41:04 +01:00
tibbi
7d758178d5 loop videos after ending if desired 2019-01-02 18:32:03 +01:00
tibbi
677e68332c remember last video playback position if set so 2019-01-02 18:25:17 +01:00
tibbi
76c859a041 remeasure the video player on device rotation 2019-01-02 18:16:53 +01:00
tibbi
67c3339d7d implementing the video brightness and volume controllers 2019-01-02 17:53:49 +01:00
tibbi
08cf0a9005 implementing some exoplayer initialization 2019-01-02 17:38:58 +01:00
tibbi
00b470b012 adding some video player initialization code 2019-01-02 17:08:20 +01:00
tibbi
8e3c0b23e2 adding some video duration related things 2019-01-02 16:47:30 +01:00
tibbi
3fb5ebeee4 allow closing VideoPlayerActivity with Down gestures 2019-01-02 16:34:03 +01:00
tibbi
5b14e0dd08 adding a couple new things to VideoPlayerActivity 2019-01-02 16:26:28 +01:00
tibbi
528dc06a10 use just 1 orientation button at toggling orientation 2019-01-02 15:47:24 +01:00
tibbi
50dd2766c8 adding the initial code for VideoPlayerActivity used for video playing 2019-01-02 13:24:23 +01:00
tibbi
2e4e407470 fix the predefined list of folders to scan 2018-12-30 00:11:52 +01:00
tibbi
8c0799e1f1 ensure we have proper screen resolution when loading fullscreen images 2018-12-28 22:04:33 +01:00
tibbi
ca450e8f18 try adding files in the mediastore if updating Date Taken fails 2018-12-26 20:54:46 +01:00
tibbi
f74302d889 avoid trying to fetch contentresolver values from favorites and recycle bin 2018-12-26 20:28:28 +01:00
tibbi
5abb3ae538 fix #1153, do not show favorite items from hidden folders, when shouldnt 2018-12-26 20:12:55 +01:00
tibbi
a608ce2d6e try fixing a ConcurrentModificationException at loading directories 2018-12-26 19:56:11 +01:00
tibbi
704a675601 adding a faq item related to icon disappearing 2018-12-24 16:29:12 +01:00
tibbi
b041d45f80 improve file sorting if sorting by original field is equal 2018-12-24 14:05:31 +01:00
tibbi
8758b3c9fc fix #1146, allow setting view type per-folder 2018-12-24 13:35:32 +01:00
tibbi
c2178d467e reuse the same ChangeViewType dialog at media view too 2018-12-24 12:33:44 +01:00
tibbi
cc0b47c1db load zoomable fullscreen image earlier 2018-12-22 16:41:30 +01:00
tibbi
73698398a5 retrieve file name a bit later at fetching files 2018-12-21 22:01:11 +01:00
tibbi
93907c54b4 removing the extra compare step at sorting 2018-12-21 14:56:38 +01:00
tibbi
293d8a7390 scan OTG paths only if there is an OTG device connected 2018-12-21 10:39:54 +01:00
tibbi
2789702ad7 make sure we setup the scroll direction at main screen from the main thread 2018-12-18 10:02:35 +01:00
tibbi
82ca23935a fixing a crash at updating the widget 2018-12-18 10:01:38 +01:00
tibbi
a9bbe65999 make sure we update the adapter on the main thread 2018-12-18 10:00:21 +01:00
tibbi
81276cb878 catch exceptions at filling the widget 2018-12-18 09:55:28 +01:00
tibbi
16a654ea39 adding some of the new features in the release notes 2018-12-17 22:47:03 +01:00
tibbi
2920dea288 fix #303, allow defining custom crop aspect ratio 2018-12-17 22:02:53 +01:00
tibbi
f865af04a1 rename resize_image.xml to dialog_resize_image.xml 2018-12-17 21:48:48 +01:00
tibbi
555c18ae4f close the inputStream after using at the editor activity 2018-12-17 21:14:28 +01:00
tibbi
5b22d06ff9 keep exif data at editing images from Android 7+ 2018-12-17 20:00:44 +01:00
tibbi
8905b78678 update commons to 5.5.17 2018-12-17 19:59:33 +01:00
tibbi
050a62ca80 fix #948, add third party intent files in the db at Review intent action 2018-12-17 16:14:51 +01:00
tibbi
d0f580dec7 fix #989, rescan unhidden folders in the mediastore 2018-12-17 15:05:34 +01:00
tibbi
944372deda sort media/directories by path, if the original sorting result is equal 2018-12-17 14:43:32 +01:00
tibbi
96d839cd8c lets fall back to db recreation on some error, it is better than a crashing app 2018-12-17 14:07:41 +01:00
tibbi
f2774b91fe properly store the selected widget text color 2018-12-17 13:55:48 +01:00
tibbi
72db7e8070 improve the handling of direct subfolder grouping in some cases 2018-12-17 12:47:22 +01:00
tibbi
92316d8827 properly handle direct subfolder grouping at the Pick Directory dialog 2018-12-17 12:05:58 +01:00
tibbi
98061e4fc2 moving some functions related to subfolder grouping in Context extensions 2018-12-17 11:52:11 +01:00
tibbi
7ba0be43a9 properly handle Recycle bin and Favorites at grouping direct subfolders 2018-12-17 11:18:41 +01:00
tibbi
84b0c9c88b try filling in the whole available space at widgets 2018-12-17 10:29:25 +01:00
tibbi
2273fead3e adding a hackfix for disappearing recyclerview content 2018-12-16 22:00:46 +01:00
tibbi
e40963a6b8 crop thumbnails at widget config screen only if selected so 2018-12-16 21:18:02 +01:00
tibbi
9e2847fb8f properly remove the widget ID from the database on deletion 2018-12-16 20:55:56 +01:00
tibbi
069d991fac fix some threading issues related to widgets 2018-12-16 20:55:41 +01:00
tibbi
7fc10d74d4 update the widgets at opening the Media Activity too 2018-12-16 20:31:25 +01:00
tibbi
92bf2acc56 make sure we update the widget config folder name from the proper thread 2018-12-16 20:31:13 +01:00
tibbi
e3964a1b91 update selected folder path at the folder picker at widget config 2018-12-16 20:10:04 +01:00
tibbi
fcde3beba1 show the folder name on the widget too, if selected so 2018-12-16 20:05:44 +01:00
tibbi
536eeaeee8 allow toggling folder name visibility at the widget config screen 2018-12-16 19:54:15 +01:00
tibbi
dd537c63f3 adding a text color changer at the widget config screen 2018-12-16 19:31:59 +01:00
tibbi
7c8f89cf82 add a toggle at widget config screen for toggling folder name visibility 2018-12-16 18:24:49 +01:00
tibbi
65aa2224bd renaming widget_config to activity_widget_config 2018-12-16 18:04:45 +01:00
tibbi
3e06d78791 show the image at the widget 2018-12-16 18:02:13 +01:00
tibbi
a7f2cc61c8 store the folder path at widgets, not thumbnail path 2018-12-16 17:13:17 +01:00
tibbi
69f6599f8d show proper media counts at the Pick Directory dialog 2018-12-16 16:57:05 +01:00
tibbi
5f10bebb19 hide the Other Folder button at the widget folder picker 2018-12-16 16:54:56 +01:00
tibbi
abb0a69f7a add handling for widget folder picking 2018-12-16 16:50:10 +01:00
tibbi
ba4b120dfe load the first folders image at the widget config screen 2018-12-16 16:36:18 +01:00
tibbi
233b6e3b54 adding a folder picker to the widget config screen 2018-12-16 16:24:44 +01:00
tibbi
bd22244a85 set the widget config Save text color to the primary color 2018-12-16 16:04:29 +01:00
tibbi
69b77a296a adding an initial widget implementation 2018-12-16 15:48:44 +01:00
tibbi
18cd305caf creating a Widget table 2018-12-16 13:13:41 +01:00
tibbi
1bc7616821 fix #1122, show full filename at delete confirmation, if deleting 1 item 2018-12-16 10:44:18 +01:00
tibbi
ea20c282ab avoid redundant folders adapter refreshing at direct subfolder groupind 2018-12-16 10:23:17 +01:00
tibbi
adf02739fe implement Back navigation at direct subfolder grouping 2018-12-16 10:19:10 +01:00
tibbi
a96e3201a3 add an extra check for handling only direct subfolders 2018-12-15 23:51:27 +01:00
tibbi
619e7ee3f4 show the current folder as an available option at grouping too, not just subfolders 2018-12-15 22:40:15 +01:00
tibbi
ce4dee2573 implement navigation between grouped direct subfolders 2018-12-15 22:32:11 +01:00
tibbi
59c6f91100 move subfolder count updating in an own function 2018-12-15 21:33:32 +01:00
tibbi
98a5b7144b fix subfolder counting at "Group direct subfolders" 2018-12-15 21:23:00 +01:00
tibbi
5482059235 open the clicked directory only if it contains no subfolders, or grouping is disabled 2018-12-14 22:51:28 +01:00
tibbi
1e47a6dd2f properly measure scrollview at directories adapter setup 2018-12-14 22:43:06 +01:00