OSDN Git Service

android-x86/packages-apps-CMFileManager.git
9 years agocmfm: fix edit home bookmark icon
Jorge Ruesga [Thu, 19 Mar 2015 10:45:53 +0000 (11:45 +0100)]
cmfm: fix edit home bookmark icon

Change-Id: I0da0a0b01f49d24edab30a72decd240996b5ccfe
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoCMFileManager: Fix back press events of SearchActivity
xiao.hu [Tue, 17 Mar 2015 13:12:46 +0000 (06:12 -0700)]
CMFileManager: Fix back press events of SearchActivity

epro:
- SearchActivity to audio file
- Open audio file with small player (e.g. Play Music)
- Press back
- Observe: audio player closes and CMFM SearchActivity up one directory(NavigationActivity)

Change-Id: I4ab1faa1d061eea97050b89e96c1bdf1df66db3f

9 years agoCMFileManager: protect code path for access mSdBookmarks
Raj Yengisetty [Fri, 13 Mar 2015 16:25:48 +0000 (09:25 -0700)]
CMFileManager: protect code path for access mSdBookmarks

FATAL EXCEPTION: main

AndroidRuntime: Process: com.cyanogenmod.filemanager, PID: 2587

AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference

AndroidRuntime:  at com.cyanogenmod.filemanager.activities.NavigationActivity.applyInitialDir(NavigationActivity.java:1626)

AndroidRuntime:  at com.cyanogenmod.filemanager.activities.NavigationActivity$15.run(NavigationActivity.java:1521)

AndroidRuntime:  at android.os.Handler.handleCallback(Handler.java:739)

Change-Id: I2aec4fd6a5b8fcd31cd128f8f46cc9f88bca191e

9 years agoAutomatic translation import
Michael Bestas [Sat, 14 Mar 2015 23:47:15 +0000 (01:47 +0200)]
Automatic translation import

Change-Id: I1e77140dc7177e10bc98fcbdfe2110f6dc96a9d6

9 years agoCMFileManager: Fix back press events
Raj Yengisetty [Wed, 11 Mar 2015 23:01:01 +0000 (16:01 -0700)]
CMFileManager: Fix back press events
Use onBackPressed in stead of onKeyUp for back press events

Repro:
- Navigate to audio file
- Open audio file with small player (e.g. Play Music)
- Press back
- Observe: audio player closes and CMFM navigates up one directory

Change-Id: Ia7440c45241ec957b2405b932525235c92b9211c

9 years agoCMFileManager: Improved confusing, cumbersome and incorrect strings
Zyg0te [Sun, 8 Mar 2015 01:06:39 +0000 (02:06 +0100)]
CMFileManager: Improved confusing, cumbersome and incorrect strings

The string describing how you cannot move a folder to an invalid
destination seemed confusing and cumbersome. Here is my suggested edit.

Also fixed a minor typo in another string as well as cleaning up
reduntant error title string.

Change-Id: I7c94433a0a8c3d176e806038cfdac2d48a1f6432

9 years agoAutomatic translation import
Michael Bestas [Fri, 6 Mar 2015 20:59:47 +0000 (22:59 +0200)]
Automatic translation import

Change-Id: I2f43319fbbe7fc6af129cecdfe014878b74f9ae4

9 years agoAutomatic translation import
Michael Bestas [Sat, 28 Feb 2015 00:22:01 +0000 (02:22 +0200)]
Automatic translation import

Change-Id: Ibcf54ff0f8881345dd9bbf4b74a713947e0033a2

9 years agocmfm: add support for init navigation in a concrete folder
Jorge Ruesga [Fri, 27 Feb 2015 17:53:47 +0000 (18:53 +0100)]
cmfm: add support for init navigation in a concrete folder

Add an ACTION_VIEW intent with matches with "resource/folder" mime type and a file/folder/directory scheme

Change-Id: I91afe762ebcaf9ead25d091ffaf4f705a8dd0515
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: add support for Intent.EXTRA_MIME_TYPES
Jorge Ruesga [Thu, 26 Feb 2015 01:00:56 +0000 (02:00 +0100)]
cmfm: add support for Intent.EXTRA_MIME_TYPES

