aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "CMFileManager: Simplified Chinese Translations" into jellybeanjellybean-stableJorge Ruesga2012-11-122-0/+47
|\
| * CMFileManager: Simplified Chinese TranslationsAndrew Jiang2012-11-112-0/+47
| | | | | | | | | | | | Added translations for the new themes feature. Change-Id: I57ea6f9ed9172f05680574c925d706aee39be3b4
* | Merge "CMFileManager: Updated italian translation" into jellybeanJorge Ruesga2012-11-122-0/+31
|\ \
| * | CMFileManager: Updated italian translationrheeze2012-11-122-0/+31
| | | | | | | | | | | | | | | | | | | | | Added strings to match change: "CMFileManager: Themes support + Dark theme" Change-Id: I81fac139d38bdfbc01ca916bc97a19c58238c0a4
* | | German: Update translationelektroschmock2012-11-122-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch set 1 - Translation for: Theme support & Dark theme http://review.cyanogenmod.org/#/c/26279/4 Patch set 2 - Fix derp. Add translation for dark theme Patch set 3 - Changed and shortend wording Patch set 4 - Minor fix to be in line with the other translations Change-Id: I4f41c0589a06b6edf8000bc148ace1bd227f4083
* | | Merge "es_ES: Added new translations" into jellybeanJorge Ruesga2012-11-122-0/+32
|\ \ \ | |/ / |/| |
| * | es_ES: Added new translationsdjMesias2012-11-122-0/+32
| | | | | | | | | | | | | | | | | | | | | PatchSet 2: Added Dark Theme translations PatchSet 3: Translated theme's names Change-Id: I9f965829b168c500fe4eba54c099dc7829de6612
* | | Update Russian Translation-CMFileManager-Themes support-CM10pvolkov2012-11-122-0/+35
|/ /
* / Added hungarian traslation for CMFileManager (Done)Tamás Tóth2012-11-121-0/+635
|/ | | | Change-Id: Ia04ff9c9410f2302edf13a5c009583d1ae901762
* CMFileManager: updated Czech translationlipisak2012-11-122-0/+48
| | | | | | | | Added new strings for Themes settings Patchset 2: added translation for DarkTheme Change-Id: If7e42fe2cc66648488e068eef81eae2c0e11e04b
* CMFileManager: Themes support + Dark themeJorge Ruesga2012-11-11259-1170/+5182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change enabled the theme support, and added a new dark theme under the package CMFileManagerThemes. To compile under build system, it must be enabled in vendor/cm/config/common.mk or vendor/cm/config/themes_common.mk (this was requested in change http://review.cyanogenmod.org/#/c/26311/) Themes were enabled in a new settings option. Under this setting the application show the user the available themes installed in the system. -------------------- For build new themes, developers should: - Create a new package that contains an activity with: * Permission: com.cyanogenmod.filemanager.permissions.READ_THEME * Action: com.cyanogenmod.filemanager.actions.MAIN_THEME * Category: com.cyanogenmod.filemanager.categories.THEME - Define the themes_ids, themes_names and themes_descriptions arrays-strings definitions for the themes that the package support. - Create a xxx_theme.xml for every theme that the package support, where the xxx is the id of the theme. Put your resources in this file, prefixing the resource with the id of the theme (xxx_). For a list of all supported resources see theme.xml in res/values of CMFileManager project. ------------------- Other fixes: * Protect console buffers from NPE * Fix code style of xmls (layouts, drawables, ...) Patchset 2: Fixed code style and added Christian suggestion Patchset 3: Added forgotten READ_THEME permission check as described in the note above. Patchset 4: Use centerInside in theme preview for better image fit Change-Id: I4142da6d9ed1b06318e47ff9c05f9a874c62f3ae
* CMFileManager: Fix translation stringsJorge Ruesga2012-11-109-76/+72
| | | | | | Fix translation strings (license, ellips, ...) Change-Id: Ie9270f93cf1f991372c2407702f67f1b3751c002
* Merge "PT-BR: Initial translation" into jellybeanDavid van Tonder2012-11-081-0/+307
|\
| * PT-BR: Initial translationGustavo Rosa2012-11-061-0/+307
| | | | | | | | Change-Id: I282da09ecb87461def87d03135aa735dbd8a9236
* | Merge "CMFileManager: update German translation" into jellybeanDavid van Tonder2012-11-081-7/+7
|\ \
| * | CMFileManager: update German translationjackmu952012-11-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch Set 1: * Fix some typos * Shorten some strings * Change some strings to be easier to understand Patch Set 2: * Change strings regarding the comments Patch Set 3: * Change strings to fit better in line http://files.jackmu95.de/files/cyanogenmod/screenshots/CMFileManager_genaeral_settings_German.png Change-Id: I64b6be6e6b8e8be74ced8fe62139207ec0558089
* | | Merge "CMFileManager: initial romanian translation" into jellybeanDavid van Tonder2012-11-081-0/+290
|\ \ \
| * | | CMFileManager: initial romanian translationigoriok2012-11-081-0/+290
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie83aed6bc95167331450b6df7fb963fa4bda3445 Signed-off-by: igoriok <igor_sorocean@hotmail.com>
* | | | Update Russian Translation-CMFileManager (fix typo)-CM10pvolkov2012-11-081-1/+1
|/ / /
* | | CMFileManager: Updated italian translationrheeze2012-11-081-1/+1
| | | | | | | | | | | | | | | | | | Minor changes Change-Id: Ifcb37ef96edf22f8d950d2f121d2ebaf2e0caa5a
* | | CMFileManager: Fix crash when select CMFileManager internal editor to open ↵YuanQY2012-11-071-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text file. When open a text file, in the choose application to open and select the CMFileManager internal editor to open, the CMFileManager will crash. Because the ri.filter is null. Patch Set 2: Implement the logical as Jorge Ruesga suggestion. Check it's interneal editor before to process system association. Patch Set 3: Add the ri.filter valid check before to process system association. Change-Id: I2d9698d9cb862de2b1141e84bc2f540e4ced92e6
* | CMFileManager: Fix the crash when the search file name includes mutiple ↵YuanQY2012-11-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | white spaces. When the file name include mutiple white spaces and it fit for the search condition. The highlight logical call Html.fromHtml will convert mutiple white spaces to one white space (For example, the file name is "A .mp3", after conver it will change to "A .mp3"), the span length will less than the orginal file name. When call setSpan, it will throw IndexOutOfBoundsException. Change-Id: I00e26464427538de8f5f85ac8d6d009493767b1e
* | Merge "CMFileManager: Fix mv operation on Cross-device link failure" into ↵David van Tonder2012-11-0520-50/+233
|\ \ | | | | | | | | | jellybean
| * | CMFileManager: Fix mv operation on Cross-device link failureJorge Ruesga2012-11-0520-50/+233
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Issue https://github.com/jruesga/CMFileManager/issues/31. The busybox mv command returns a failure when files are moved between filesystem (Cross-device link failure). This changes fix this failure by: * Replace mv command for a "mv or cp+rm" operation. * rm operation occurs over source mount point so this need to be mounted prior to execute this new command. * Fix the stderr buffer filling on error. Change-Id: If113ad810e7daffeb8379589789b2855eda14908
* | Merge "CMFileManager: Remove incorrect notifyDataSetInvalidated()" into ↵David van Tonder2012-11-051-3/+0
|\ \ | | | | | | | | | jellybean
| * | CMFileManager: Remove incorrect notifyDataSetInvalidated()Jorge Ruesga2012-11-061-3/+0
| |/ | | | | | | | | | | | | These notifyDataSetInvalidated() are causing, that after changing the navigation layout, when the user select/deselect the adapterview is scrolled to top. They aren't needed at all. Change-Id: I437cde9dd40b350b3de88dcdb75b8ae44cee6f3e
* / CMFileManager: Fix NPE while retrieving background consoleJorge Ruesga2012-11-061-1/+4
|/ | | | | | If the background console is null, then force allocation. Protect from NPE. Change-Id: I57da98a9c18516f2f2936710387762dfc59543ff
* Merge "CMFileManager: Corrections in Czech translation" into jellybeanDavid van Tonder2012-11-051-0/+3
|\
| * CMFileManager: Corrections in Czech translationlipisak2012-11-051-0/+3
| | | | | | | | | | | | | | | | | | Czech uses different pluralities for count 2-4 Solved by adding few attribute. Patchset 2: Typo fix Change-Id: Ib98a1f1009855d5fe9379e67c6cee14fdd71e5cb
* | Update Russian Translation-CMFileManager (fix typo)-CM10pvolkov2012-11-051-3/+3
|/
* Merge "CMFileManager: initial czech translation" into jellybeanJorge Ruesga2012-11-041-0/+672
|\
| * CMFileManager: initial czech translationcodeworkx2012-11-041-0/+672
| | | | | | | | | | | | | | | | | | | | Patchset 2+3: updated whitespaces Patchset 4: removed wrong as they unable to build CMFm Patchset 5: Name of project became one long line - fixed Patchset 6: Removed properties duplicity => Fixed build Patchset 7: Corrected typos and some translation details Change-Id: I9bc0e4f92ac17ae7067989176c76a6367d7ddd84
* | CMFileManager : Fix French TranslationDelPETER2012-11-041-2/+2
|/ | | | Change-Id: I28f6851dd80f707d1f0fcaf380b31ba236a78743
* CMFileManager: Fix list of folders with broken symlinksJorge Ruesga2012-11-041-2/+3
| | | | | | Issue https://github.com/jruesga/CMFileManager/issues/28. Change-Id: I7dee65bb93247d39028e61fad98087320629a0a0
* Merge "CMFileManager : Fix duplicate debugging output" into jellybeanDavid van Tonder2012-11-041-5/+4
|\
| * CMFileManager : Fix duplicate debugging outputJorge Ruesga2012-11-041-5/+4
| | | | | | | | | | | | Fix duplicate debugging output for synchronous command. Change-Id: I83ffe804a789a38a429681360bba9786c36f9cc6
* | Merge "Update Russian Translation-CM File Manager-CM10" into jellybeanDavid van Tonder2012-11-041-69/+69
|\ \ | |/ |/|
| * Update Russian Translation-CM File Manager-CM10pvolkov2012-11-041-69/+69
| | | | | | | | | | | | Update Russian Translation-CM File Manager-CM10 Update Russian Translation-Fix typos-CM10
* | CMFileManager : Beam to send filesDanesh Mondegarian2012-11-042-0/+32
|/ | | | | | | | | | | | | | | | | | | | Added support to be able to beam files via the file manager. Steps : 1. Select one or multiple files via checkbox 2. Tap phones to beam file over 3. Enjoy ! Patchset 2 : Switch to callback Patchset 3 : Remove debug messages Patchset 4 : Add check to avoid crashes on devices without nfc Patchset 5 : Rebase Conflicts: src/com/cyanogenmod/filemanager/activities/NavigationActivity.java Change-Id: I005db2ebdabc0e83a92ae820cb98f73709d5f535
* CMFileManager : Allow rotationJorge Ruesga2012-11-0458-1338/+1470
| | | | | | | | | | | | | Override onConfigurationChanged to help keep the state intact and allow orientation change. Patchset 2 : Override for other activities as well Patchset 3 : Fixed scrollbars dialogs Patchset 4 : Fixed landscape mode of picker activity Patchset 5 : New landscape layout for NavigationActivity Patchset 6 : Fix whitespace errors in copyright headers Change-Id: Ibe52f0a0ebf0ea88d79dab1c8a06fb262d63ecb1
* CMFileManager : es_ES translation fixesJorge Ruesga2012-11-041-6/+6
| | | | | | Patch 2: Fix compile warnings Change-Id: I6775baa20bc9ad04dbc34b0afe846133d3107b45
* CMFileManager: fix german translationscodeworkx2012-11-041-3/+3
| | | | Change-Id: I0d6d6d4f40c4b94af5bfbd32f99384292d73e354
* Merge "CMFileManager: updated Dutch translations" into jellybeanRicardo Cerqueira2012-11-031-13/+13
|\
| * CMFileManager: updated Dutch translationsKasper Hettinga2012-11-031-13/+13
| | | | | | | | Change-Id: Id64f2bf45fb334edb459d221c8cd4dc13e6cbe0b
* | Merge "FileManager: Danish translation" into jellybeanRicardo Cerqueira2012-11-031-0/+631
|\ \
| * | FileManager: Danish translationJacob Overgaard Madsen2012-11-021-0/+631
| | | | | | | | | | | | | | | | | | Patch 4: Updates from change I939f3bb3 Change-Id: Id1fa2425ec6a933c043bc30fd43f8b963403b8fc
* | | Merge "CMFileManager: initial german translations" into jellybeanRicardo Cerqueira2012-11-031-0/+632
|\ \ \
| * | | CMFileManager: initial german translationscodeworkx2012-11-031-0/+632
| | | | | | | | | | | | | | | | Change-Id: Ib03c0e7a52fd7f844ac5f5d01f057a04b67b467a
* | | | Merge "CMFileManager : Added French Initial translation" into jellybeanRicardo Cerqueira2012-11-031-0/+633
|\ \ \ \
| * | | | CMFileManager : Added French Initial translationDelPETER2012-11-031-0/+633
| | | | |