Android Open Source - Development file Pure-File-Manager






Project Summary

PureFM is a minimal file manager for Android..

Web Site / Source Repository

Pure-File-Manager is hosted in the following web site
https://github.com/Doctoror/Pure-File-Manager

If you think the Android project Pure-File-Manager listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Pure-File-Manager.

ItemValue
Java File Count100
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count4
Fragment Count2
jar files usedRootTools.jar
commons-codec-1.9.jar
commons-io-2.4.jar
commons-lang3-3.2.1.jar
Required Permissionsandroid.permission.ACCESS_SUPERUSER
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\DroidSansMono.ttf
assets\busybox
Raw File Namesres\raw\aid.properties




License

The license information of Pure-File-Manager is as follows:

Apache License

Resource Files

There are 68 image files in Pure-File-Manager. The names of the image files are listed as follows.

drawer_shadow.9.png
holo_dark_ic_bookmark.png
holo_dark_ic_drawer.png
holo_dark_ic_fso_symlink.png
holo_dark_ic_menu_copy.png
holo_dark_ic_menu_cut.png
holo_dark_ic_menu_edit.png
holo_dark_ic_menu_file_new.png
holo_dark_ic_menu_folder_new.png
holo_dark_ic_menu_info.png
holo_dark_ic_menu_paste.png
holo_dark_ic_menu_remove.png
holo_dark_ic_menu_search.png
holo_dark_ic_menu_settings.png
holo_dark_ic_menu_share.png
holo_dark_ic_menu_sort.png
holo_dark_ic_menu_view_as_grid.png
holo_dark_ic_menu_view_as_list.png
holo_dark_ic_sdcard.png
holo_dark_ic_storage.png
holo_dark_ic_usb.png
holo_light_ic_bookmark.png
holo_light_ic_drawer.png
holo_light_ic_fso_symlink.png
holo_light_ic_menu_copy.png
holo_light_ic_menu_cut.png
holo_light_ic_menu_edit.png
holo_light_ic_menu_file_new.png
holo_light_ic_menu_folder_new.png
holo_light_ic_menu_info.png
holo_light_ic_menu_paste.png
holo_light_ic_menu_remove.png
holo_light_ic_menu_search.png
holo_light_ic_menu_settings.png
holo_light_ic_menu_share.png
holo_light_ic_menu_sort.png
holo_light_ic_menu_view_as_grid.png
holo_light_ic_menu_view_as_list.png
holo_light_ic_sdcard.png
holo_light_ic_storage.png
holo_light_ic_usb.png
ic_fso_default.png
ic_fso_folder.png
ic_fso_folder_large.png
ic_fso_type_app.png
ic_fso_type_audio.png
ic_fso_type_binary.png
ic_fso_type_calendar.png
ic_fso_type_cdimage.png
ic_fso_type_compress.png
ic_fso_type_contact.png
ic_fso_type_database.png
ic_fso_type_document.png
ic_fso_type_ebook.png
ic_fso_type_email.png
ic_fso_type_executable.png
ic_fso_type_font.png
ic_fso_type_image.png
ic_fso_type_markup_document.png
ic_fso_type_pdf.png
ic_fso_type_presentation.png
ic_fso_type_shell.png
ic_fso_type_spreadsheet.png
ic_fso_type_text.png
ic_fso_type_video.png
ic_root.png
ic_shell.png
ic_stat_notify.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Pure-File-Manager has the following Java source files.

