Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-CMFileManager: Liste der Commits

packages/apps/CMFileManager


RSS
Rev. Zeit Autor
aa616f5 lollipop-x86 2015-12-17 05:44:37 Michael Bestas

Automatic translation import

Change-Id: Icce0bd62f63a309155839cf3c49e88c47a6c51df

4d187b0 2015-11-29 00:40:33 Michael Bestas

Automatic translation import

Change-Id: I7a5da9a22c62463da28f7026d39172fbe441552f

8c39954 2015-11-07 03:52:40 Michael Bestas

Automatic translation import

Change-Id: I9a892685da581da30f2ab5f3ef4b44b0ad8e7d50

ab89abc 2015-10-29 06:38:45 Michael Bestas

Automatic translation import

Change-Id: Ie4d8eceafe740da0d594a8bec97c9676a0df8599

b2e715e 2015-10-22 06:06:47 Michael Bestas

Automatic translation import

Change-Id: I21fe20cf2a672dea5fa2cf3a353a0ae5e4d723bd

06b63a7 2015-10-22 02:25:52 root

Thumbnail update on copy and overwrite issue of pictures

issue-id: QRDL-1077
Change-Id: I10d3c861141590806a8e5b9c665b4f4f4b74141a

3a4d70f 2015-10-17 07:47:14 herriojr

Use System Resolver

Converting to using the system resolver. The logic has changed slightly
in the following cases:

Open -- Tries to start activity, falls back to EditorActivity on failure
Open With -- Uses Chooser and populates Editor if not already there
Falls back to EditorActivity on failure
Click on FSObject -- Same as Open
Sending Object -- Same as Open

Cleaned up code around this a little since there were unused parameters.

Note: The Chooser will only show EXTRA_INITIAL_INTENTS if there are
other options as well, which is why we have to do the check up front
to see if we need to add it, and falling back to just using the Editor
if nothing exists to handle it.

Issue-Id: CYNGNOS-1236
Change-Id: I803b86cf6bfec80bbc886025be43ce800afd3be1

25bcc73 2015-10-16 08:12:31 root

Secure file moving issue fix

Change-Id: I684124bb32747a39d772b41c48d62c4c236b3ed2

b284ba6 2015-10-13 08:44:03 Martin Brabham

Prevent NPE collecting title, which was preventing
the print action. Use Uri for title and timestamp
for print title.

Change-Id: Ib21006b6e47fd18622c726e9f4beea721328ad6e
Ticket-Id: HAM-874

d8e4b49 2015-10-12 23:16:36 Michael Bestas

Automatic translation import

Change-Id: Iee0bd8f2cb3819b2746ce5323c841dfb2d420aa2

0e79150 2015-10-06 04:14:46 herriojr

Make MimeTypes Lowercase

It is standard to have mimetypes as fully lowercase in Android, so
changing the previous additions to be fully lowercase. It appears to
have worked on the device I was testing on, but other devices were
having issues. By making them all lowercase, this will make it so
it is compatible between both sets of devices.

Change-Id: I63764c0d9ec129008868ca5aa2176187834b2bc0
Issue-Id: CYNGNOS-1153

c4cb9fb 2015-10-03 06:21:41 Michael Bestas

Automatic translation import

Change-Id: I270ec0b848d03766918ef259d18d3fae2bcd782e

0420929 2015-10-02 05:46:53 herriojr

Adding a few MS MimeTypes

Noticed that these mimetypes are openable by MS, so we added the
mimetypes.

Change-Id: I16c412d8feb2c9f95d8ce4941e60c3e7f9163fd4
Issue-Id: CYNGNOS-1176

d28d148 2015-10-01 04:06:01 herriojr

Check If System Wants Intent

After much thought about this last night, I came to the conclusion
that because applications can in fact do this, we need to be able
to support it in a backwards compatible fashion. In doing so, there
are a few cases which won't work with suggestions, however, the
changes here are less severe than what they were before. Now just
an extra check happens to see if the system wants to handle the
intent if nothing was found to handle it.

What this means is any application acting as its own resolver
will not automatically have the system handle it in this case
and we no longer can support suggestion outlined here:
http://developer.android.com/training/basics/intents/sending.html#StartActivity

The suggestion is wrong anyways as an activity isn't guaranteed
to continue to exist after the query when the start is called. Maybe
I'll try and push a documentation change upstream to AOSP for this.

Change-Id: I8510660420ee52c09d03c719850fa14d6b1c4441
Issue-Id: CYNGNOS-1152

085427a 2015-09-25 03:59:29 Michael Bestas

Automatic translation import

Change-Id: I807ac829c21c7552b7eea7d169e6db38c53a3f8b

7676605 2015-09-17 05:47:58 kai.cao

[CMFileManager] Fix fail to move a folder

