Commit graph

  • 43a6ececba make sure Favorites folder is not shown twice tibbi 2018-06-20 21:40:10 +0200
  • 40dc05602c allow batch favorite toggling by long pressing items tibbi 2018-06-20 21:09:51 +0200
  • e508030496 remove the path scanning at ViewPager activity tibbi 2018-06-20 20:47:08 +0200
  • 5677367fbf adding a couple more Favorite improvements tibbi 2018-06-20 16:22:11 +0200
  • 58877df88e couple improvements related to the Favorites folder tibbi 2018-06-20 15:44:39 +0200
  • 556ec23a0c
    Merge pull request #812 from solokot/master Tibor Kaputa 2018-06-20 15:16:12 +0200
  • d7d222558d
    Update strings.xml solokot 2018-06-20 15:47:32 +0300
  • 4a13787baa
    Merge pull request #31 from SimpleMobileTools/master solokot 2018-06-20 15:43:11 +0300
  • dce71ac166 optimize favorite item fetching, do not query it too often tibbi 2018-06-20 12:10:41 +0200
  • 368ffd4b1d fix storing item Favorite state tibbi 2018-06-20 11:56:38 +0200
  • 7336fc263d handle Toggle favorite icon updating tibbi 2018-06-19 23:34:36 +0200
  • 8270aaa2f2 replace bottom actions Properties button with Add to favorites tibbi 2018-06-19 23:23:18 +0200
  • 703aa7bbd1 adding a new Medium field isFavorite tibbi 2018-06-19 23:14:03 +0200
  • 158d7322ee update commons to 4.2.8 tibbi 2018-06-19 22:55:33 +0200
  • ddb8c98f0d properly retrieve date_taken from media files when appropriate tibbi 2018-06-19 21:42:02 +0200
  • ea16e43aa7 add an mUri null check at PhotoVideoActivity tibbi 2018-06-19 21:04:24 +0200
  • 603ce170a8
    Merge pull request #811 from gregory678/patch-8 Tibor Kaputa 2018-06-18 20:52:06 +0200
  • 1498b82ae5
    PL translation update [2018.06.18] gregory678 2018-06-18 20:43:03 +0200
  • db4809c551 updating changelog tibbi 2018-06-18 14:48:48 +0200
  • 53f92d336d update version to 4.2.0 tibbi 2018-06-18 14:48:43 +0200
  • ffda57cd65 update commons to 4.2.5 tibbi 2018-06-18 14:47:08 +0200
  • 64085b4e04 fix file filtering by type tibbi 2018-06-18 14:29:01 +0200
  • af0a3ac7f6 add RAW filtering at release notes tibbi 2018-06-18 14:13:44 +0200
  • 061c7a5fae remove the white stroke from play/pause buttons tibbi 2018-06-18 09:22:03 +0200
  • d65045220d set bottom actions padding at devices without a navigation bar too tibbi 2018-06-18 09:10:08 +0200
  • 6a216fc675 handle bottom button action presses at the PhotoVideo activity tibbi 2018-06-18 09:02:12 +0200
  • 9aa8f553ca add the bottom action buttons to third party intent handling activity too tibbi 2018-06-17 23:52:03 +0200
  • 026f80aa20 catch some Room db exceptions tibbi 2018-06-17 22:23:26 +0200
  • 0258fc5e29 ignore ConcurrentModificationExceptions thrown at updating the directories tibbi 2018-06-17 22:02:52 +0200
  • 875ba99dc0 catch IOExceptions at getting some file paths tibbi 2018-06-17 21:57:48 +0200
  • dddfea3b1e make cursor at retrieving Date Takens nullable tibbi 2018-06-17 21:54:44 +0200
  • 79aa2306be make sure the play/pause button is hidden if the fragment isnt created at fullscreen tibbi 2018-06-17 21:32:35 +0200
  • 7a38862e8c recalculate bottom actions position on orientation change tibbi 2018-06-17 21:30:51 +0200
  • b1136ed041 replace the Play icon with a Pause at playing videos tibbi 2018-06-17 21:28:44 +0200
  • 39ec57787f recalculate video seekbar position if bottom actions get toggled tibbi 2018-06-17 21:07:38 +0200
  • 02ce6bd11b make bottom actions work well with extended details tibbi 2018-06-17 20:11:29 +0200
  • 3559147c98
    Merge pull request #810 from ltGuillaume/patch-2 Tibor Kaputa 2018-06-17 19:47:50 +0200
  • 1147e012a7
    Dutch Guillaume 2018-06-17 17:31:06 +0200
  • 1b008490a8 handle bottom action button clicks tibbi 2018-06-17 16:08:57 +0200
  • 38397a71dd remove the option for replacing Share with Rotate at the fullscreen view tibbi 2018-06-17 15:52:18 +0200
  • a231a3af69 move bottom actions from fragments to the activity tibbi 2018-06-17 15:20:41 +0200
  • 715b783a8a add some bottom shadow to fullscreen photos when Bottom Actions are enabled tibbi 2018-06-17 14:30:44 +0200
  • 5de6eb9765 add a toggle for showing some fullscreen image actions at the bottom tibbi 2018-06-17 09:04:33 +0200
  • 5062d3f087 fix #656, separate Images and Raws at filtering tibbi 2018-06-16 23:48:12 +0200
  • d2bac07abb remove a redundant check tibbi 2018-06-16 23:33:14 +0200
  • df9461a81b update commons to 4.2.2 tibbi 2018-06-16 23:31:53 +0200
  • ec7a5482b5 adding 2 new strings tibbi 2018-06-16 22:09:48 +0200
  • f1b4391d93 update Commons with the recyclerview adapter, fix some inconsistency glitches tibbi 2018-06-16 21:50:55 +0200
  • 132953c25a removing a redundant variable tibbi 2018-06-15 15:14:41 +0200
  • 5c608de61b fix #786, do not request the pattern/pin/fp again after rotating the device tibbi 2018-06-15 15:05:42 +0200
  • 75151956d0 fix #785, do not scroll the pattern tab while being used tibbi 2018-06-15 14:03:02 +0200
  • 274cbf12a6
    Merge pull request #809 from Solatec/patch-15 Tibor Kaputa 2018-06-15 13:09:42 +0200
  • 0671c0cf0a
    Update strings.xml Solatec Informàtica 2018-06-15 12:23:26 +0200
  • 4a26bafaa8 update commons to 4.1.14 tibbi 2018-06-14 23:02:36 +0200
  • 347959b830 fix some visual glitches around fullscreen Extended details tibbi 2018-06-14 11:25:37 +0200
  • 039d6fdfd5 fix #802, always use white text color at fullscreen extended details tibbi 2018-06-14 10:41:38 +0200
  • e88df331d9 reset Temp hidden item showing and Delete confirmation skipping on app start tibbi 2018-06-14 10:27:38 +0200
  • b80e02d14f fix #807, show a warning when deleting a folder tibbi 2018-06-14 10:23:10 +0200
  • 284a12666f reset SkipDeleteConfirmation 5 mins after backgrounding tibbi 2018-06-14 09:43:34 +0200
  • 92eb5d09bc update kotlin to 1.2.50 tibbi 2018-06-13 22:58:49 +0200
  • d5bf084b65 update commons to 4.1.7 tibbi 2018-06-13 21:59:02 +0200
  • 564dd00762 add back the Main intent at splash activity tibbi 2018-06-12 12:09:36 +0200
  • c8fedf8819 update gradle to 3.1.3 tibbi 2018-06-11 11:29:26 +0200
  • 877325fcb4
    Merge pull request #803 from GuepardoApps/master Tibor Kaputa 2018-06-05 09:35:31 +0200
  • 6f959dec6f
    use the old app description Tibor Kaputa 2018-06-05 09:35:16 +0200
  • 2efa0359e9
    removing some whitespaces Tibor Kaputa 2018-06-05 09:33:55 +0200
  • 18f6387b98
    reverting some german app description translation Tibor Kaputa 2018-06-05 09:33:14 +0200
  • 9e63236ea6 Updated german translations Jonas Schubert 2018-06-04 22:25:41 +0200
  • e3c150db00
    Merge pull request #801 from fricyo/patch-12 Tibor Kaputa 2018-06-04 13:29:12 +0200
  • faedde22b1
    Update Translation fricyo 2018-06-04 17:52:50 +0800
  • 3100cbfb76
    Merge pull request #797 from en2sv/patch-6 Tibor Kaputa 2018-06-03 00:19:01 +0200
  • 209b11bc56
    Update Swedish translation en2sv 2018-06-02 20:09:31 +0200
  • a417a20e11 create a list of folders that should be ignored (fake internal storage paths) tibbi 2018-06-02 15:39:37 +0200
  • 702164e719 updating a spanish word tibbi 2018-05-31 18:37:35 +0200
  • cdc5aa0cf7
    Merge pull request #794 from Solatec/patch-14 Tibor Kaputa 2018-05-30 21:10:57 +0200
  • 995d32e5d7
    Merge pull request #793 from Solatec/patch-13 Tibor Kaputa 2018-05-30 21:10:49 +0200
  • 4c7df4bd58
    Update strings.xml Solatec Informàtica 2018-05-30 20:47:17 +0200
  • fe3a7c6f5e
    Update strings.xml Solatec Informàtica 2018-05-30 20:45:16 +0200
  • f362842329
    Merge pull request #792 from gregory678/patch-7 Tibor Kaputa 2018-05-30 15:03:35 +0200
  • f95c19c1c6
    Updates and fixes [2018.05.30] gregory678 2018-05-30 14:54:24 +0200
  • 36811f68d0
    Merge pull request #791 from xmgz/master Tibor Kaputa 2018-05-30 08:56:10 +0200
  • fb7aff39c4 actualiza galego Xosé M 2018-05-30 07:07:37 +0200
  • 5830507493
    Merge pull request #788 from solokot/master Tibor Kaputa 2018-05-27 11:14:58 +0200
  • 5ccd592f26
    Update strings.xml solokot 2018-05-27 12:01:27 +0300
  • 5492f003a2
    Merge pull request #30 from SimpleMobileTools/master solokot 2018-05-27 11:55:43 +0300
  • 1956de5c63 updating changelog tibbi 2018-05-26 17:11:07 +0200
  • ba2fb7d019 update version to 4.1.1 tibbi 2018-05-26 17:10:13 +0200
  • 527fda18f9 make sure hidden folders have "(hidden)" appended tibbi 2018-05-26 17:04:34 +0200
  • 70faf7e7cb always sort folder content by its sorting tibbi 2018-05-26 16:55:28 +0200
  • ad07068475 clone cached media/directories before sending them back to the app tibbi 2018-05-26 09:53:41 +0200
  • 713ba852c2 properly append ("hidden") after folder names tibbi 2018-05-25 22:00:20 +0200
  • c57204d5a4 updating changelog tibbi 2018-05-25 21:39:16 +0200
  • 65ac1c26f9 update version to 4.1.0 tibbi 2018-05-25 21:39:10 +0200
  • d8fd1b7a62 update commons to 4.1.4 tibbi 2018-05-25 21:28:13 +0200
  • b8cd68ba63 add sorting by date taken in release notes tibbi 2018-05-25 20:32:49 +0200
  • 2c2334dea3 persist Skip Delete Confirmation in the whole app launch session tibbi 2018-05-25 20:04:07 +0200
  • 1bc335b29d adding a comment tibbi 2018-05-25 18:28:39 +0200
  • 17a55bd606 get proper file Date Taken only when needed tibbi 2018-05-25 17:40:38 +0200
  • a03c19172c
    Merge pull request #783 from ltGuillaume/patch-3 Tibor Kaputa 2018-05-25 16:57:21 +0200
  • 7001d05bb2
    Dutch Guillaume 2018-05-25 16:56:42 +0200