-
Notifications
You must be signed in to change notification settings - Fork 178
Comparing changes
Open a pull request
base repository: CyanogenMod/android_packages_apps_CMFileManager
base: cm-14.1
head repository: teamacid/android_packages_apps_CMFileManager
compare: ics
Commits on Nov 10, 2012
-
Initial API Level 14 (ICS) port
Mike C committedNov 10, 2012 Configuration menu - View commit details
-
Copy full SHA for a209dd3 - Browse repository at this point
Copy the full SHA a209dd3View commit details
Commits on Nov 13, 2012
-
Merge remote-tracking branch 'origin/jellybean' into ics
Mike C committedNov 13, 2012 Configuration menu - View commit details
-
Copy full SHA for 24cb66c - Browse repository at this point
Copy the full SHA 24cb66cView commit details -
Fixup for API 14 compatibility
Mike C committedNov 13, 2012 Configuration menu - View commit details
-
Copy full SHA for 3beefb5 - Browse repository at this point
Copy the full SHA 3beefb5View commit details
Commits on Nov 17, 2012
-
CMFileManager: AOSP GET_CONTENT_DATA compatibility
This change brings compatibility to GET_CONTENT_DATA for AOSP apps when using the PickerActivity: * Detect crop extra; use the com.android.camera.action.CROP action of Gallery3d to crop and return the requested image. This gets compatilibity for example with the contacts app, when a user try to set the image of a contact. * Detect android.provider.MediaStore.Audio.Media.EXTRA_MAX_BYTES; when this extra is present the PickerActivity only display (and allow select) files with a size lower than requested. * Detect Intent.EXTRA_LOCAL_ONLY; useless until CMFM allow access remote file systems. Change-Id: I1020458505b236653e869ec1c1f532dd6d686633
Configuration menu - View commit details
-
Copy full SHA for 3183792 - Browse repository at this point
Copy the full SHA 3183792View commit details
Commits on Nov 18, 2012
-
Issue 6606: CM File Manager will not Remember Selection for "Open Wit…
…h" menu Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6606 This patch makes the next changes: * Make the internal editor exportable. Now it can be treated as another activity and can be mark as preferred activity, but only for text/* and some text mime/types. For undefined mime/types categories, the internal editor is still used in a non preferred mode (internal editor cannot be marked as preferred) * When the internal editor in a non preferred mode is selected, 'remember' checkbox is hidden. * Improve preferred activity resolution * Allow clear a preferred activity on the open with dialog (when 'remember' checkbox is unchecked) * For better compatibility, the internal editor now ignores the ACTION_EDIT action, so opened files are always editables (with the exception of binary files that they are opened always as read-only) * Improved onIntentSelected with better NPE and internal editor checks Change-Id: Ie42990a6c0ccbdd4bfab6ec23ae27cc808cac7b7
Configuration menu - View commit details
-
Copy full SHA for 2fa90d2 - Browse repository at this point
Copy the full SHA 2fa90d2View commit details
Commits on Nov 19, 2012
-
Change-Id: Iaccfae69ced0570d61661858d8803d0630826fd8
Configuration menu - View commit details
-
Copy full SHA for 3a27619 - Browse repository at this point
Copy the full SHA 3a27619View commit details -
Merge remote-tracking branch 'upstream/jellybean' into ics
Conflicts: src/com/cyanogenmod/filemanager/ui/dialogs/FilesystemInfoDialog.java
Mike C committedNov 19, 2012 Configuration menu - View commit details
-
Copy full SHA for 6757d07 - Browse repository at this point
Copy the full SHA 6757d07View commit details -
Mike C committed
Nov 19, 2012 Configuration menu - View commit details
-
Copy full SHA for 24d5db5 - Browse repository at this point
Copy the full SHA 24d5db5View commit details -
Fixup manifest for FileManagerTheme app to be compatible with CM9 / ICS
Mike C committedNov 19, 2012 Configuration menu - View commit details
-
Copy full SHA for 938cb2f - Browse repository at this point
Copy the full SHA 938cb2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da9e86a - Browse repository at this point
Copy the full SHA da9e86aView commit details -
Merge "Issue 6606: CM File Manager will not Remember Selection for "O…
…pen With" menu" into jellybean
Configuration menu - View commit details
-
Copy full SHA for dda3873 - Browse repository at this point
Copy the full SHA dda3873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f052f - Browse repository at this point
Copy the full SHA 02f052fView commit details -
CMFileManager: Add Greek translation
Patchset 2: Remove untranslatable strings Patchset 3: Add missing themes translation Change-Id: Ica0afe84cdd9fac9c243c817eb407a5d098e2410
Configuration menu - View commit details
-
Copy full SHA for c3eb79f - Browse repository at this point
Copy the full SHA c3eb79fView commit details -
CMFileManager: Fix ReadCommand incompatible buffer
Replace Reader buffer for InputStream buffer for avoid incomplatible char[] -> byte[] conversion. Change-Id: Ic916f55e5b0be96d1b4ffef36ddd5d5858ea3fdc
Configuration menu - View commit details
-
Copy full SHA for 463b0da - Browse repository at this point
Copy the full SHA 463b0daView commit details -
CMFileManager: Check shell commands on startup
This change improved the detection of CM rooted devices with support for all the commands used by CMFM. In case of one of this command was not detected, the app start in chrooted-java mode (with limited support). Change-Id: Ie0f61d74f9619f476ea517c1b3c03ec453e033f3
Configuration menu - View commit details
-
Copy full SHA for dc4416c - Browse repository at this point
Copy the full SHA dc4416cView commit details
Commits on Nov 21, 2012
-
CMFileManager: updated romanian translation
Change-Id: Ie230346ac607626432a41bcc36ad445ac16da520 Signed-off-by: igoriok <igor_sorocean@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbf9e4b - Browse repository at this point
Copy the full SHA bbf9e4bView commit details
Commits on Nov 22, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 6739d6e - Browse repository at this point
Copy the full SHA 6739d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 088a679 - Browse repository at this point
Copy the full SHA 088a679View commit details -
CMFileManager: Escape $ on prepared arguments
Escape $ character when passing arguments to shell. xe: create new file with name "$My Documents" Change-Id: I939d830beaa4c372aa679f3d27f7c691a29c421e
Configuration menu - View commit details
-
Copy full SHA for 4ab0701 - Browse repository at this point
Copy the full SHA 4ab0701View commit details
Commits on Nov 23, 2012
-
Merge remote-tracking branch 'upstream/jellybean' into ics
Mike C committedNov 23, 2012 Configuration menu - View commit details
-
Copy full SHA for 6e6ea76 - Browse repository at this point
Copy the full SHA 6e6ea76View commit details -
Update tests to use API Level 14 (CM9 / ICS compat)
Mike C committedNov 23, 2012 Configuration menu - View commit details
-
Copy full SHA for 508ca2b - Browse repository at this point
Copy the full SHA 508ca2bView commit details -
Comment out unknown lint stuff
Mike C committedNov 23, 2012 Configuration menu - View commit details
-
Copy full SHA for a9b24b5 - Browse repository at this point
Copy the full SHA a9b24b5View commit details
Commits on Nov 24, 2012
-
CMFileManager: Add Japanese translation
- Initial Japanese translation for FileManager. - patch-2: Add translation for theme. - patch-3: Revised translation for theme. Change-Id: Ie234334b2c09e2093976410046bdc990acd8ad9d
Configuration menu - View commit details
-
Copy full SHA for e12b204 - Browse repository at this point
Copy the full SHA e12b204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac8d65 - Browse repository at this point
Copy the full SHA 4ac8d65View commit details -
Change-Id: Ia3e72bdad1882afbb151d2f04340a1af88c20682
Configuration menu - View commit details
-
Copy full SHA for fe8cd27 - Browse repository at this point
Copy the full SHA fe8cd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ff578 - Browse repository at this point
Copy the full SHA 59ff578View commit details -
CMFileManager: PickerActivity: debug requested paremeters
Add requested parameters to logcat for better debugging. Change-Id: I52e362ca8ad4b3687b78ee92e18e3015a6e645e0
Configuration menu - View commit details
-
Copy full SHA for e39313f - Browse repository at this point
Copy the full SHA e39313fView commit details -
CMFileManager: Compress type selection dialog has an invalid background
The background dialog for selecting the compression type has an invalid color. The valid color is the background color of the dialog. Change-Id: Ib5ecf1c59e5c99ccd6ed8707646b718ca88dbcd9
Configuration menu - View commit details
-
Copy full SHA for 9f41124 - Browse repository at this point
Copy the full SHA 9f41124View commit details -
CMFileManager: Fix quickfoldersearch command for files with whitespaces
This change fixed the quickfoldersearch command used by InlineAutocompleteTextView widget, when retrieve items with some whitespace in its name. Replace awk by cut command, and redirect stderr output of ls to /dev/null. Change-Id: Id039e573dc5e6ae5755b3251f014f34cd104f426
Configuration menu - View commit details
-
Copy full SHA for ea95876 - Browse repository at this point
Copy the full SHA ea95876View commit details -
Merge "CMFileManager: Fix quickfoldersearch command for files with wh…
…itespaces" into jellybean
Configuration menu - View commit details
-
Copy full SHA for 626865c - Browse repository at this point
Copy the full SHA 626865cView commit details
Commits on Nov 25, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 79c2a3b - Browse repository at this point
Copy the full SHA 79c2a3bView commit details -
Issue 6722: CM File Manager can not Play/Start files recorded with CM…
… embedded Soundrekorder Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6722 Updated "video/3gpp" and "video/3gpp2" mime/types extensions Change-Id: I5c04a582ea5f961dd6387602613d5b2248a9ff5e
Configuration menu - View commit details
-
Copy full SHA for 77fafd9 - Browse repository at this point
Copy the full SHA 77fafd9View commit details
Commits on Nov 27, 2012
-
CMFileManager: pt-pt translations
Patchset 1: initial translations Patchset 2: dark theme translation Change-Id: I3e2873f4574207eddfe5666180521d79a1c19e34
Configuration menu - View commit details
-
Copy full SHA for 61ced4b - Browse repository at this point
Copy the full SHA 61ced4bView commit details -
Issue 6743: CM FileManager can't recognize file types if named with c…
…apital suffix Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6743 Added case compare to extension and mime/types. Change-Id: I394472e03b5a92590088fdebbb75dd13ee4bade2
Configuration menu - View commit details
-
Copy full SHA for fa69140 - Browse repository at this point
Copy the full SHA fa69140View commit details
Commits on Nov 28, 2012
-
PT-BR: Added missing translations + Issue 6676 fix
Change-Id: I3ddefe0ef5c71314f17845df0db4a3fa022e6ec2
Configuration menu - View commit details
-
Copy full SHA for c056447 - Browse repository at this point
Copy the full SHA c056447View commit details
Commits on Nov 29, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 534ee2e - Browse repository at this point
Copy the full SHA 534ee2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74db77f - Browse repository at this point
Copy the full SHA 74db77fView commit details
Commits on Nov 30, 2012
-
Merge remote-tracking branch 'upstream/jellybean' into ics
Mike C committedNov 30, 2012 Configuration menu - View commit details
-
Copy full SHA for d243317 - Browse repository at this point
Copy the full SHA d243317View commit details
Commits on Dec 3, 2012
-
Change-Id: Ia788ea90c7841803b587a0892c17da2fa6c4ef18
Configuration menu - View commit details
-
Copy full SHA for 592f6fd - Browse repository at this point
Copy the full SHA 592f6fdView commit details -
Issue 6769: The bottom bar of pop-up boxes in CM File Manager should …
…be “Done” or “OK” rather than “Cancel” Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6769 Changed "Cancel" to "Ok" in FsoPropertiesDialog and FilesystemInfoDialog. Change-Id: Id92ea897afae69e059da661a13350bc7020509c4
Configuration menu - View commit details
-
Copy full SHA for 5730cd8 - Browse repository at this point
Copy the full SHA 5730cd8View commit details
Commits on Dec 5, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 63d1e03 - Browse repository at this point
Copy the full SHA 63d1e03View commit details -
Issue 6795: File Manager selected file actions vanish on navigation t…
…o parent directory Issue: http://code.google.com/p/cyanogenmod/issues/detail?id=6795 The issue is relate to back navigation (nor to ahead navigation). In this case the history parcelable info data is recovery (which has a invalid selection data). On back navigation, replace the selection data parcelable info with the current selection of the navigation view. Added notifyDataSetChanged() when toogle visibility, needed to refresh the view and repaint the items. Change-Id: Ib281c6fbc33274f6e81cc6b588cde420d6ceb19f
Configuration menu - View commit details
-
Copy full SHA for f10777b - Browse repository at this point
Copy the full SHA f10777bView commit details
Commits on Dec 6, 2012
-
Merge remote-tracking branch 'upstream/jellybean' into ics
Mike C committedDec 6, 2012 Configuration menu - View commit details
-
Copy full SHA for a0ec2b4 - Browse repository at this point
Copy the full SHA a0ec2b4View commit details
Commits on Dec 11, 2012
-
Change-Id: I0a52f9abede317d3beeac9937052d92c53972edd
Configuration menu - View commit details
-
Copy full SHA for 64aa1f4 - Browse repository at this point
Copy the full SHA 64aa1f4View commit details
Commits on Dec 12, 2012
-
Merge remote-tracking branch 'upstream/jellybean' into ics
Mike C committedDec 12, 2012 Configuration menu - View commit details
-
Copy full SHA for d7460f8 - Browse repository at this point
Copy the full SHA d7460f8View commit details
Commits on Dec 16, 2012
-
CMFileManager: Make groups command optional
Groups command command is causing problems on some implementations (maybe toolbox?) which don't recognize the root AID and returns an error, and avoid to get root access. Patchset 2: Fix typo Change-Id: Idc17b18c34b8be263a1739dbad2921f60101fa09
Configuration menu - View commit details
-
Copy full SHA for 995e39a - Browse repository at this point
Copy the full SHA 995e39aView commit details
Commits on Dec 17, 2012
-
Merge remote-tracking branch 'upstream/jellybean' into ics
Mike C committedDec 17, 2012 Configuration menu - View commit details
-
Copy full SHA for e2c06b2 - Browse repository at this point
Copy the full SHA e2c06b2View commit details
Commits on Dec 26, 2012
-
Merge remote-tracking branch 'upstream/cm-10.1' into ics
Conflicts: AndroidManifest.xml src/com/cyanogenmod/filemanager/util/FileHelper.java tests/AndroidManifest.xml themes/AndroidManifest.xml themes/res/values-pt-rBR/strings.xml
Mike C committedDec 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 625d43a - Browse repository at this point
Copy the full SHA 625d43aView commit details
Commits on Jan 7, 2013
-
Merge remote-tracking branch 'upstream/cm-10.1' into ics
Conflicts: src/com/cyanogenmod/filemanager/util/FileHelper.java
Mike C committedJan 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 9610d1c - Browse repository at this point
Copy the full SHA 9610d1cView commit details
Commits on Jan 10, 2013
-
Merge remote-tracking branch 'upstream/cm-10.1' into ics
Mike C committedJan 10, 2013 Configuration menu - View commit details
-
Copy full SHA for db195c4 - Browse repository at this point
Copy the full SHA db195c4View commit details
There are no files selected for viewing