Skip to content

Added Kotlin support, MultiDex, refactoring.

Calvin Noronha requested to merge fix-590-add-kotlin-multidex into dev
  • 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 (closed)

Merge request reports