- 28 Aug, 2018 1 commit
-
- 24 Aug, 2018 3 commits
- 05 Aug, 2018 2 commits
-
-
Calvin Noronha authored
"Add fast scroll for images" See merge request !597
-
Ulan authored
-
- 03 Jul, 2018 3 commits
- 02 Jul, 2018 3 commits
- 25 Jun, 2018 2 commits
-
-
Calvin Noronha authored
- Changed "launchMode" of PlayerActivity from 'singleInstance' to 'singleTask' to allow more than one activity to participate in LeafPic's Task Stack.
-
Ulan authored
-
- 24 Jun, 2018 1 commit
-
- 23 Jun, 2018 2 commits
- 22 Jun, 2018 1 commit
-
-
Calvin Noronha authored
- Added interfaces to BaseMediaGridFragment for Context Menu and getters for updating the Toolbar. - Added kotlin-android-extensions for Synthetic - Added icons for Share, Delete, Select All - Added hack to unreference fragments in MainActivity. - Added MediaUtils to hold common code for Media Items. - Converted TimelineFragment to Kotlin :) UI changes: - Timeline now has Share, Delete, Select All functionality.
-
- 09 Jun, 2018 3 commits
-
-
Donald authored
-
Calvin Noronha authored
- Added Kotlin support to the app. Welcome, Kotlin! :) - Added MultiDex support. We finally hit 64K methods! - Refactored BaseFragment. Moved EditModeListener and related interfaces to BaseMediaGridFragment for easier extension of Media Grid fragments. - Removed unnecessary listener setters from MainActivity, we can use onAttach for these. - Fixes crash and behavior #590
- 06 Jun, 2018 1 commit
-
-
Donald authored
-
- 04 Jun, 2018 2 commits
- 03 Jun, 2018 5 commits
- 30 May, 2018 1 commit
-
-
Gilbert Ndresaj authored
-
- 21 May, 2018 4 commits
- 20 May, 2018 3 commits
-
-
Donald authored
-
Calvin Noronha authored
-
Donald authored
-
- 18 May, 2018 3 commits
-
-
Calvin Noronha authored
-
Calvin Noronha authored
- Added Filter (Images / Videos / Gifs / All) to Timeline Fragment's menu. - Updated albumsMode implementation in MainActivity to fragmentMode to clearly handle different modes. - We now have the Timeline header text dependent on device theme. - Minor fixes.
-
Calvin Noronha authored
* Added Timeline Support via Experimental setting - Moved MediaListener to a separate interface. - Added Timeline default grid sizes: Portrait - 4, Landscape - 5 - Added DeviceUtils utility class for getting Android device data. - Added menu_timeline.xml to inflate the ActionBar menu. - Added support to refresh items when Grouping Mode is changed. - Added support to store the header text in TimelineHeaderModel. - Added GroupingMode enum to sort the Timeline items. - Added TimelineItem interface to specify that a given header / media is capable of being a Timeline item. - Added Timeline ViewHolder class to store the TimelineHeaderViewHolder and TimelineMediaViewHolder classes and binding logic. - Updated TimelineAdapter to use List of TimelineItems and recycle the types. Removed MediaAdapters. - Updated TimelineHeaderModel to use Calendar instead of Date. - Added TimelineItem, optimised RecyclerView implementations - Added support to show Timeline in Navigation Drawer - Added TimelineFragment to show the timeline. - Added TimelineAdapter to show the Timeline contents. - Minor refactoring at various places. TODO - Clean up implementation - Add media selection - Add support to sort - Ascending / Descending * Added debug flag to Timeline support
-