aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importreplicant-6.0-0001Abhisek Devkota2017-04-2818-312/+376
| | | | Change-Id: Ia0379dfcde3369d53446131e4f5ad5f4debd1236
* Automatic translation importAbhisek Devkota2017-02-198-3/+821
| | | | Change-Id: I9d07578e628464c92b9d3d092a48445e945593fd
* Automatic translation importAbhisek Devkota2017-02-064-4/+6
| | | | Change-Id: If33c398b4232b2490a8ecda35527498a98ef61f5
* Automatic translation importAbhisek Devkota2017-02-023-12/+13
| | | | Change-Id: Iafc8dfb7bcbc438dd606dbbff8489c1c9b77245e
* Automatic translation importAbhisek Devkota2017-02-015-5/+8
| | | | Change-Id: I78707a2d9a3ea2dd217eb76ac716510201ea551c
* Automatic translation importAbhisek Devkota2017-01-2654-146/+281
| | | | Change-Id: I2df5c3256f329f005a5940d8d03f2f2a08ac0cd9
* CMFileManager: Rebrand to LineageOSSimon Shields2016-12-2963-235/+295
| | | | Change-Id: Ie12dbd20001152f40bff805474b9594955388ebd
* Automatic translation importinky@build012016-12-241-10/+11
| | | | | Change-Id: I4c1da83efc37f6914d0f505e240e54a3d2dd774f Ticket: -
* Automatic translation importblinky@build012016-12-222-19/+20
| | | | | Change-Id: I0ac4166d80d54617679439ee6b9fc0bdcbeca92f Ticket: -
* Automatic translation importblinky@build012016-12-211-22/+23
| | | | | Change-Id: Ia674245c7bf623d57af28c7cd6ba30d6f931b8d1 Ticket: -
* Automatic translation importclyde@build012016-12-161-0/+3
| | | | | Change-Id: I05909ac8fded6b97959e8d4a5b503d28a78cccf9 Ticket: -
* Automatic translation importpinky@build012016-12-154-1/+4
| | | | | Change-Id: I0dfeab5eb139b7fbdc3e385ce820c9bd7e475e53 Ticket: -
* Automatic translation importclyde@build012016-12-041-1/+1
| | | | | Change-Id: If5e02ea072185ebbf8dba9bca3704f95e28b3f06 Ticket: -
* Automatic translation importinky@build012016-12-022-3/+4
| | | | | Change-Id: I6bf7b3faec9fd0b27a38ad69e65c514382428055 Ticket: -
* Automatic translation importinky@build012016-11-2999-372/+120
| | | | | Change-Id: Iff440af64a3469e421659bc4e6e097474dab64c7 Ticket: -
* Properly upgrade DB.Danny Baumann2016-11-041-11/+14
| | | | | | | Commit Ie59a4848de118841d2f3c5ec4805f2add0a1d701 introduced a new table, but missed the DB upgrade. Change-Id: I1387bfa64deec4ede702c674d1e152d5f65ba971
* FileManager: Editor: Fix race on completion wait/notifyDiogo Ferreira2016-11-011-1/+5
| | | | | | | | | | | | | | | | The async reader is racing with the completion handler and when reading a small enough file the notification may happen before the handler ever waits. This patch adds a condition flag under the mSync lock and only ever waits if the completion wasn't done already. This also fixes a potential spurious wakeup issue with the previous code where the wait thread could be woken by a spurious wakeup without the read being completed. Change-Id: Ie3e6ead942c0f00dbb3e44591be19634706ee206 Ticket: FEIJAO-1558
* CMFileManager: Save history records when quittingyazhan2016-10-304-13/+341
| | | | | | | | | | Upon quitting the app, the history records will be lost as they are not saved. Save the history records so that the user can access them even after quitting the app. Change-Id: Ie59a4848de118841d2f3c5ec4805f2add0a1d701 CRs-Fixed: 993150 (cherry picked from commit c21cf96e5e26c372a711b0010ab2585dc4cbeead)
* CMFileManager: Remove top & bottom padding in FS info dialogZhao Wei Liew2016-10-281-2/+0
| | | | | | | | | | | | | There are visible borders to the scrollview, so the user expects the content to scroll all the way to the borders. Having the top & bottom padding makes the actual vertical scroll distance shorter than what the user expects it to be. Hence, remove the excessive padding. Change-Id: Ibd6609d8d7fefe1cac101e641264779055fe2ba9 (cherry picked from commit 9ba628b7f8aea142e4de6fc5a3f18a165c16e5b5)
* CMFileManager: Modify disk usage graph's layoutjinwu2016-10-282-110/+120
| | | | | | | | | Change the view's layout to a ScrollView, so when roating the DUT from landscape to portrait, every single piece of info is shown. Change-Id: Iedbef14dad5325056cbb560e98855593b5494c16 CRs-Fixed: 889743 (cherry picked from commit 6a044ae7c4d5898b26b667dcb576f15f6f931d93)
* CMFileManager: Show loading dialog while loading filesFujia Mi2016-10-272-23/+9
| | | | | | | | | | | | The loading file task costs much time if the folder contains a lot of files. This causes the illusion of a freeze if the user presses the back key during this time. Show a progress dialog while loading and do not allow the user to press the back key. CRs-Fixed: 949902 Change-Id: I527d70a55425d20bc50621533fba775bf5d0ead5
* Revert "CMFM: Fix landscape/rotation issues in file system info dialog"Zhao Wei Liew2016-10-273-321/+268
| | | | | | | | | | | | | The original commit is incomplete, and either causes 2 overlapping disk usage graphs to be drawn upon device rotation, or causes the disk usage graph to be improperly sized upon device rotation.. Revert the commit to bring in CAF's fixes for the original issue, which does not exhibit the issue mentioned above. This reverts commit c25f3b995f410883856929972096c8e375cd5377. Change-Id: Ie699b17e07d4ea2b04b03181fe13c6d93ef5da62
* Show message to user when toggling word wrap modeemancebo2016-10-282-1/+10
| | | | | | | | For very large files, toggling word wrap mode takes a long time on the UI thread. Show a message to the user so they know what is happening. Change-Id: Idd3aed525233b944234b6f8864a9d3c02adc00b5 Issue-Id: QRDL-1080
* CMFileManager: Do not create multiple action dialogsyongga2016-10-282-4/+18
| | | | | | | | | | Multiple instances of ActionsDialog are created if the user clicks the menu too quickly. Do not create an instance if a dialog has already been displayed. CRs-Fixed: 960229, 970649 Change-Id: I610331cf71cb1b59aef6f89d8fdcb1c6ccda6044
* CMFileManager: Refresh the disk usage graph when layout size changeFujia Mi2016-10-281-0/+10
| | | | | | | | | | | | The size of disk usage graph was caculated dynamically according to the parent layout size. When the device was rotated from landscape to portrait, the layout size was changed, but the disk usage graph did not refresh. Redraw the graph when the view size changes. Change-Id: I2e283ed77f44b759f4f3753ff92fe95d851b6433 CRs-Fixed: 889743
* Fix rename of files ending with . on sdcardemancebo2016-10-281-7/+33
| | | | | | | | | | | If sdcard is formatted as VFAT, then file names named as "foo." will be silently saved as "foo". This causes us to report the wrong target file to media scanner, which can cause an extra file to be shown in MTP mode on Windows. The workaround is to rescan the parent dir to discover the correct filename to report to media scanner. Change-Id: Ia58a341ef6190efe3dca8b13bbc081b6e2d4e9c1 Issue-Id: QRDL-983
* CMFileManager: remove shortcut option for secure foldersAnkit Gupta2016-09-301-0/+4
| | | | | Change-Id: I31f568c04dae870d0108e915dd05071461b3196d Issue-id: FEIJ-1360
* Automatic translation importpinky@build012016-09-252-1/+2
| | | | | Change-Id: I764b330e038afc233175e0501ae0dcc071231b32 Ticket: -
* Automatic translation importinky@build012016-09-120-0/+0
| | | | | Change-Id: I3e99e24442402b1442acd2b01f2017af2fbb8408 Ticket: -
* Automatic translation importclyde@build012016-09-101-1/+1
| | | | | Change-Id: I7d2f832137f24752525a68e45a462dc912566dc9 Ticket: -
* Automatic translation importclyde@build012016-09-065-5/+1
| | | | | Change-Id: I42dcd484e7a0bc4e80ea46457c1384ac672a3254 Ticket: -
* Automatic translation importpinky@build012016-08-290-0/+0
| | | | | Change-Id: I4229d2c0fee5d7fc51d4452a85b93d4989dcda29 Ticket: -
* Automatic translation importpinky@build012016-08-279-121/+1332
| | | | | Change-Id: Ia02ce5bfdd6618fe3da48137f7b1a088b355620d Ticket: -
* CMFM: Recognise .opus file extensionZhao Wei Liew2016-08-121-0/+1
| | | | | | | *.opus files are getting more popular nowadays. Recognise them as part of the audio/opus MIME type. Change-Id: Icfcce9ae15a50a74f2268120327ee22921c47eac
* Automatic translation importblinky@build012016-08-071-2/+2
| | | | | Change-Id: I4b7381ad23855b7e457fa3a70939d362104ab53e Ticket: -
* Add ape file mimetypeKeith Mok2016-08-051-0/+1
| | | | | | HAM-1377 Change-Id: I8d0f4905a147c75ad9f8bc45a2ec7efedd3f00ac
* Automatic translation importinky@build012016-07-261-1/+1
| | | | | Change-Id: Idd833f7c590f01bf8cffd7c3886570ac3bfed0c1 Ticket: -
* Automatic translation importpinky@build012016-07-211-1/+1
| | | | | Change-Id: Ie366dd1525d60a447fbfbe40b3b3cd222a8c136c Ticket: -
* Automatic translation importblinky@build012016-07-191-1/+1
| | | | | Change-Id: I3426c86087450feae50d47ed7bafa5cf4fa8eba5 Ticket: -
* Automatic translation importinky@build012016-07-152-3/+5
| | | | | Change-Id: I662728fcce58a8072d6b758998934cdc4cef2ed9 Ticket: -
* Automatic translation importclyde@build012016-07-112-3/+3
| | | | | Change-Id: Ida2016632f73c3b7bc521ff074676c1b13327658 Ticket: -
* CMFM: Little cleanupMichael W2016-07-011-6/+2
| | | | | | | mimeType can't be null here so just remove those checks and make the code more readable Change-Id: Ic1f6fde2c102912dd8fc7e783d86c2936c43316f
* Automatic translation importinky@build012016-06-291-1/+1
| | | | Change-Id: Ie23d9d06582ef26b0af2b20f9236d88521b1f0ac
* FileManager : Update to use toybox lsDanesh M2016-06-271-1/+1
| | | | | | | | | Toolbox ls does not include inode column, which causes parser to fail and not show directory size in properties dialog. CYNGNOS-3081 Change-Id: I8b0779404795be63de56bc1bc4a7dc46468fcb77
* Fix crash when long press directoryScott Mertz2016-06-271-4/+5
| | | | | | | | | When long pressing a directory, the actions dialog will build an FSO send intent to query if it can be handled by any application. In this case, the list of URIs to share will be 0, causing the crash. FEIJ-1439 Change-Id: I3f500916774af4bde939bd42060d92070971663a
* Fix no icon for 3GP filesKeith Mok2016-06-231-2/+2
| | | | | | | | | | | | | | Commit 6f6094da21960569b93f6171e39e211e8d37f41a does not do what it said. It said " We are now defaulting to treating 3GP files as video files for determining the default icon as it was parsing the video files for their metadata which was causing ANR problems." However it returns no icon for 3GP. Fix it to do what it said in that commit. FEIJ-202 FEIJ-1347 Change-Id: Ieb57583316594c0308792ff8b43aadf1b15d74a5
* Assign application/octet-stream to unknown file extensionsScott Mertz2016-06-231-2/+2
| | | | | FEIJ-1380 Change-Id: I93eea906f35dc5403349409b1c26e6a4fc386d5a
* Remove send/send multiple if intent doesn't resolve to any activityScott Mertz2016-06-232-49/+68
| | | | | | | | | | Instead of falling back to the editor activity as a last resort for "Send", remove the option if there's no potential candidate. The editor activity won't handle the ACTION_SEND/ACTION_SEND_MULTIPLE intent anyway. This stops an error from popping up in the editor if the file cannot be sent from any other activity. FEIJ-1380 Change-Id: I2330299e0cb8b6f3c93d5a190067b8bfe6a3f56f
* Navigate to path when launched from folder shortcutScott Mertz2016-06-221-0/+2
| | | | | | | | The logic was backward here. Instead, prompt the user if no permissions and start navigating if already granted. FEIJ-1389 Change-Id: Idee7024516eed5671bc7a1101fc812680db3447b
* Fix Rename on VFatherriojr2016-06-205-25/+37
| | | | | | | | | Changed how the java console handles detecting if a file rename collides with another file to more represent how the particular filesystem implementation handles it (I'm looking at you vfat). Change-Id: I6ac9ae848ee47fa33f02225c310c92f2a03fb50d (cherry picked from commit bd4178a860ab7da89549036c6a4815239b903b61)