您的位置:首页 > 移动开发 > Android开发

Android: Open source FileManager

2011-09-26 16:52 323 查看
APK学习丛一个filemanager开始是极好的

http://www.openintents.org/

http://git.android-x86.org/?p=platform/packages/apps/FileManager.git;a=shortlog;h=refs/heads/gingerbread-x86

****************************************************************************
   2  * Copyright (C) 2008 OpenIntents.org                                       *
   3  *                                                                          *
   4  * Licensed under the Apache License, Version 2.0 (the "License");          *
   5  * you may not use this file except in compliance with the License.         *
   6  * You may obtain a copy of the License at                                  *
   7  *                                                                          *
   8  *      http://www.apache.org/licenses/LICENSE-2.0                          *
   9  *                                                                          *
  10  * Unless required by applicable law or agreed to in writing, software      *
  11  * distributed under the License is distributed on an "AS IS" BASIS,        *
  12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
  13  * See the License for the specific language governing permissions and      *
  14  * limitations under the License.                                           *
  15  ****************************************************************************
  16 
  17 
  18 OI File Manager is an open file manager that
  19 seamlessly cooperates with other applications.
  20 
  21 To obtain the current release, visit
  22   http://www.openintents.org   23 
  24 
  25 ---------------------------------------------------------
  26 release: 1.1.3
  27 date: 2010-05-29
  28 - backward compatibility with Android 1.5.
  29 
  30 ---------------------------------------------------------
  31 release: 1.1.2
  32 date: 2010-05-29
  33 - fix thumbnail size on high-density devices.
  34 - translations: Occitan (post 1500), Polish, Russian
  35 
  36 ---------------------------------------------------------
  37 release: 1.1.1
  38 date: 2009-12-26
  39 - recursive delete
  40 - translations: Dutch, Faroese, Korean, Lao, Romanian
  41 
  42 ---------------------------------------------------------
  43 release: 1.1.0
  44 date: 2009-10-30
  45 - display file size.
  46 - show thumbnails for images.
  47 - copy files.
  48 - handle GET_CONTENT action.
  49 - added support for all WebKit extensions.
  50 - added support for following extensions:
  51   .amr, .3gp
  52 - added support for upper case or mixed case letter
  53   extensions (like .png and .PNG)
  54 - fix for send files via MMS.
  55 - support for OI About.
  56 - encode file URIs properly
  57 - translations: Chinese, French, German, Japanese, Spanish
  58 
  59 ---------------------------------------------------------
  60 release: 1.0.0
  61 date: 2008-12-10
  62 
  63 - First public release on Android SDK 1.0.
  64 
  65 Features:
  66 - Show list of files.
  67 - Icons for home (root) directory and SD card.
  68 - Directory structure displayed through clickable
  69   buttons.
  70 - Alternatively, the current path can be displayed
  71   in an input field.
  72 - Supports PICK_FILE and PICK_DIRECTORY intents.
  73 - Support for many file endings and mime types.
  74 - "Back" key works for directories clicked in the
  75   list.
  76 - Create directory, rename, delete files.
  77 - Move files.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