OSDN Git Service

Support of Internal Editors (Issue #4)
authorjruesga <jorge@ruesga.com>
Thu, 25 Oct 2012 18:36:09 +0000 (20:36 +0200)
committerjruesga <jorge@ruesga.com>
Thu, 25 Oct 2012 18:36:09 +0000 (20:36 +0200)
commit3c9f8492575ceb59ec46a4574a89806f413ed7db
treede334b316a83b0192ebc416f36426af8b5ec9442
parent0ccbd081eb5d8974e4779f685266c3938c96302d
Support of Internal Editors (Issue #4)

* This changes add a internal editor to view and edit root and non-root
files.
* Also add the logic to add internal editors to Associations Dialog
without make persistent the user selection.
16 files changed:
AndroidManifest.xml
res/drawable-hdpi/ic_holo_light_save.png [new file with mode: 0644]
res/drawable-hdpi/ic_launcher_editor.png [new file with mode: 0644]
res/drawable-mdpi/ic_holo_light_save.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher_editor.png [new file with mode: 0644]
res/drawable-xhdpi/ic_holo_light_save.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher_editor.png [new file with mode: 0644]
res/layout/editor.xml [new file with mode: 0644]
res/values/dimen.xml
res/values/overlay.xml
res/values/strings.xml
src/com/cyanogenmod/explorer/activities/EditorActivity.java [new file with mode: 0644]
src/com/cyanogenmod/explorer/console/shell/ShellConsole.java
src/com/cyanogenmod/explorer/ui/dialogs/AssociationsDialog.java
src/com/cyanogenmod/explorer/ui/policy/IntentsActionPolicy.java
src/com/cyanogenmod/explorer/util/CommandHelper.java