Fix fail to move a folder to another folder when the one folder name contains the another folder name.

[Reproduce]
1. Create a folder named such as aaa
2. Create another folder named such as aaab
3. Copy or Move the folder aaa to folder aaab

The Operation Fail

Change-Id: I27996f9b9530001fe01eddf80a0cac7a8531c163

93d66a3 2015-09-12 22:17:28 Michael Bestas

Automatic translation import

Change-Id: Ie9ca363bfbbe5c1218b7dfee14331747b408c0af

29cfd7e 2015-09-12 10:06:20 Danesh M

CMFileManager : Switch to checked states

Selected states are not being tracked properly when rotated.

Repro:

1. Click to open file
2. Tap on first item in resolver dialog
3. Rotate device
4. Press ok
5. Enjoy crash

issue-id: CYNGNOS-991

Change-Id: I9ef5d0571201957eac40edc8bc5e47700752dcc3

72920bf 2015-09-08 04:24:49 James Hiew

Indicate number of items to be deleted in confirmation dialog

Re: CYAN-6559

Change-Id: I61bdc32feb2e46ad25c1060ea5eb3856e4aea37a

0f51785 2015-09-01 07:31:28 Michael Bestas

Automatic translation import

Change-Id: Ie11fa0faac08db2306e93a65981678c1affb5194

634a2b8 2015-08-27 23:49:49 Michael Bestas

Fix bookmark string

Change-Id: Ib77e837a45832c685fda01ddbcc80f0b1024ef16

1ad09f7 2015-08-27 06:56:23 Richard MacGregor

Regex metacharacters result in error post search

After receiving search results, the user query was used to sort and
highlight results. If a part of the search included an incomplete regex
syntax (such as a regex metacharacter) it fails to compile the pattern.

Repro steps:
1) Create file with regex metacharactes in name Example: "(test).txt"
2) Search for file using partial name, and only single regex character
(from a set such as "()" or "[]"). Example: "("

Expected results:
Search shows correct files

Observed results:
Search ends up crashing FileManager

Change-Id: Idf5ee3b441481574a5bada1ca7e9048109a13435
Ticket: QRDL-1035

1a23b92 2015-08-27 06:22:58 Stephen Bird

Search: Fix race condition with results display

Since results are now run through an asynctask before they are added
this created a race condition which lead to the screen sometimes
showing 'no results found' when results are actually available

Ticket: QRDL-995
Change-Id: I5b7ddb44c16603fac7ceca3f955038cc3d646de8

450f3d5 2015-08-27 06:21:07 Roman Birg

CMFM: don't apply search filter when search hasn't started

Otherwise it can lead to crashes with short searches

Ref: QRDL-950

Change-Id: Icf555435b4cc7107db328c757633a29ffacd62c5
Signed-off-by: Roman Birg <roman@cyngn.com>

8895e1c 2015-08-27 06:13:52 Roman Birg

CMFM: fix search mime type filter not applying

- update count when selecting mime type filter
- use original result list to narrow results

Ref: QRDL-950

Change-Id: I8715f0831e51adf18257d735b0d455c368083411
Signed-off-by: Roman Birg <roman@cyngn.com>

85032a6 2015-08-25 07:09:00 Stephen Bird

Bookmarks: check to see if a bookmark exists before adding it

Previously, this would result in multiple bookmarks
of the same location

Ticket: QRDL-989
Change-Id: I0f19045bc7a6d5fa98c9ef4ee1a8ccda9c501eb1

37e57cf 2015-08-22 07:07:57 Tom Powell

Automatic translation import

Change-Id: I984e564bb9c452444a0fa1ebcde544ec566a9784

17d800a 2015-08-22 03:57:49 Richard MacGregor

FileManager: Fix shortcuts

Fix shortcuts behavior when FileManager is already open.

Repro:
1) Open FileManager
2) Create shortcut for folder
3) Navigate to another folder (not including new folder)
4) Switch to homescreen (launcher)
5) Select the shortcut created in step 2

Expected behavior:
Navigate to shortcut folder

Observed behavior:
FileManager shows last navigated directory (before going to launcher)

Change-Id: I1db814a8990073f8d2de88f90b23b51a1e77cf8e
Ticket: QRDL-1034

d5372f9 2015-08-22 03:40:38 Stephen Bird

Fix MediaScan issue w/ Deleting

Mediascan wasn't working with deletion of items.
We need to grab the items to delete before actually
deleting them from the file system so that we know
which items we should have deleted.

Change-Id: Ia7b6d5c0612b8053d6b3f442dc9cc9312b02e47b
Ticket: QRDL-982

530d6f6 2015-08-21 06:34:36 Tom Powell

Automatic translation import

Change-Id: Ie14bd6812288adb5caa0a9a80efe343317c4bdcf

Show on old repository browser