aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* [CMFM] bookmarks and history in a navigation drawerFlorian Edelmann2014-03-106-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * used a modified version of DrawerLayout from the Support Library * moved bookmarks and history there -> always accessible * added a drawer icon * made all themeable * removed the BookmarksActivity and HistoryActivity * removed the BookmarksAdapter and HistoryAdapter as they are useless for LinearLayouts. I couldn't use ListViews because they scroll vertically - as well as the drawer itself. * removed the layouts for bookmarks and history Patch Set 2: tab cleanup and reset code I didn't touch Patch Set 3: fixed a FC after changing the theme when settings were opened by the drawer's overflow menu Patch Set 4: updated commit message Patch Set 5: updated commit message Patch Set 6: disabled "clear history" ActionBar action when history is empty Patch Set 7: fixed code style, fixed theme change issue with history items in the drawer, updated theme previews Patch Set 8: remove trailing whitespaces Change-Id: I215211e771ec7c96a2a669cdcc440556c310d6db
* CMFM: EL translationsMichael Bestas2014-02-261-6/+7
| | | | Change-Id: Ia4bd0525dfb7ba62e1bd9612e66be11d44780478
* Revert "CMFM: ES translations"Michael Bestas2014-02-231-3/+3
| | | | | | This reverts commit 687142fc23eaa683de46ff8ebc425f32130f3104. Change-Id: Iba6bea8089b1dbe894c53cb9cf134886919ce1a3
* CMFM: Update copyright yearMichael Bestas2014-02-161-3/+2
| | | | Change-Id: Ibca0c7a3b2f7429bdea63cb4cc35f80a38b60db3
* CMFM: ES translationsLorenzo M2014-02-021-3/+3
| | | | | | - Transifex export Change-Id: I5d49a5c045a3c83e4af1da584cc06f87f7c290ff
* CMFileManager: LT translationsFrant1c2014-01-231-1/+1
| | | | | | Fixed quatation marks *Improved translations Change-Id: I85fc450ec014afd4f521eaeaba2022bd775db6e0
* CMFileManager: LT translationsFrant1c2014-01-031-0/+20
| | | | Change-Id: I86533fe1b7a647a96cd5cb2209dfc496bcaf324a
* CMFileManager : TH Translationpureexe2013-12-251-0/+20
| | | | | | | | Patchset2 : ADD /themes/res/values-th/strings.xml Patchset3 : Remove useless comment Patchset4 : remove one quantity Change-Id: I020c73aa0fb3038de8f80e36f7e3bb185900cf22
* CMFileManager: CA translationsarnau2013-11-171-0/+20
| | | | Change-Id: Ia8d55d5cbc9ded522e7ece3972c31230fe540a8c
* Merge "CMFileManager: Update German translation" into cm-10.2Danny Baumann2013-09-241-5/+6
|\
| * CMFileManager: Update German translationjackmu952013-09-221-5/+6
| | | | | | | | Change-Id: I5926a25a4d27e85412174636325968462eeb7846
* | CMFileManager: Resources cleanupjackmu952013-09-223-188/+138
|/ | | | | | | | - Use new copyright format - Use an intent of 4 - Some other cleanup Change-Id: I49e31f5fc4117bd4d7e65c78a4c70651c8139f64
* CMFileManager: SK translationsprescott662013-08-291-0/+20
| | | | Change-Id: I62080eac20d81093f1445249487e57f347cdd4e2
* CMFileManager: SV translationsTed Lundwall2013-08-211-0/+19
| | | | Change-Id: I98dab10d15b8db80d01d66fb778f104e0ee02032
* CMFileManager: NB translationOdin Ugedal2013-05-051-0/+20
| | | | | | | | | Patch set 2: Fixed typos Patch set 3: Additional styling fixes, that also need to be addressed in the default translations Patch set 4: Translated /themes/res/.... Change-Id: I1c5d2846cfaad2908647173753c81473ab7a3004
* CMFileManager: Latest mergesJacob Overgaard Madsen2013-04-161-0/+20
| | | | | | Patch 2: Added themes\strings.xml and removed all comments as requested Change-Id: Ie5e61d0ad5334aca54ecc951f9bde714106e35a1
* Add CMFileManager ukrainian translationVavooon2013-04-111-0/+22
| | | | Change-Id: I401716977f847200987afd0ee6c92cb832d995ff
* CMFM: Editor initial highlight support + props syntax processor + others ↵Jorge Ruesga2013-03-272-5/+33
| | | | | | | | | | | | | | | | | | | | | | | features - This change enables support of syntax highlight in editor. Adds also the next syntax processors: * PropertiesSyntaxHighlightProcessor - Option for toggle "no suggestion" in editor - CleanUp Patchset 2: Theme color scheme support Patchset 3: Hexdump binary editor preference No suggestions editor preference Syntax Highlight color scheme Add android-syntax-highlight (CMFM) and color-picker-view libraries ColorPickerDialog and ColorPickerPreference Separate preference to its own file Extract themes strings from dark_theme.xml to strings.xml Rebased Change-Id: I9df65e6193d46ebafadee5d545dcde1fc5ce20e9 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFM: Integrate themes app into cmfm appJorge Ruesga2013-03-2131-324/+9
| | | | | | | Required change http://review.cyanogenmod.org/#/c/34118/ Change-Id: I0a2c38e33b10061dedab8f6ff1011bcbace4648d Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFileManager: Added Polish languagetompopielarczyk2013-03-191-0/+29
| | | | | | | | | | Patch Set 2: Also added themes translation Patch Set 3: Correction Patch Set 4: As above Patch Set 5: Correction Patch Set 6: Another correction and some fixes Change-Id: I9405bd1dce64ddbe800d599202104c9ddb833a25
* CMFM: CYAN-285 - Add ability to calculate file checksumsJorge Ruesga2013-03-164-0/+1
| | | | | | | | | | | Added support for compute MD5 and SHA1 file checksums Patchset 2: Remove trailing whitespaces Change-Id: I46cbd0d451eea76e259bdddc485774bbfd34cdc0 JIRA: https://jira.cyanogenmod.org/browse/CYAN-285 Bugfix: CYAN-285 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFileManager: added finnish translationsNiko Koivu2013-02-181-0/+22
| | | | Change-Id: Ie16c838a6c9bfcbdd2823f829b5a0936dcf57428
* Merge "Add Afrikaans translation" into cm-10.1Jorge Ruesga2013-02-161-0/+29
|\
| * Add Afrikaans translationisimobile2013-02-021-0/+29
| | | | | | | | | | | | Translated CMFileManager to Afrikaans Change-Id: Ibfb803f091e36d8551c1d7b1c50769b44ca562d5
* | CMFM: Set translatable="false"Marco Brohet2013-02-021-1/+1
|/ | | | Change-Id: Ic9189ab8869b01465b2f3eb24f1d75697642266f
* Serbian translation for CMFileManagerFilip Brcic2013-01-271-0/+29
| | | | | | | | | | I translated CMFileManager to Serbian, don't know what else to say. I'll try to find time to translate the rest of the CM applications. Patch set 2: Trigger Cid Patch set 3: Trigger Cid (again...) Change-Id: I743bc252c83b62c00cfcafa5b0bce238ee3524f9
* CMFileManager: Hebrew translationOr Harambam2013-01-131-0/+29
| | | | Change-Id: Ie1bb22494b2b638242209c9de1bd7b125e9253d0
* CMFM: Fixes and ImprovementsJorge Ruesga2013-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Some performance improvements: - Use stat instead of ls. This allow improve listing of directories with symlinks. Symlinks are resolved by File.getCanonicalFile. - Simplify ls, fileinfo, find and readlink command - Simplify the parsing of FolderUsage (only type, size and category is required), and avoid to load a lot of on unused objects - Add new file datetime information from stat: access, change and modify - Improve list, find and resolvelink java commands * FadeEffect and symlink handling * Remove context from AIDHelper and add new helpful methods * New getAbsolutePath method * Use file separator for paths and ROOT_DIRECTORY for root directory path * Organize startup - Initialize variables prior to register receivers - Load AID data for improve performance through caching - Load the theme base used by AOSP widgets * Allow Editor to show zero-length files Allow the editor to load zero-length files (like /proc/mounts) and change the buffer type to no editable in binary files. * Invert allowed mount points detection. This change inverts the algorithm for prevent unmount needed rw filesystems. Now uses known restricted filesystems instead of known allowed filesystems. Now filesystems like yaffs2, fuse, and other linux filesystems are allowed by default. * Remove unused xliff namespace * Add flagNoFullscreen to EditText widgets * Fix listview selectors of history and bookmarks * Fix race condition When the command was executed prior to block the execution, the thread wait for the timeout. Add a sync access check to ensure that prior to lock and wait the program executed is not finished. * Fix for async programs When the partial buffer received for an async program is not complete (ends with a EOL), the partial buffer was discarded. Add a new buffer with this lost chars to complete this bytes next time * Fix list command Use -n1 for xargs in list command to prevent "argument line too long" * If parent is null then assume that it is the root folder * Use only name and parent for equals method on FileSystemObject A FileSystemObject is the same if his name and path are the same. * Increase performance of adapters Use argument data when possible to avoid call the adapter methods * Do not clear selection on some actions Actions like create new file/folder, show properties and other actions that explicit requires clear the active selection, shouldn't removed the active selection. * Add a new additional line to dialog messages to fill the dialog * Fix spanish translations * Fix theme roulette on tablets * Clean NLS and Override warnings * Fix parse size data with dots * Add listeners after set the values to avoid raising triggers * Increase performance of adapters. Notify the data changed at the end of the changes, and only to super adapters (the internal structure has already been updated) * Ensure that all the Cursor references were closed after used them. * Remove unused SuppressLint * Clean up Change-Id: I4326e97cbc942c767829f1a0ff6b380ad768cfef Signed-off-by: jruesga <jorge@ruesga.com>
* CMFileManager: Dutch translationsMarco Brohet2012-12-291-0/+21
| | | | Change-Id: Ifad1b5eb6247df1d8a1850725e6d357a058f60be
* CMFileManager: Change manifests to API 17Jorge Ruesga2012-12-121-1/+1
| | | | | | Change project manifests to match AOSP 4.2 (API 17) Change-Id: I2f66a185d8a78612ad7e542ed10c52e49c9eaeef
* CMFileManager: pt-pt translationsJoão Ventura2012-12-111-0/+29
| | | | | | | Patchset 1: initial translations Patchset 2: dark theme translation Change-Id: I3e2873f4574207eddfe5666180521d79a1c19e34
* PT-BR: Added missing translations + Issue 6676 fixGustavo2012-12-111-0/+22
| | | | | | jruesga: Fix themes/res/values-pt-rBR/strings.xml file mode to 0644 Change-Id: I3ddefe0ef5c71314f17845df0db4a3fa022e6ec2
* CMFileManager: Add Japanese translationTakuo Kitame2012-12-111-0/+29
| | | | | | | | - Initial Japanese translation for FileManager. - patch-2: Add translation for theme. - patch-3: Revised translation for theme. Change-Id: Ie234334b2c09e2093976410046bdc990acd8ad9d
* CMFileManager: Add Greek translationMichael Bestas2012-12-111-0/+29
| | | | | | | | Patchset 2: Remove untranslatable strings Patchset 3: Add missing themes translation Change-Id: Ica0afe84cdd9fac9c243c817eb407a5d098e2410
* CMFileManager: fr_FR - Remove unnecessary translatable stringJorge Ruesga2012-11-181-3/+0
| | | | | | See comment on http://review.cyanogenmod.org/#/c/26616/ Change-Id: I71eafaad82c41bed56166518490f4dcd4d4d20a9
* CMFileManager: fr_FR - Remove unnecessary translatable tagJorge Ruesga2012-11-181-1/+1
| | | | | | See comment on http://review.cyanogenmod.org/#/c/26417/8 Change-Id: I493dd23bc6987aa23d4c2758cc68733e27696fba
* Merge "CMFileManager : French translation correction" into jellybeanJorge Ruesga2012-11-171-0/+32
|\
| * CMFileManager : French translation correctionDelPETER2012-11-171-0/+32
| | | | | | | | | | | | | | | | Patch 5: No-break spaces, update typo, more understandable, ... Patch 6: Add themes Patch 7: Dark theme, fichiers, ... Change-Id: I092625fe29534c24f02476c8cafc9a81d79d67f1
* | Update Hungarian translationsBuga Dániel2012-11-141-0/+29
|/ | | | | | | Updated some Hungarian strings to be a bit easier to understand. Added Dark Theme strings. Change-Id: Id1469ee5a6f042ee875712e976775ce8e7c51720
* Merge "CMFileManager: updated romanian translation" into jellybeanJorge Ruesga2012-11-131-0/+25
|\
| * CMFileManager: updated romanian translationigoriok2012-11-131-0/+25
| | | | | | | | | | Change-Id: Ief7f6e63dd1f1eeacbbd55670a58e08e45fc1ed9 Signed-off-by: igoriok <igor_sorocean@hotmail.com>
* | Merge "CMFileManager: Simplified Chinese Translations" into jellybeanjellybean-stableJorge Ruesga2012-11-121-0/+29
|\ \
| * | CMFileManager: Simplified Chinese TranslationsAndrew Jiang2012-11-111-0/+29
| |/ | | | | | | | | | | Added translations for the new themes feature. Change-Id: I57ea6f9ed9172f05680574c925d706aee39be3b4
* | Merge "CMFileManager: Updated italian translation" into jellybeanJorge Ruesga2012-11-121-0/+22
|\ \
| * | CMFileManager: Updated italian translationrheeze2012-11-121-0/+22
| | | | | | | | | | | | | | | | | | | | | Added strings to match change: "CMFileManager: Themes support + Dark theme" Change-Id: I81fac139d38bdfbc01ca916bc97a19c58238c0a4
* | | German: Update translationelektroschmock2012-11-121-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-121-0/+24
|\ \ \ | |/ / |/| |
| * | es_ES: Added new translationsdjMesias2012-11-121-0/+24
| |/ | | | | | | | | | | | | PatchSet 2: Added Dark Theme translations PatchSet 3: Translated theme's names Change-Id: I9f965829b168c500fe4eba54c099dc7829de6612
* / Update Russian Translation-CMFileManager-Themes support-CM10pvolkov2012-11-121-0/+25
|/
* CMFileManager: updated Czech translationlipisak2012-11-121-0/+29
| | | | | | | | Added new strings for Themes settings Patchset 2: added translation for DarkTheme Change-Id: If7e42fe2cc66648488e068eef81eae2c0e11e04b