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

Commit b03fde58 authored by jruesga's avatar jruesga
Browse files

Restructure ActionsPolicy and other changes

* Restructure ActionsPolicy to allow doing operation in background and
with a progress dialog
* New rename, create copy, copy, move, and remove methods
* Fix add and remove commands to have force and recursive flags when
apply
* Fix readlink command because it exceeds the maximum arguments allowed
* Redesign MessageProgressDialog for a multipurpose use
* On refresh of navigation view, try to scroll to last position if
possible
* New dialog in DialogHelper
* ExceptionUtil now passed the cause in onFailed in
OnRelaunchCommandResult listener
* New helper methods
* Clean up
parent fdd2507e
Loading
Loading
Loading
Loading
+1.28 KiB
Loading image diff...
+1018 B
Loading image diff...
+1.56 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@
        android:layout_margin="@dimen/default_margin"
        android:gravity="left|center_vertical"
        android:singleLine="false"
        android:maxLines="5"
        android:textAppearance="@style/secondary_text_appearance" />
    </TableRow>

+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@
        android:layout_margin="@dimen/default_margin"
        android:gravity="left|center_vertical"
        android:singleLine="false"
        android:maxLines="5"
        android:textAppearance="@style/secondary_text_appearance" />
    </TableRow>

Loading