aboutsummaryrefslogtreecommitdiff
path: root/src/com/cyanogenmod/filemanager/ui/widgets/SelectionView.java
Commit message (Collapse)AuthorAgeFilesLines
* CMFileManager: Simplify selection string creationHasso Tepper2013-07-301-6/+8
| | | | Change-Id: I583ca10561882a6768b8af91914bf4ca3224caa7
* Allow pluralization of selection string.Danny Baumann2013-07-221-9/+9
| | | | Change-Id: I5823488c80459a6d47ebc0e5f88c453951ebab9c
* CMFileManager: Make use of plurals correctlyHasso Tepper2013-07-221-30/+10
| | | | | | | | | | | | | | | * Make selection strings use of plurals allowing to translate these into languages where the logic of plurals is different than in English. * Rename some plurals as these are not used only in properties dialog any more. * Remove quantity="zero" cases from plurals as these are never used in English. * Remove now unused strings from translations and rename plurals. Change-Id: I8c07f1ba85b208d37626106e0e2f691468c1cbc4
* CMFileManager: Correct logic of string generationHasso Tepper2013-07-091-2/+7
| | | | | | | Add the code for previously uncovered case - 1 folder and 1 file. While there remove unnecessary '=' from some comparisons. Change-Id: I9e4bd03eebcc52c055db6355483b921a832e963b
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-0/+294
Full refactoring of package from explorer to filemanager