Since KitKat GET_CONTENT supports Intent.EXTRA_MIME_TYPES to limit the mime types of the returned
data. Use this information to add mimetype restrictions (if #getType is not present).

Change-Id: Ia968e06d899f695ea555c746d90bb5a3231cc1c9
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: update save icon to material design
Jorge Ruesga [Mon, 23 Feb 2015 22:40:51 +0000 (23:40 +0100)]
cmfm: update save icon to material design

Change-Id: I9dca8ef158f17288a5ed3fd9e7d6f695c10f4207
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoCM File Manager - Intent to open video files will have a playlist attached
Rohit Yengisetty [Wed, 18 Feb 2015 18:21:33 +0000 (10:21 -0800)]
CM File Manager - Intent to open video files will have a playlist attached

In SearchActivity, intent to open video files will have an extra added
with the list of all videos in the search results.

Change-Id: Ibf48e74fd9f43ee3ac60575bad6c8f9fe1ec70ee

9 years agoAutomatic translation import
Michael Bestas [Wed, 18 Feb 2015 19:48:46 +0000 (21:48 +0200)]
Automatic translation import

Change-Id: I5d43763f9a2f7fca48a26e5bddc7aa65d1a91c13

9 years agoCM File Manager - Make AsyncResultExecutable's cancel() and end() innocuous
Rohit Yengisetty [Tue, 10 Feb 2015 18:44:26 +0000 (10:44 -0800)]
CM File Manager - Make AsyncResultExecutable's cancel() and end() innocuous

Ensure that cancel() and end() calls don't block the current thread
unnecessarily waiting for a notify().

Change-Id: I05843c8e1bdf880243e1fe9a226809aeaf33986b

9 years agoAutomatic translation import
Michael Bestas [Tue, 10 Feb 2015 21:37:42 +0000 (23:37 +0200)]
Automatic translation import

Change-Id: I319e2b93d627e22280259c2691679445944ff4d6

9 years agoCMFileManager: Don't show unmounted volumes in PickerActivity
Raj Yengisetty [Wed, 4 Feb 2015 02:32:15 +0000 (18:32 -0800)]
CMFileManager: Don't show unmounted volumes in PickerActivity

Change-Id: I628077e6132ffb4aa9f561484630e1f29b1188a5

9 years agoCM File Manager : Add Application category to Easy Mode List
Rohit Yengisetty [Tue, 27 Jan 2015 19:55:38 +0000 (11:55 -0800)]
CM File Manager : Add Application category to Easy Mode List

* add shortcut to search for application mimetypes (apk,
  msi, deb etc)
* fix layout inflater bug that was causing layout params
  to be ignored

Change-Id: I4bd63fdbdf720a49b536bc811ec10255cc2427db

9 years agoNew Material icon
Michael Bestas [Mon, 2 Feb 2015 07:00:00 +0000 (09:00 +0200)]
New Material icon

* Created by Jovie Brett Bardoles

Change-Id: I9c4067f100db25efd4b66d0fb03add94bc06642e

9 years agoCM File Manager : Populate results as they are found while searching
Rohit Yengisetty [Fri, 30 Jan 2015 00:38:09 +0000 (16:38 -0800)]
CM File Manager : Populate results as they are found while searching

Eliminate the need to wait for a search to finish before accessing the
search results. The search results are streamed concurrently while
the search is still in progress.

Change-Id: I15f5b87ef4fbbbe9df2ee7a8428d9c812cadf159

9 years agoAdd chinese translations
emancebo [Tue, 27 Jan 2015 17:54:54 +0000 (09:54 -0800)]
Add chinese translations

Change-Id: I296c0173fac9206c2e6b162279fe9d21c64c1987

9 years agoCMFileManager: Hide cmcc "easy mode" behind overlay config.
Adnan Begovic [Mon, 26 Jan 2015 19:58:48 +0000 (11:58 -0800)]
CMFileManager: Hide cmcc "easy mode" behind overlay config.

Change-Id: I4d905c118e0e76c12555d5fac8d0bc83d4499923

9 years agoCM File Manager - Enable Thumbnail previews by default
Rohit Yengisetty [Mon, 26 Jan 2015 19:24:47 +0000 (11:24 -0800)]
CM File Manager - Enable Thumbnail previews by default

Change-Id: I89cc057bd712e859659a162dfdd78bb5d80d97e3

9 years agoCM File Manager : Change Document search to include TEXT mime types
Rohit Yengisetty [Fri, 23 Jan 2015 01:02:34 +0000 (17:02 -0800)]
CM File Manager : Change Document search to include TEXT mime types

> modify SearchActivity to accept multiple mime type categories
> "Document" in EasyMode also searches for TEXT mime types

Change-Id: I2a23b824d576500d5aeb0f5f7628e489a10e9456

9 years agoCMFileManager: Add some simplified chinese translations
linus_lee [Tue, 20 Jan 2015 23:49:51 +0000 (15:49 -0800)]
CMFileManager: Add some simplified chinese translations

Because of some internal deadlines, we will submit these
manually but Crowdin eventually will overwrite these values

Change-Id: I5df2953a2d9e8151bbea0586911c158afcbf6403

9 years agoFile Manager: Add additional supported filetypes.
Matt Garnes [Wed, 21 Jan 2015 09:09:47 +0000 (17:09 +0800)]
File Manager: Add additional supported filetypes.

- Add new filetypes (xmf, 7z, etc.)
- Reorder one or two so that the sections that resemble alphabetical
  order maintain it.

Change-Id: Ib34216ddac6dd20face5e47e5c5ea3857c850ade

9 years agoInform the user if copy/move fails with no space remaining.
Matt Garnes [Tue, 20 Jan 2015 11:09:06 +0000 (19:09 +0800)]
Inform the user if copy/move fails with no space remaining.

- Detect the specific IOException representing no space left on the
  device. Throw an ExecutionException for this particular case.
- Support translatable ExecutionExceptions that specify a string
  resource as a message.

Change-Id: I798cc3c194b78d3a2d13685d29cfbb580de3f30e

9 years agoHide unmounted or removed media from the navigation drawer.
Martin Brabham [Thu, 15 Jan 2015 19:13:30 +0000 (11:13 -0800)]
Hide unmounted or removed media from the navigation drawer.

Change-Id: I20dd315b8e60434918faec8551f82df83166cc1e

9 years agoAdd special case for Gallery2 when opening image files.
Matt Garnes [Sat, 17 Jan 2015 08:58:20 +0000 (16:58 +0800)]
Add special case for Gallery2 when opening image files.

Gallery2 will change the back button behavior when opening a media URI
to a specific image with FLAG_ACTIVITY_NEW_TASK. Do not use this flag
for intents resolving to Gallery2 for media URIs.

Change-Id: I26d36536bf071403bfd6d8430c2656f1b3ec3449

9 years agoCMFileManager : Adding mime-type support for audio/amr
Rohit Yengisetty [Sat, 17 Jan 2015 02:14:35 +0000 (18:14 -0800)]
CMFileManager : Adding mime-type support for audio/amr

Change-Id: I19a5774e51e4422d20ab0c073d7ff65e5a51d52a

9 years agoCMFileManager: Include sort by type
Raj Yengisetty [Tue, 13 Jan 2015 03:21:26 +0000 (11:21 +0800)]
CMFileManager: Include sort by type

Change-Id: I44730f6493ee79bbcff49045568d14192544839b

9 years agoCMFileManager: Add sort by size
Raj Yengisetty [Mon, 12 Jan 2015 08:12:21 +0000 (16:12 +0800)]
CMFileManager: Add sort by size

Change-Id: Iae8c47beb8f229bb5e1936c0dbd153f356b099d7

9 years agoCMFM: Remove unused strings
Michael Bestas [Fri, 9 Jan 2015 00:04:27 +0000 (02:04 +0200)]
CMFM: Remove unused strings

Change-Id: I761efbeddd49f4470582a328ba7d0e56b2cbc016

9 years agoCMFM: Implement initial landing view for "External Storage Bookmarks"
Martin Brabham [Wed, 7 Jan 2015 22:00:48 +0000 (14:00 -0800)]
CMFM: Implement initial landing view for "External Storage Bookmarks"

Change-Id: Ic542043190ccf18dff106a8b358ef94aa2ebbe96

9 years agoCMFileManager: Return after setting result for Directory Selection
Raj Yengisetty [Thu, 8 Jan 2015 17:16:22 +0000 (09:16 -0800)]
CMFileManager: Return after setting result for Directory Selection

Change-Id: I7f1134718f71ebf3b37118dae45639c52791d66c

9 years agoCMFileManager: Add support for directory selection
Raj Yengisetty [Thu, 8 Jan 2015 00:22:13 +0000 (16:22 -0800)]
CMFileManager: Add support for directory selection

Change-Id: I55cb3c0c5f9d96837e84ca4c89e30504e93c8668

9 years agoCMFileManager: change breadcrumb views in dialogs for better visibility
Raj Yengisetty [Wed, 7 Jan 2015 23:15:41 +0000 (15:15 -0800)]
CMFileManager: change breadcrumb views in dialogs for better visibility

Change-Id: I0af7aef6d2605c1a2bf107ffce87236b01f11c42

9 years agoCMFileManager: Add WRITE_MEDIA_STORAGE permission for devices without root
linus_lee [Fri, 2 Jan 2015 21:03:38 +0000 (13:03 -0800)]
CMFileManager: Add WRITE_MEDIA_STORAGE permission for devices without root

For devices that don't have root access, we need to add the WRITE_MEDIA_STORAGE
permission to get write access to the secondary external storage directory to
rename/copy/delete files

Change-Id: I4145bec0dd0c38414d8557f1ddc61bbb22d00359

9 years agoCMFileManager : Settings - Checkbox to Switches
x10f [Mon, 29 Dec 2014 19:00:46 +0000 (14:00 -0500)]
CMFileManager : Settings - Checkbox to Switches

As recommended: http://developer.android.com/design/building-blocks/switches.html
This also adds some more design consistency.

Change-Id: I59bb3fc3499a3f782934cdd6c8ec5529cfd21e12

9 years agoCMFileManager:
Martin Brabham [Wed, 17 Dec 2014 20:17:04 +0000 (12:17 -0800)]
CMFileManager:
 - Use Environment function to be more compatible.
 - Take into account the directory sizes
 - Fix usage dialog jumping on first open.
 - Fix Java DiskUsageCommand to return correct DiskUsage based on MountPoint

Change-Id: I62c4e734a99f5eba8eb596db360e760cb8404b51

9 years agoCMFileManager: add usage stats by mime type
Martin Brabham [Mon, 15 Dec 2014 18:28:45 +0000 (10:28 -0800)]
CMFileManager: add usage stats by mime type

Change-Id: I92ffb45ec3ef0dc6feb8b8129bcb0fedf442ba54

9 years agoCMFileManager : Delete from media store when renaming/deleting files
Danesh M [Sat, 13 Dec 2014 03:26:21 +0000 (19:26 -0800)]
CMFileManager : Delete from media store when renaming/deleting files

Change-Id: I0bee07a683a7799fb118eb2d1ac313654a29a64e

9 years agoCMFileManager : Pass appropriate media type uri when ACTION_VIEW
Danesh Mondegarian [Sun, 14 Dec 2014 20:00:27 +0000 (12:00 -0800)]
CMFileManager : Pass appropriate media type uri when ACTION_VIEW

Passing the appropriate uri and not the generic File table uri,
allows apps such as gallery to allow paging in the appropriate folder.

Change-Id: I622680d0e27c304fb83532ccc2e026ff9e112a5b

9 years agoCMFileManager: Allow for sorting by mime type in search.
Adnan Begovic [Tue, 25 Nov 2014 00:37:05 +0000 (18:37 -0600)]
CMFileManager: Allow for sorting by mime type in search.

Change-Id: Ib633f84532507f2a32d78978a3c0c87d62617fd8

9 years agoCMFileManager: Fix force close when sharing more than one file at a time
Raj Yengisetty [Mon, 1 Dec 2014 19:06:34 +0000 (11:06 -0800)]
CMFileManager: Fix force close when sharing more than one file at a time

Change-Id: I64eb78ad4a2bbbe5626c0c93c4a80e0b8b97777b

9 years agoCMFileManager: Add mimetype to search result.
Adnan Begovic [Mon, 24 Nov 2014 22:39:13 +0000 (16:39 -0600)]
CMFileManager: Add mimetype to search result.

Change-Id: I9a386a4f56ab5e0ccd1add58e0d65870f4bf17d5

9 years agoCMFileManager: Lollipopification
Adnan Begovic [Thu, 27 Nov 2014 01:44:07 +0000 (19:44 -0600)]
CMFileManager: Lollipopification

Change-Id: I1702cf147b8ebc68f3a24175fa34cf397d823280

9 years agoCMFM: Improve delayed sync string
Michael Bestas [Sun, 23 Nov 2014 23:07:22 +0000 (01:07 +0200)]
CMFM: Improve delayed sync string

Change-Id: Ief70bedbc0b5458eac93828a30dc00beaa30d7a5
(cherry picked from commit 226bb60604e7be3f499af3b209a8d16801e15826)

9 years agocmfm: allow prompt console without su command
Jorge Ruesga [Fri, 21 Nov 2014 01:03:36 +0000 (02:03 +0100)]
cmfm: allow prompt console without su command

Separete shell console commands from su command. This allow to create a shell
console when su command is not present. A warning will be displayed is root
mode is trying to be selected or a elevated operation is required.

Change-Id: I27a2e850aec87026c8dd4b3baacf7ebd0f897a1a
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: fix ensure read, write and execute checks in java console
Jorge Ruesga [Fri, 21 Nov 2014 00:01:12 +0000 (01:01 +0100)]
cmfm: fix ensure read, write and execute checks in java console

Change-Id: I03e6117f6f660c46aa9df9ff8ebf7c602badb40a
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: Readd drawer toggle item selection
Jorge Ruesga [Wed, 19 Nov 2014 23:51:07 +0000 (00:51 +0100)]
cmfm: Readd drawer toggle item selection

Change-Id: I1d11a96767238dd9c4108b14cff89fa34975c1d6
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: Fix clear history button visibility logic
Jorge Ruesga [Mon, 17 Nov 2014 21:44:26 +0000 (22:44 +0100)]
cmfm: Fix clear history button visibility logic

Change-Id: I736a27d63363ce7d5ddbc871a6a5d74a40794113
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: Fix FC with hardware menu
Jorge Ruesga [Mon, 17 Nov 2014 21:23:57 +0000 (22:23 +0100)]
cmfm: Fix FC with hardware menu

JIRA: NIGHTLIES-364
https://jira.cyanogenmod.org/browse/NIGHTLIES-364
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Change-Id: I6c3f56f841f7ec69004cd4a280fdd191a47e4844

9 years agoCMFM: Improve strings
Michael Bestas [Sun, 16 Nov 2014 20:53:58 +0000 (22:53 +0200)]
CMFM: Improve strings

* Don't wrap, strings appear bad on crowdin

Change-Id: I94fc1c8d155f324e984c50f25b7f3ea587595dc4

9 years agocmfm: secure storage and other improvements
Jorge Ruesga [Tue, 28 Oct 2014 02:26:42 +0000 (03:26 +0100)]
cmfm: secure storage and other improvements

This patch adds support for virtual filesystems and implements a SecureStorage
filesystem (a password protected area) mounted in /storage or /sdcard/storage
(in chrooted environments).
Also includes a better print support and a cleanup of the code and design of
the menu drawer.
Bump version to 2.0.0

Required: https://github.com/jruesga/android_external_libtruezip located
in external/libtruezip

Patchset 4: Fix selection of unmounted virtual storages.
            Fix actions on virtual mount points folders.
            Fix strings and typos. Change drop for delete secure storage.
Patchset 5: Move actionbar buttons to navigation drawer
            Remove history position
Patchset 6: Update theme preview images
            Fix filesystem status image on theme change
Patchset 7: Fix binary file detection in editor (including unicode files)
Patchset 8: Fix unsafe operations in virtual mountpoint logic
Patchset 9: Rebase

Change-Id: I65511352ca649dcbf238c8b07cf8c22465296e8e
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoAutomatic translation import
Michael Bestas [Mon, 10 Nov 2014 01:48:30 +0000 (03:48 +0200)]
Automatic translation import

Change-Id: Ic95c2fd0068afb8ca5dc8a2621e17c5abcc810fd

9 years agoCMFileManager : Fix details menu for multiple selections
Danesh M [Fri, 7 Nov 2014 07:56:05 +0000 (23:56 -0800)]
CMFileManager : Fix details menu for multiple selections

If single file is selected, send appropriate info.
If multiple files are selected, don't show properties menu

Change-Id: I5149cce2f82fae11aa8e3500a274f750f177117a

9 years agoAutomatic translation import
Michael Bestas [Mon, 27 Oct 2014 20:03:11 +0000 (22:03 +0200)]
Automatic translation import

Change-Id: I54db8a640bf63852b66eb9e5cfdabc36e58a28a6

9 years agoAutomatic translation import
Michael Bestas [Mon, 20 Oct 2014 21:06:31 +0000 (00:06 +0300)]
Automatic translation import

Change-Id: I7d4f3345d3a6909baa3e1f7e1b3bbfc980af8f7c

9 years agoAutomatic translation import
Michael Bestas [Tue, 14 Oct 2014 22:36:30 +0000 (01:36 +0300)]
Automatic translation import

Change-Id: I48ba2fea1c16d6f3d3185a84653c4c5f081523d3

9 years agoAutomatic translation import
Michael Bestas [Sat, 4 Oct 2014 17:11:41 +0000 (20:11 +0300)]
Automatic translation import

Change-Id: Ib28cd1efb3481519c1cbd161105bd6fdcca214b3

9 years agoMerge "cmfm: use textview instead of a edittext" into cm-11.0
Jorge Ruesga [Wed, 1 Oct 2014 22:48:51 +0000 (22:48 +0000)]
Merge "cmfm: use textview instead of a edittext" into cm-11.0

9 years agocmfm: use textview instead of a edittext
Jorge Ruesga [Wed, 1 Oct 2014 22:48:30 +0000 (00:48 +0200)]
cmfm: use textview instead of a edittext

Change-Id: I75fa55cea73984ba1a09c230affc4efc38f8531e
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: use courier typeface for hex editor
Jorge Ruesga [Wed, 1 Oct 2014 22:46:44 +0000 (00:46 +0200)]
cmfm: use courier typeface for hex editor

Change-Id: Ida126db75f09cdbfdd6f25c08130c11e0ee8e601
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: fix build
Jorge Ruesga [Wed, 1 Oct 2014 20:52:53 +0000 (22:52 +0200)]
cmfm: fix build

Change-Id: Ie623ea56bd9ea49a3a13e0bd95a8e52ef3b0bae4
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoMerge "cmfm: print support" into cm-11.0
Jorge Ruesga [Wed, 1 Oct 2014 20:36:47 +0000 (20:36 +0000)]
Merge "cmfm: print support" into cm-11.0

9 years agocmfm: print support
Jorge Ruesga [Wed, 1 Oct 2014 01:55:14 +0000 (03:55 +0200)]
cmfm: print support

Change-Id: Ie10eb390e787d769efd12f669fa6015f6726e0d9
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoAutomatic translation import
Michael Bestas [Mon, 29 Sep 2014 18:24:17 +0000 (21:24 +0300)]
Automatic translation import

Change-Id: Ibf4ae456366d443beae6543d7a380f09c45801d6

9 years agoCMFM: Add back mistakenly removed strings
Michael Bestas [Mon, 29 Sep 2014 17:19:02 +0000 (20:19 +0300)]
CMFM: Add back mistakenly removed strings

Change-Id: I528263ae79013fcfdadd064c5b1a9e38a2654ded

9 years agoCMFM: Remove unused strings
Michael Bestas [Thu, 25 Sep 2014 18:56:53 +0000 (21:56 +0300)]
CMFM: Remove unused strings

Change-Id: I332321a72ace227779c02fc80a0cf5ce0e775b3b

9 years agoAutomatic translation import
Michael Bestas [Sat, 13 Sep 2014 12:31:55 +0000 (15:31 +0300)]
Automatic translation import

Change-Id: I7fc027fb97bda7d692d3a42d7696b00894dca192

9 years agoAutomatic translation import
Michael Bestas [Tue, 9 Sep 2014 00:15:30 +0000 (03:15 +0300)]
Automatic translation import

Change-Id: Ibfdf88e4815b98e78cfcc8692c37eda6a50202c9

9 years agocmfm: properly fill all searchable data on restoration
Jorge Ruesga [Sun, 7 Sep 2014 19:33:54 +0000 (21:33 +0200)]
cmfm: properly fill all searchable data on restoration

Also cache search title and improve restoration doing Query a parcelable class
JIRA: BUGDUMP-21247
https://jira.cyanogenmod.org/browse/BUGDUMP-21247

Change-Id: I2a13d569affcf53ed8f2c38aeb251aa14e3cd431
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: improve hexdump display
Jorge Ruesga [Sun, 7 Sep 2014 12:55:39 +0000 (14:55 +0200)]
cmfm: improve hexdump display

Change-Id: I29d1f75e9cba3b0a9710ca8b0e3c803bb4828ef9
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: make icons to be displayed at the same size in AssociationsDialog
Jorge Ruesga [Sun, 7 Sep 2014 10:45:55 +0000 (12:45 +0200)]
cmfm: make icons to be displayed at the same size in AssociationsDialog

Change-Id: Iddb81a1af7857af117946669134c2d87ec33993c
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: don't allow load files bigger than available memory
Jorge Ruesga [Sun, 7 Sep 2014 10:25:56 +0000 (12:25 +0200)]
cmfm: don't allow load files bigger than available memory

Change-Id: I6b1bc0d1aecfac2c6f1948b63eb0a51921c0497b
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoAutomatic translation import
Michael Bestas [Sun, 31 Aug 2014 22:02:08 +0000 (01:02 +0300)]
Automatic translation import

Change-Id: I4947fe1f04718c877f3da72db90153c7857ce528

9 years agoCMFileManager: remove access mode preference for user builds
Roman Birg [Tue, 19 Aug 2014 21:33:27 +0000 (14:33 -0700)]
CMFileManager: remove access mode preference for user builds

For user (unrooted) builds, remove the access mode preference because it
is always disabled and misleading to the user.

Change-Id: I8be16109f98cc7c4230e936d9e7580d2d5c27f07
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoAutomatic translation import
Michael Bestas [Sat, 23 Aug 2014 11:40:19 +0000 (14:40 +0300)]
Automatic translation import

Change-Id: Ic42796fa9a2e41dc7a96a903a38cd00a920a5b8c

9 years agoNew folder icons (ic_fso_folder.png) for CMFileManager.
Zyg0te [Sun, 17 Aug 2014 20:05:44 +0000 (22:05 +0200)]
New folder icons (ic_fso_folder.png) for CMFileManager.
These new icons are meant to fit the new color scheme for the app better.
Also added a much needed xxhdpi version.
Change-Id: I3ef13303d3a8651d69d13826ed5c271a2799b973

9 years agoAutomatic translation import
Michael Bestas [Sat, 9 Aug 2014 10:37:41 +0000 (13:37 +0300)]
Automatic translation import

Change-Id: Ib7546c150b1aae98b719b88c5c456ca7c45c2f45

9 years agoAutomatic translation import
Michael Bestas [Fri, 1 Aug 2014 00:02:46 +0000 (03:02 +0300)]
Automatic translation import

Change-Id: I9b6f9ca43a26202edef4d45a4432602fe91004e3

9 years agoAutomatic translation import
Michael Bestas [Thu, 24 Jul 2014 19:59:55 +0000 (22:59 +0300)]
Automatic translation import

Change-Id: I8903e5f891974155aacb045ee66c06ff128d720b

9 years agoAutomatic translation import
Michael Bestas [Fri, 11 Jul 2014 10:05:59 +0000 (13:05 +0300)]
Automatic translation import

Change-Id: I903e3cfee4e52ffee0c995d16cff85d2b9044c80

9 years agoAutomatic translation import
Michael Bestas [Sun, 29 Jun 2014 20:58:21 +0000 (23:58 +0300)]
Automatic translation import

Change-Id: Ie315fbb26d0d8d4fb2e2c6e17838a5f3552b5916

9 years agocmfm: create new activity stack when opening a new external intent
Jorge Ruesga [Fri, 27 Jun 2014 22:00:14 +0000 (00:00 +0200)]
cmfm: create new activity stack when opening a new external intent

This change creates a new stack for the activity opened, so CMFM will not
be linked to the new activity

Change-Id: Ibbdc48d706698b296e27f49272e811d47d54a905
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agocmfm: tweak flingerlistview
Jorge Ruesga [Wed, 25 Jun 2014 23:34:23 +0000 (01:34 +0200)]
cmfm: tweak flingerlistview

Change-Id: I40db908153a469f43df93b266eb86ffde2b098f4
JIRA: CYAN-4451
Issue: https://jira.cyanogenmod.org/browse/CYAN-4451
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoCMFileManager: Update strings
black [Fri, 20 Jun 2014 11:41:12 +0000 (04:41 -0700)]
CMFileManager: Update strings

Change-Id: I5cd8733d1c1f6725fa4e0da714bc408bbf3ee2c0

9 years agoAutomatic translation import
Michael Bestas [Thu, 12 Jun 2014 17:32:51 +0000 (20:32 +0300)]
Automatic translation import

Change-Id: I2f674bdea3dce4c6eaad662d33b970b121d6c2f1

9 years agoAutomatic translation import
Michael Bestas [Fri, 30 May 2014 14:47:36 +0000 (17:47 +0300)]
Automatic translation import

Change-Id: I2a32e66bf1ec93e23d89849c560654ff301be2db

10 years agoAutomatic translation import
Michael Bestas [Sun, 25 May 2014 11:45:19 +0000 (14:45 +0300)]
Automatic translation import

Change-Id: Ic0f72dff66e0de7e70552cfb60b06412038bf7bd

10 years agoAutomatic translation import
Michael Bestas [Tue, 20 May 2014 22:50:03 +0000 (01:50 +0300)]
Automatic translation import

Change-Id: Icd2f93c43ffb863b0f3334fafc8f8d91037e56d0

10 years agoAutomatic translation import
Michael Bestas [Thu, 8 May 2014 22:06:22 +0000 (01:06 +0300)]
Automatic translation import

Change-Id: Id1c9ad8065af23009a0598cf8534b2169368a87e

10 years agoAutomatic translation import
Michael Bestas [Fri, 25 Apr 2014 19:44:03 +0000 (22:44 +0300)]
Automatic translation import

Change-Id: Id1d4e76b9ea538534bc9b4ee80f3f1a3c7aab151

10 years agoAutomatic translation import
Michael Bestas [Thu, 17 Apr 2014 15:26:38 +0000 (18:26 +0300)]
Automatic translation import

Change-Id: I07a1f9a428cd2f019b1ef766de7f487e34481dd1

10 years agoAutomatic translation import
Michael Bestas [Thu, 10 Apr 2014 14:40:06 +0000 (17:40 +0300)]
Automatic translation import

Change-Id: Ic9949c5d2206ec49f9be784f5bf19a5826642a4b

10 years agoCMFileManager: IT translations
Francesco [Wed, 26 Mar 2014 21:08:03 +0000 (22:08 +0100)]
CMFileManager: IT translations

Change-Id: Id1a3e18494c8eb650f775a78654ec7aed55dfc9f

10 years agoMerge "CMFileManager: Update DE translation" into cm-11.0
Jorge Ruesga [Wed, 26 Mar 2014 00:06:01 +0000 (00:06 +0000)]
Merge "CMFileManager: Update DE translation" into cm-11.0

10 years agoMerge "CMFileManager: CS translation" into cm-11.0
Jorge Ruesga [Wed, 26 Mar 2014 00:04:12 +0000 (00:04 +0000)]
Merge "CMFileManager: CS translation" into cm-11.0

10 years agoCMFileManager: DA translation
Jacob Overgaard Madsen [Tue, 25 Mar 2014 23:15:40 +0000 (00:15 +0100)]
CMFileManager: DA translation

Change-Id: Ie260d78dce17eca053f91a25311eb95674c61029

10 years agoCMFileManager: CS translation
Ondrej Zima [Tue, 25 Mar 2014 22:03:50 +0000 (23:03 +0100)]
CMFileManager: CS translation

- added missing

Change-Id: I2567a61cc5be3f2585766c36dd9135fe4d22fcd8