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

Commit 78a56ac6 authored by jruesga's avatar jruesga
Browse files

A bunch of changes.

* Add send action for file
* Add handler for open action on click in navigation, search and
bookmarks
* Allow file bookmarks
* Upload AssociationsDialog
* Fix root directory name in history
* Add controls to navigation and history for deleted folders
* Remove history of delete folders
* Add open with action for onLongClickListener handler
parent 0b1564bd
Loading
Loading
Loading
Loading
+1.66 KiB
Loading image diff...
+1.36 KiB
Loading image diff...
+1.94 KiB
Loading image diff...
+1 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:layout_margin="@dimen/default_margin">
    android:gravity="center|center_horizontal">

    <GridView android:id="@+id/associations_gridview"
        android:layout_width="match_parent"
@@ -26,7 +26,6 @@
        android:stretchMode="columnWidth"
        android:scrollbars="vertical"
        android:horizontalSpacing="@dimen/default_margin"
        android:verticalSpacing="@dimen/default_margin"
        android:numColumns="3" />

    <CheckBox android:id="@+id/associations_remember"
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
      android:textAppearance="@style/primary_text_appearance" />

    <TextView
      android:id="@+id/bookmarks_item_directory"
      android:id="@+id/bookmarks_item_path"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:layout_alignParentBottom="true"
Loading