OSDN Git Service

android-x86/packages-apps-CMFileManager.git
11 years agoAdd CleanSpec.mk
jruesga [Sun, 23 Sep 2012 19:24:19 +0000 (21:24 +0200)]
Add CleanSpec.mk

11 years agoNew: Setting preferences
jruesga [Sun, 23 Sep 2012 19:20:31 +0000 (21:20 +0200)]
New: Setting preferences

Initial development of settings preferences

11 years agoMake selection small than status bar
jruesga [Sun, 23 Sep 2012 09:58:16 +0000 (11:58 +0200)]
Make selection small than status bar

11 years agoSet selection view visible for display animation effect
jruesga [Sun, 23 Sep 2012 00:08:02 +0000 (02:08 +0200)]
Set selection view visible for display animation effect

Set the visibility of selection view prior to start animation effect.
Otherwise, the effect is not shown.

11 years agoNew: Selection View
jruesga [Sat, 22 Sep 2012 23:58:56 +0000 (01:58 +0200)]
New: Selection View

Selection view with animation effect
Clean up

11 years agoAdvise of few space in DiskUsageGraph
jruesga [Sat, 22 Sep 2012 19:44:02 +0000 (21:44 +0200)]
Advise of few space in DiskUsageGraph

Advise of few space in DiskUsageGraph when free space is lower than 95%

11 years agoAdvise on mount points with < 5% of free space
jruesga [Sat, 22 Sep 2012 18:10:08 +0000 (20:10 +0200)]
Advise on mount points with < 5% of free space

Advise in breadcrumb with other color, when the filesystem has less
than 5% of free space

11 years agoSome renames
jruesga [Sat, 22 Sep 2012 17:08:23 +0000 (19:08 +0200)]
Some renames

11 years agoVarious
jruesga [Sat, 22 Sep 2012 16:57:28 +0000 (18:57 +0200)]
Various

Various changes:
* New: Fso properties dialog
* Changed SID to AID. Added a list of supported AIDs
* Improve Filesystem Dialog
* Minor changes in model
* Improve ExceptionUtil for a better detection and support of
RelaunchableException
* Fixed bugs in ListCommand: ls and readlink

11 years agoRename Identifiable to ObjectIndentifier
jruesga [Sun, 16 Sep 2012 00:04:54 +0000 (02:04 +0200)]
Rename Identifiable to ObjectIndentifier

11 years agoSynchronize actions menu dialog
jruesga [Sat, 15 Sep 2012 19:44:11 +0000 (21:44 +0200)]
Synchronize actions menu dialog

This patch allows to use the same ActionDialog class from NavigationView
and SearchActivity, to share the same functionality.

11 years agoInlineAutocompleteTextView improvements
jruesga [Sat, 15 Sep 2012 11:45:44 +0000 (13:45 +0200)]
InlineAutocompleteTextView improvements

Some improvements for InlineAutocompleteTextView widget (IME, tab,
enter, ..)

11 years agoFix Code Style
jruesga [Fri, 14 Sep 2012 21:14:13 +0000 (23:14 +0200)]
Fix Code Style

Remove trailing whitespaces of Bookmarks

11 years agoUse valueOf as ADT recommends
jruesga [Fri, 14 Sep 2012 21:11:03 +0000 (23:11 +0200)]
Use valueOf as ADT recommends

Use Boolean.valueOf, Long.valueOf, Integer.valueOf, ... instead of new
Boolean(), new Long(), ..., as ADT recommends

11 years agoNo select the parent directory
jruesga [Fri, 14 Sep 2012 21:05:27 +0000 (23:05 +0200)]
No select the parent directory

On Select All action, don't select or deselect the parent directory

11 years agoUse current console
jruesga [Fri, 14 Sep 2012 20:54:07 +0000 (22:54 +0200)]
Use current console

Use getConsole for retrieve the current console or create a default one
if not exists.

11 years agoFix the reexecution of commands
jruesga [Fri, 14 Sep 2012 20:52:59 +0000 (22:52 +0200)]
Fix the reexecution of commands

All commands can be reexecute, not only the WriteableExecutable

11 years agoImprovements, Clean up
jruesga [Thu, 13 Sep 2012 22:13:15 +0000 (00:13 +0200)]
Improvements, Clean up
Remove sh wrap from su (not working in JB). A simple su opens a shell
DiskUsageGraph invalidate all canvas instead of rect

11 years agoUpdate to CM10/JellyBean
jruesga [Wed, 12 Sep 2012 22:07:34 +0000 (00:07 +0200)]
Update to CM10/JellyBean

11 years agoInitial commit
Jorge Ruesga [Sat, 25 Aug 2012 19:00:25 +0000 (21:00 +0200)]
Initial commit

11 years agofirst commit
Jorge Ruesga [Sat, 25 Aug 2012 18:57:36 +0000 (20:57 +0200)]
first commit