| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Added translations for the new themes feature.
Change-Id: I57ea6f9ed9172f05680574c925d706aee39be3b4
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added strings to match change:
"CMFileManager: Themes support + Dark theme"
Change-Id: I81fac139d38bdfbc01ca916bc97a19c58238c0a4
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
PatchSet 2: Added Dark Theme translations
PatchSet 3: Translated theme's names
Change-Id: I9f965829b168c500fe4eba54c099dc7829de6612
|
| |/ / |
|
| |/
|
|
| |
Change-Id: Ia04ff9c9410f2302edf13a5c009583d1ae901762
|
| |
|
|
|
|
|
|
| |
Added new strings for Themes settings
Patchset 2: added translation for DarkTheme
Change-Id: If7e42fe2cc66648488e068eef81eae2c0e11e04b
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Fix translation strings (license, ellips, ...)
Change-Id: Ie9270f93cf1f991372c2407702f67f1b3751c002
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I282da09ecb87461def87d03135aa735dbd8a9236
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ie83aed6bc95167331450b6df7fb963fa4bda3445
Signed-off-by: igoriok <igor_sorocean@hotmail.com>
|
| |/ / / |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Minor changes
Change-Id: Ifcb37ef96edf22f8d950d2f121d2ebaf2e0caa5a
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | |
| | | |
jellybean
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | |
| | | |
jellybean
|
| | |/
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
| |
If the background console is null, then force allocation. Protect from NPE.
Change-Id: I57da98a9c18516f2f2936710387762dfc59543ff
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Czech uses different pluralities for count 2-4
Solved by adding few attribute.
Patchset 2: Typo fix
Change-Id: Ib98a1f1009855d5fe9379e67c6cee14fdd71e5cb
|
| |/ |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
| |
Change-Id: I28f6851dd80f707d1f0fcaf380b31ba236a78743
|
| |
|
|
|
|
| |
Issue https://github.com/jruesga/CMFileManager/issues/28.
Change-Id: I7dee65bb93247d39028e61fad98087320629a0a0
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Fix duplicate debugging output for synchronous command.
Change-Id: I83ffe804a789a38a429681360bba9786c36f9cc6
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
Update Russian Translation-CM File Manager-CM10
Update Russian Translation-Fix typos-CM10
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Patch 2: Fix compile warnings
Change-Id: I6775baa20bc9ad04dbc34b0afe846133d3107b45
|
| |
|
|
| |
Change-Id: I0d6d6d4f40c4b94af5bfbd32f99384292d73e354
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Id64f2bf45fb334edb459d221c8cd4dc13e6cbe0b
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Patch 4: Updates from change I939f3bb3
Change-Id: Id1fa2425ec6a933c043bc30fd43f8b963403b8fc
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: Ib03c0e7a52fd7f844ac5f5d01f057a04b67b467a
|
| |\ \ \ \ |
|
| | | | | | |
|