aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw/changelog
diff options
context:
space:
mode:
authorFlorian Edelmann <florian-edelmann@online.de>2014-02-23 17:58:18 +0100
committerJorge Ruesga <jorge@ruesga.com>2014-03-10 11:04:36 +0100
commit00f1ea75b0a01eee3d5ece23e59610d6b4586c60 (patch)
treea8b50dbcdbc2d6db5f13f70feb19c103ff67c1e3 /res/raw/changelog
parentb3f536b0a36f4b76283a038cce29acb27e17fd6d (diff)
downloadandroid_packages_apps_CMFileManager-00f1ea75b0a01eee3d5ece23e59610d6b4586c60.tar.gz
android_packages_apps_CMFileManager-00f1ea75b0a01eee3d5ece23e59610d6b4586c60.tar.bz2
android_packages_apps_CMFileManager-00f1ea75b0a01eee3d5ece23e59610d6b4586c60.zip
[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
Diffstat (limited to 'res/raw/changelog')
-rw-r--r--res/raw/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/raw/changelog b/res/raw/changelog
index c64271e6..447938cc 100644
--- a/res/raw/changelog
+++ b/res/raw/changelog
@@ -1,6 +1,10 @@
CyanogenMod File Manager
========================
+Version 1.0.2
+-------------
+* move bookmarks and history into a navigation drawer (by Florian Edelmann)
+
Version 1.0.1
-------------
* NFC support