Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00f1ea75 authored by Florian Edelmann's avatar Florian Edelmann Committed by Jorge Ruesga
Browse files

[CMFM] bookmarks and history in a navigation drawer

* used a modified version of DrawerLayout from the Support Library
* moved bookmarks and history there -> always accessible
* added a drawer icon
* made all themeable
* removed the BookmarksActivity and HistoryActivity
* removed the BookmarksAdapter and HistoryAdapter as they are useless
  for LinearLayouts. I couldn't use ListViews because they scroll
  vertically - as well as the drawer itself.
* removed the layouts for bookmarks and history

Patch Set 2: tab cleanup and reset code I didn't touch
Patch Set 3: fixed a FC after changing the theme when settings
             were opened by the drawer's overflow menu
Patch Set 4: updated commit message
Patch Set 5: updated commit message
Patch Set 6: disabled "clear history" ActionBar action when
             history is empty
Patch Set 7: fixed code style, fixed theme change issue with history
             items in the drawer, updated theme previews
Patch Set 8: remove trailing whitespaces

Change-Id: I215211e771ec7c96a2a669cdcc440556c310d6db
parent b3f536b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.cyanogenmod.filemanager"
  android:versionCode="101"
  android:versionName="1.0.1">
  android:versionCode="102"
  android:versionName="1.0.2">

  <original-package android:name="com.cyanogenmod.filemanager" />

+97 B
Loading image diff...
+88 B
Loading image diff...
−3.99 KiB (61 KiB)
Loading image diff...
+107 B
Loading image diff...
Loading