Commit graph

326 commits

Author SHA1 Message Date
tibbi
16d97e9a92 replace filepicker library with commons 2016-12-26 12:00:50 +01:00
tibbi
a118990170 set proper long press selector colors to media screen too 2016-12-25 23:40:43 +01:00
tibbi
b02fa1c409 color the directory selected foreground properly 2016-12-25 23:16:27 +01:00
tibbi
f7d774a439 add a helper function for getting the proper view in adapters 2016-12-25 21:20:55 +01:00
tibbi
c2fb9ce0f3 add a black splash screen 2016-12-25 20:23:05 +01:00
tibbi
7cf5e658d8 check every photo, if it exists 2016-12-25 17:15:35 +01:00
tibbi
674c82c15d add a Select all button to the directories screen too 2016-12-25 16:32:19 +01:00
tibbi
08879ee1e1 use the commons confirmation dialog in a couple other places too 2016-12-25 16:26:29 +01:00
tibbi
dea5d0a721 shorten some switch case code 2016-12-25 16:19:28 +01:00
tibbi
517f6a5825 use the commons confirmationdialog, not the filepicker one 2016-12-25 16:04:49 +01:00
tibbi
240c043422 update fullscreen activity actionbar to gradient 2016-12-25 15:37:37 +01:00
tibbi
81ee5f46f5 use our custom views where appropriate 2016-12-25 15:17:15 +01:00
tibbi
0efab3ef60 updating the dialog colors 2016-12-19 23:47:18 +01:00
tibbi
8fc683e6f4 tweak settings layout 2016-12-18 20:02:18 +01:00
tibbi
0864f4ac81 remove a redundant function 2016-12-18 19:43:22 +01:00
tibbi
a34685176f add a file to invalids only if it doesnt exist 2016-12-18 18:25:12 +01:00
tibbi
a803948657 add the customization activity 2016-12-15 22:49:23 +01:00
tibbi
667befcb52 add license activity 2016-12-14 00:11:33 +01:00
tibbi
e7b307401b updating some things related to adding Commons library 2016-12-13 23:53:59 +01:00
tibbi
f43da0654e take some strings from Commons 2016-12-13 21:51:50 +01:00
Tibor Kaputa
1fd4169d26 small update to Copy / Move string 2016-12-13 15:22:24 +01:00
tibbi
9cabc09e4f small photofragment update 2016-12-12 23:01:50 +01:00
tibbi
04339ac28b let the models convert themselves to strings 2016-12-12 21:28:38 +01:00
tibbi
774f9d691b simplify some dialogs 2016-12-12 19:11:30 +01:00
tibbi
fe61fdd66a rely on the null check inside initMediaPlayer() 2016-12-11 22:51:02 +01:00
tibbi
0011f41cdb add a mediaplayer nullcheck 2016-12-11 22:50:05 +01:00
tibbi
33af23878a lets define File type too 2016-12-11 22:34:55 +01:00
tibbi
81f543f792 add a directory check at renaming 2016-12-11 22:33:26 +01:00
tibbi
9bb9e3496c store the amount of columns 2016-12-11 21:54:40 +01:00
tibbi
72381ba53d allow changing directory column cnt too 2016-12-11 21:38:15 +01:00
tibbi
f2074a4d16 move zoom handling into an own function 2016-12-11 21:35:05 +01:00
tibbi
b9d5c004e0 allow changing grid column count by pinching 2016-12-11 21:22:07 +01:00
tibbi
af9b5bd81e update some strings 2016-12-10 23:47:40 +01:00
tibbi
2e88f83844 add the functionality to filter images or videos only 2016-12-10 23:38:07 +01:00
tibbi
ce4c098e32 add a spinner for displaying images or videos only 2016-12-10 21:16:53 +01:00
tibbi
960267c543 updated the About activity 2016-12-10 11:20:47 +01:00
tibbi
0926c60dd3 animate directory removal too 2016-12-08 22:53:04 +01:00
tibbi
ca62b62bec add some animations at item deleting 2016-12-08 22:46:28 +01:00
tibbi
7fe6d616c0 add Select all to media screen 2016-12-08 22:01:35 +01:00
tibbi
c449ce43a5 lets actually remove Deselect all, there is the back button for it... 2016-12-08 21:31:48 +01:00
tibbi
26dfea3adb add cab buttons for de/selecting all items 2016-12-08 21:27:13 +01:00
tibbi
5c9c0d4ac9 replace some functions with filepicker extensions 2016-12-08 21:02:40 +01:00
tibbi
31f42118bb update filename in mediastore at Rename 2016-12-08 20:40:26 +01:00
tibbi
06e1796902 check SD card permissions also if moving files from SD card 2016-12-08 19:02:35 +01:00
tibbi
dad7404fdc remove a redundant variable 2016-12-07 20:51:22 +01:00
tibbi
86d9652204 update deleted files from media screen manually 2016-12-07 20:50:19 +01:00
tibbi
5df874ff43 update the deletefiles function with stdlib 2016-12-07 20:37:37 +01:00
tibbi
b28f7dcc78 remove the Undo option at removing from media view 2016-12-07 20:36:42 +01:00
tibbi
62d11861ca update mediastore after deleted files manually 2016-12-07 20:17:18 +01:00
tibbi
1ae4e0cc02 update renamed videos properly too 2016-12-07 19:37:39 +01:00
tibbi
4a2d8076d0 do now show the old folder after renaming 2016-12-07 19:31:00 +01:00
tibbi
e319bb1623 update mediastore after a rename manually, so its instant 2016-12-07 19:16:50 +01:00
tibbi
74d8287333 add an Edit button to media cab 2016-12-06 23:30:22 +01:00
tibbi
ade06101a5 add a Rename action button to the media screen 2016-12-06 22:53:11 +01:00
tibbi
4abc2d4b59 rename directory cab_edit to cab_rename 2016-12-06 22:40:09 +01:00
tibbi
1ed45dcc3d update the actionbar title after renaming an item 2016-12-06 22:35:37 +01:00
tibbi
6c5a428b40 split filename and extension at save dialog 2016-12-06 22:31:17 +01:00
tibbi
ae927425aa reload the viewpager after editing an image 2016-12-06 22:13:09 +01:00
tibbi
6449316f47 resize the saved image if wanted so 2016-12-06 22:09:40 +01:00
tibbi
d53000b667 validate the inserted resolution 2016-12-06 22:00:22 +01:00
tibbi
e99451b2f0 flip width and height if the image is rotated 2016-12-06 20:55:11 +01:00
tibbi
900dbbff32 properly update the Resize dialog values if we are keeping aspect ratio 2016-12-06 20:50:16 +01:00
tibbi
6d32e55bf4 creating the resize dialog 2016-12-06 20:15:33 +01:00
tibbi
463992a80d add some Resize related assets 2016-12-06 19:06:54 +01:00
tibbi
4c0a0a43b8 add Camera, Settings and About to ShowAll actionbar 2016-12-06 18:11:15 +01:00
tibbi
3e779c0a98 move some activity intent actions to SimpleActivity 2016-12-06 18:03:27 +01:00
tibbi
6f11b05e25 store Show All in shared prefs making it permanent 2016-12-06 17:59:54 +01:00
tibbi
73cd9a5638 initialize viewpager mMedia at creation 2016-12-06 17:35:05 +01:00
tibbi
7ff2d43f64 handle showAll at viewpager properly 2016-12-06 17:29:12 +01:00
tibbi
b1fa8bca89 show all media files in the appropriate section 2016-12-06 17:14:54 +01:00
tibbi
c3e3d550d1 add a couple things related to displaying all media at once 2016-12-06 16:57:17 +01:00
tibbi
105866987d allow copying items in folders that contain no media, fix #62 2016-12-06 16:18:50 +01:00
tibbi
a2c485cbe8 check null displayname 2016-12-06 00:06:28 +01:00
tibbi
f0f07d9c8d fix some crashes related unitialized lateinit variable 2016-12-06 00:04:27 +01:00
tibbi
2b8d644388 fix some issues at Moving files 2016-12-05 23:46:55 +01:00
tibbi
3d6329766a remove a redundant variable 2016-12-05 23:21:06 +01:00
tibbi
d0e81a3410 wait for mediascanner at some callbacks 2016-12-05 23:17:02 +01:00
tibbi
609cfbd580 implement the sorting by date taken 2016-12-05 22:51:13 +01:00
tibbi
8a24eeba86 store the date_taken at media and directories 2016-12-05 22:14:51 +01:00
tibbi
b0c9d72044 rename timestamp of media and directories to date_modified 2016-12-05 22:07:44 +01:00
tibbi
e6585180c3 show pin/unpin actionmenu item only when needed 2016-12-05 21:58:46 +01:00
tibbi
830f456359 update the hidden folders check 2016-12-05 21:50:16 +01:00
tibbi
411ae47136 move pinned items to front 2016-12-05 21:48:49 +01:00
tibbi
0857391189 update some functions related to pinning and hiding folders 2016-12-05 20:36:43 +01:00
tibbi
b5b4e15990 add some folder pinning related things 2016-12-05 20:20:38 +01:00
tibbi
de967340ad fix #74, properly set the viewpager position after delete 2016-12-05 18:50:23 +01:00
tibbi
2c9c91396a at copy from the main screen, copy the directory content 2016-12-05 18:05:46 +01:00
tibbi
ed3a386984 invalidate the actionbar at viewpager update 2016-12-04 23:21:47 +01:00
tibbi
388a6dd2c1 fix fullscreen toggle on some devices 2016-12-04 23:11:41 +01:00
tibbi
a51083be16 load png files as argb_8888 for higher quality 2016-12-04 21:45:28 +01:00
tibbi
ac9132bf6b update media screen items on delete, dont recreate 2016-12-04 21:01:21 +01:00
tibbi
f06fc85bdb fill viewpager items asynchronously 2016-12-04 20:53:05 +01:00
tibbi
6f60d3fcfd use the initialization function for reloading the viewpager 2016-12-04 19:46:11 +01:00
tibbi
df5dc70f61 fix some issues at reloading the viewpager after deleting an image 2016-12-04 19:21:59 +01:00
tibbi
c4644c73a5 remove the Undo option of deleting at viewpager, as there is a confirmation box 2016-12-04 18:57:58 +01:00
tibbi
bbdafef491 some more performance improvements 2016-12-04 18:07:26 +01:00
tibbi
c9c5f549be some updates to the way we get media from mediastore 2016-12-04 17:52:10 +01:00
tibbi
c9eb50944d small code style update 2016-12-04 16:59:21 +01:00
tibbi
d046cbc1ec allow swiping at opening an image for example from Downloads 2016-12-04 15:57:42 +01:00
tibbi
9fb2ec55d9 allow editing third party images 2016-12-04 15:47:46 +01:00