GithubHelp home page GithubHelp logo

micode / fileexplorer Goto Github PK

View Code? Open in Web Editor NEW
1.6K 1.6K 763.0 851 KB

MIUI文件管理器社区开源版(Community edition of MIUI File Explorer)

Home Page: http://micode.net/forum-51-1.html

Java 100.00%

fileexplorer's Issues

旋屏后tabs消失

在竖屏状态选择文件出现黄色动作栏后切换到横屏再取消选择后三个tab消失。

文件管理器的图标异常

测试环境: MIUI4-6.1+ MI One Plus, 具体的看截图,相信清楚出现了什么。
我也尝试过修改 icon 图片(拿到原版的文件管理器的覆盖),不过好像没有效果,请帮忙解决。

图标异常

android studio

浩南,个人建议后期的版本可以迁移到android studio 上去,现在谷歌官方都已经舍弃eclipse开发了,只是个人想法,具体还看你们怎么做了?

minor bug with env

首先很感谢miui开源一些源码给我们,但是就拿这个来说,至少发现了几个问题,

  1. 并不是 Eclipse project(可能考虑大家使用的IDE不同,这个可以忽略)。
  2. 代码不能编译,缺少 R.java ,最重要而且最不可能落下的文件,竟然缺少了,难道是我的问题,不知还有这种写法,不需要这个文件也可以开发Android?
    请开源的时候,保证代码能够编译和部署,好吗? 最基本的编程常识,难道MiCode 想借此提高我们的动手能力。

Potential issue for an integer overflow

Hi,

Our tool found the following suspicious code in:
src/org/swiftp/CmdLIST.java

In Line 38:
public final static long MS_IN_SIX_MONTHS = 6 * 30 * 24 * 60 * 60 * 1000;

Could this be as follow to avoid integer overflow?:

public final static long MS_IN_SIX_MONTHS = 6 * 30 * 24 * 60 * 60 * 1000L;

This might be a trivial thing but I wanted to report just in case.

Thanks!

crazyevent

//Util.java
// 璁$畻 SDCard 鍓╀綑澶у皬MB
// info.free = nAvailaBlock * nBlocSize;
// modify by dada
info.free = nFreeBlock * nBlocSize;

文件删除异常(File delete error)

10-12 10:53:26.501  11263-21748/net.micode.fileexplorer E/AndroidRuntime﹕ FATAL EXCEPTION: AsyncTask #1
    Process: net.micode.fileexplorer, PID: 11263
    java.lang.RuntimeException: An error occured while executing doInBackground()
            at android.os.AsyncTask$3.done(AsyncTask.java:300)
            at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
            at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
            at java.util.concurrent.FutureTask.run(FutureTask.java:242)
            at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
            at java.lang.Thread.run(Thread.java:841)
     Caused by: java.lang.SecurityException: Permission Denial: not allowed to send broadcast android.intent.action.MEDIA_MOUNTED from pid=11263, uid=10739
            at android.os.Parcel.readException(Parcel.java:1472)
            at android.os.Parcel.readException(Parcel.java:1426)
            at android.app.ActivityManagerProxy.broadcastIntent(ActivityManagerNative.java:2383)
            at android.app.ContextImpl.sendBroadcast(ContextImpl.java:1159)
            at android.content.ContextWrapper.sendBroadcast(ContextWrapper.java:365)
            at net.micode.fileexplorer.FileViewInteractionHub.notifyFileSystemChanged(FileViewInteractionHub.java:591)
            at net.micode.fileexplorer.FileViewInteractionHub.onFileChanged(FileViewInteractionHub.java:1090)
            at net.micode.fileexplorer.FileOperationHelper$4.run(FileOperationHelper.java:218)
            at net.micode.fileexplorer.FileOperationHelper$3.doInBackground(FileOperationHelper.java:164)
            at android.os.AsyncTask$2.call(AsyncTask.java:288)
            at java.util.concurrent.FutureTask.run(FutureTask.java:237)
            at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
            at java.lang.Thread.run(Thread.java:841)
10-12 10:53:27.111  11263-11263/net.micode.fileexplorer E/WindowManager﹕ android.view.WindowLeaked: Activity net.micode.fileexplorer.FileExplorerTabActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView{43eeb120 V.E..... R......D 0,0-1026,288} that was originally added here
            at android.view.ViewRootImpl.<init>(ViewRootImpl.java:368)
            at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:249)
            at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69)
            at android.app.Dialog.show(Dialog.java:286)
            at net.micode.fileexplorer.FileViewInteractionHub.showProgress(FileViewInteractionHub.java:109)
            at net.micode.fileexplorer.FileViewInteractionHub.access$900(FileViewInteractionHub.java:65)
            at net.micode.fileexplorer.FileViewInteractionHub$7.onClick(FileViewInteractionHub.java:615)
            at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)
            at android.os.Handler.dispatchMessage(Handler.java:102)
            at android.os.Looper.loop(Looper.java:136)
            at android.app.ActivityThread.main(ActivityThread.java:5047)
            at java.lang.reflect.Method.invokeNative(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:515)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609)
            at dalvik.system.NativeStart.main(Native Method)

Spanish, Internal Memory File Acces And More Options.

Hi..
-I want to Help to traslate this app ti Spanish...
¿How i can do that? ¿You have transifex?

-The app only manage the SD content, i want accesos yo the internal memory..

-And more Settings..

Bestia Regards..

Search Bar

I wanna add on this APP the SearchBar , i think it's will be a good idea , and it's verry essential .
so i need your confirmation to begin .

小米开源项目FileExplorer 疑似缺胳膊少腿,是否真的开源?

下载了FileExplorer 源码到本地调试后, 发现源码竟然不包含 项目引导文件, 因为本人使用的interlij IDEA 14 , 软件仅支持 *.pom.xml , *.project , *.classpath , *.gladle , * .fxp , *.fxpl 后缀项目的加载,因为目前仅使用过 interlij IDEA 作为开发工具, 其他工具尚未使用。 因为无法将整个项目装载进来,在没有办法调试的情况无法确定该开源项目是否可用。 
各位大神是如何加载这个 只有一个  .gitignore文件 和 AndroidManifest.xml文件的 项目呢? (感觉好低级的问题, 但是却又觉得很合理)
在这里想请教小米开源社区的大神们, 是我遗漏了什么了吗?
还是 该开源项目仅仅部分开源?带开源之名,行闭源之实。 求辟谣指教

Another potential issue for integer overflow

Hi,

Our tool found the following suspicious code in:
src/org/swiftp/CmdNLST.java

In Line 35:
public final static long MS_IN_SIX_MONTHS = 6 * 30 * 24 * 60 * 60 * 1000;

Could this be as follow to avoid integer overflow?:

public final static long MS_IN_SIX_MONTHS = 6 * 30 * 24 * 60 * 60 * 1000L;

This might be a trivial thing but I wanted to report just in case.

Thanks!

不能复制文件夹?

话说我试了2.3的miui文件管理器,一样不能复制文件夹,这是故意的还是bug?

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.