com.cyanogenmod.filemanager.ui.policy.IntentsActionPolicy.java
com.cyanogenmod.filemanager.util.AIDHelper.java
com.cyanogenmod.filemanager.util.MediaHelper.java
com.docd.purefm.ActivityMonitor.java
com.docd.purefm.Environment.java
com.docd.purefm.Extras.java
com.docd.purefm.PureFM.java
com.docd.purefm.adapters.BookmarksAdapter.java
com.docd.purefm.adapters.BrowserBaseAdapter.java
com.docd.purefm.adapters.BrowserGridAdapter.java
com.docd.purefm.adapters.BrowserListAdapter.java
com.docd.purefm.adapters.BrowserTabsAdapter.java
com.docd.purefm.browser.Browser.java
com.docd.purefm.commandline.BusyboxCommand.java
com.docd.purefm.commandline.Command.java
com.docd.purefm.commandline.CommandChmod.java
com.docd.purefm.commandline.CommandCopyRecursively.java
com.docd.purefm.commandline.CommandDu.java
com.docd.purefm.commandline.CommandExists.java
com.docd.purefm.commandline.CommandFind.java
com.docd.purefm.commandline.CommandLine.java
com.docd.purefm.commandline.CommandListBusyboxApplets.java
com.docd.purefm.commandline.CommandListContents.java
com.docd.purefm.commandline.CommandListFile.java
com.docd.purefm.commandline.CommandMkdir.java
com.docd.purefm.commandline.CommandMkdirs.java
com.docd.purefm.commandline.CommandMove.java
com.docd.purefm.commandline.CommandReadlink.java
com.docd.purefm.commandline.CommandRemove.java
com.docd.purefm.commandline.CommandStat.java
com.docd.purefm.commandline.CommandTouch.java
com.docd.purefm.commandline.Constants.java
com.docd.purefm.commandline.ShellHolder.java
com.docd.purefm.controller.ActionModeController.java
com.docd.purefm.controller.MenuController.java
com.docd.purefm.file.CommandLineFile.java
com.docd.purefm.file.FileFactory.java
com.docd.purefm.file.FileObserverCache.java
com.docd.purefm.file.FileObserverNotifier.java
com.docd.purefm.file.GenericFile.java
com.docd.purefm.file.GenericFileFilter.java
com.docd.purefm.file.JavaFile.java
com.docd.purefm.file.MultiListenerFileObserver.java
com.docd.purefm.file.Permissions.java
com.docd.purefm.operations.OperationsService.java
com.docd.purefm.services.MultiWorkerService.java
com.docd.purefm.settings.Settings.java
com.docd.purefm.settings.SettingsActivity.java
com.docd.purefm.settings.SettingsFragment.java
com.docd.purefm.tasks.AbstractSearchTask.java
com.docd.purefm.tasks.DirectoryScanTask.java
com.docd.purefm.tasks.PasteTaskExecutor.java
com.docd.purefm.text.style.DashSpan.java
com.docd.purefm.ui.activities.AbstractBrowserActivity.java
com.docd.purefm.ui.activities.ActionBarIconThemableActivity.java
com.docd.purefm.ui.activities.BrowserPagerActivity.java
com.docd.purefm.ui.activities.PickerActivity.java
com.docd.purefm.ui.activities.SearchActivity.java
com.docd.purefm.ui.activities.ThemableActivity.java
com.docd.purefm.ui.dialogs.CreateDirectoryDialog.java
com.docd.purefm.ui.dialogs.CreateFileDialog.java
com.docd.purefm.ui.dialogs.DeleteFilesDialog.java
com.docd.purefm.ui.dialogs.FileExistsDialog.java
com.docd.purefm.ui.dialogs.FilePropertiesDialog.java
com.docd.purefm.ui.dialogs.MessageDialogBuilder.java
com.docd.purefm.ui.dialogs.PartitionInfoDialog.java
com.docd.purefm.ui.dialogs.ProgressAlertDialogBuilder.java
com.docd.purefm.ui.dialogs.RenameFileDialog.java
com.docd.purefm.ui.fragments.BrowserFragment.java
com.docd.purefm.ui.fragments.UserVisibleHintFragment.java
com.docd.purefm.ui.view.BreadCrumbTextView.java
com.docd.purefm.ui.view.EdgeLimitedMarqueeTextView.java
com.docd.purefm.ui.view.ForceMarqueeTextView.java
com.docd.purefm.ui.view.OverlayImageView.java
com.docd.purefm.ui.view.SquareOverlayImageView.java
com.docd.purefm.utils.ArrayUtils.java
com.docd.purefm.utils.BookmarksHelper.java
com.docd.purefm.utils.ClipBoard.java
com.docd.purefm.utils.DrawableLruCache.java
com.docd.purefm.utils.MediaStoreUtils.java
com.docd.purefm.utils.MimeTypes.java
com.docd.purefm.utils.PFMFileUtils.java
com.docd.purefm.utils.PFMTextUtils.java
com.docd.purefm.utils.PreviewHolder.java
com.docd.purefm.utils.StatFsCompat.java
com.docd.purefm.utils.StorageHelper.java
com.docd.purefm.utils.ThemeUtils.java