Coder Social home page Coder Social logo

android-file-manager's People

Contributors

nexes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-file-manager's Issues

Folder icon disappears after two device rotations

I am reporting this bug as a part of a research project at the University of Texas at Austin. Please accept the bug if it is valid.

If there is an empty folder which has no permission (read, write, etc.) the folder icon beside it disappears if you rotate the device twice.

Version 2.1.8
Phone model? Android emulator, with CPU Intel Atom (x86)
Android Version? Android 4.3 API level 18
ROM? 512 MB of SD card

Logo Contribution

Hi!
I am a graphic designer
If your app needs a logo i can help you
I will be waiting for your reply to start :)

Home screen shortcuts for files

It is convenient to put frequently accessed files (for instance subway map image) on the home screen.

  1. Long-touch the home screen
  2. Select "Shortcuts"
  3. Astro is available but not Open Manager
  4. Shortcut is created

Maybe it is not Open Manager's role to do this, it can be done by a separate app like "AnyCut" too. I let you decide.

Thanks a lot!

A simple sugestion, back key

I have this simple suggestion on multi-select + back key:
Around line #821 in "/src/com/nexes/manager/Main.java", in "onKeyDown" method.

...
} else if(keycode == KeyEvent.KEYCODE_BACK && mUseBackKey && !current.equals("/")) {
if(mHandler.isMultiSelected()) {
mTable.killMultiSelect(true);
Toast.makeText(Main.this, "Multi-select is now off", Toast.LENGTH_SHORT).show();
// HERE THE SINGLE ELSE CHANGE
} else {
mHandler.updateDirectory(mFileMag.getPreviousDir());
mPathLabel.setText(mFileMag.getCurrentDir());
}
....

It will turn off the multi-select on root directory "/" with back key and
will turn off the multi-select before go back 1 directory on another directories.

Isaac Mitsuaki Saito.

Suggestion - swipe

Just a simple UI suggestion for the tablet one, I believe it would be smoother to let you swipe to go back.

For example

in sdcard/downloads

swipe------------------->

go back to sdcard.

NullPointerException at com.nexes.manager.EventHandler$TableRow.getView

OpenManager opens normally, when when I scroll down it crashes.
It was working fine before.
Here is the logcat:

E/AndroidRuntime(11677): FATAL EXCEPTION: main
E/AndroidRuntime(11677): java.lang.NullPointerException
E/AndroidRuntime(11677):    at com.nexes.manager.EventHandler$TableRow.getView(EventHandler.java:742)
E/AndroidRuntime(11677):    at android.widget.AbsListView.obtainView(AbsListView.java:2255)
E/AndroidRuntime(11677):    at android.widget.ListView.makeAndAddView(ListView.java:1769)
E/AndroidRuntime(11677):    at android.widget.ListView.fillDown(ListView.java:672)
E/AndroidRuntime(11677):    at android.widget.ListView.fillGap(ListView.java:636)
E/AndroidRuntime(11677):    at android.widget.AbsListView.trackMotionScroll(AbsListView.java:5047)
E/AndroidRuntime(11677):    at android.widget.AbsListView$FlingRunnable.run(AbsListView.java:4204)
E/AndroidRuntime(11677):    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
E/AndroidRuntime(11677):    at android.view.Choreographer.doCallbacks(Choreographer.java:555)
E/AndroidRuntime(11677):    at android.view.Choreographer.doFrame(Choreographer.java:524)
E/AndroidRuntime(11677):    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
E/AndroidRuntime(11677):    at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime(11677):    at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(11677):    at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(11677):    at android.app.ActivityThread.main(ActivityThread.java:4784)
E/AndroidRuntime(11677):    at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11677):    at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(11677):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:776)
E/AndroidRuntime(11677):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:543)
E/AndroidRuntime(11677):    at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager(  348):   Force finishing activity com.nexes.manager/.Main

What's your plan for Android Q?

Hello fellow FOSS developer, I build the Manyverse app which is also on F-Droid.

Have you heard of Google's schedule to deprecate shared external directories? See this article.

Your app uses Environment.getExternalStorageDirectory() which Google is deprecating in API level 29.

StatFs fs = new StatFs(Environment.getExternalStorageDirectory()

I think this is terrible news from Google, and I'd like to use getExternalStorageDirectory() too. This change in Android Q will affect all File Managers and significantly change the UX and possible features for users. I would like to know if you have any ideas what could be done.

Use Android's "sendto" dialog instead of "e-mail to"

I was looking for a simple free file manager that can also send files via Bluetooth. It took me three tries to find one (Open Explorer and Open Manager failed the test, OI Explorer does it). Maybe you can add this functionality to your otherwise nice and lean file manager?

How to change path to start direcctory

Your code is opening sdcard bydefault. I want to chnage it to sdcard/myphotos. Where to make changes in the code? also thumbnail is crashing on clicking folder with pics.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.