Giter Club home page Giter Club logo

file-manager's People

Contributors

aarizkuren avatar artpoli avatar elfoxero avatar fitojb avatar jesobreira avatar laenion avatar nasano 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

file-manager's Issues

Can't open local html files in browser

Hi! I'm just start to use a device with FirefoxOS and your app is great!

But one thing I can't do in File Manager is open local html files. Sometimes it's necessary and would be great if the "Open in browser" option appears when we tap in a html file.

Regards!

Folders don't open on touch

Hi, I installed your app on my ZTE Open C with v2.1 and I have a hard time navigating through folders, they don't quite respond to touches. That is, one out of 10 I manage to open a folder. Long touch works ok. More surprising, the app called Files which I got from Marketplace and which seems to be identical, works as expected.

Traducir el Nombre de la App de acuerdo al idioma del dispositivo

Actualmente al instalar File Manager en un dispositivo Firefox OS con un idioma distinto al ingles la App se muestra con el nombre de File Manager, eso esta bien pero solo para el idioma ingles, propongo que esto se traduzca de acuerdo al tipo de idioma del dispositivo, así seria mucho mas amigable en cada región.

Text editor does not remember fontsize correctly

Text editor can increase and decrease fontsize by touching plus and minus button.
But I close and reopen File Manager, Text editor does not remember fontsize correctly.

This patch may fix the bug:

--- js/text.js.orig
+++ js/text.js
@@ -31,7 +31,7 @@
       window.localStorage.fontSize = '2';
       size = 2;
     } else {
-      size = parseInt(window.localStorage.fontSize);
+      size = parseFloat(window.localStorage.fontSize);
     }

     if ( !('wrap' in window.localStorage) ) {

Delete unnecessary folder, files, images

I think the new design is almost already! now, we can delete carefully some unnecessary files from the Building Blocks library, to reduce the weight of the app.

Propongo unir Files y File Manager

Pensé que ya no darías soporte a la aplicación, así que me alegra ver que has estado trabajando en mejorarla mucho.

Para mi Files fue el intento de llamar la atención de desarrolladores para que ayudaran a resolver los problemas que antes tenía File Manager, para al final juntar todo en una app más robusta y estable.
Parece que no funcionó tan bien, pero ahora que ya está todo de nuevo empezando me gustaría evitar la fragmentación de las apps en el Marketplace, y creo que la mejor manera es que File Manager absorba a Files junto con todas sus traducciones nuevas y las mejoras que hice yo mismo en Building Blocks, e igualmente seguir ayudando al menos en la parte visual de la app para atraer a las personas a una app concreta y, de nuevo, evitar la fragmentación.

Ya tengo unas ideas de cómo integrar aún más la app en el sistema, e incluso hice unos mockups de cómo imagino la interfaz en una versión futura, te dejo por aquí las imágenes para que me des tu opinión.

1

2

Creo que trabajar juntos será mejor para todos.

Share files

Can implement pick activity to share files from other app (example telegram)?. Like Explorer app:

2015-01-15-19-31-28

In the manifest something like:

captura de pantalla de 2015-01-15 19 35 51

Support of OPML MIME type

It can be interesting to support OPML/XML file type:
text/x-opml, application/xml, text/xml

OPML is used by RSS/Atom applications.

Thank you.

No Icon on Home Screen

Today I have installed this app on my ZTE Open C (FirefoxOS 1.3), but there was no icon added to the home screen. It is very uncomfortable to start the app without the icon. How could that happen?

I don't know if this is a bug with file-manager or with Firefox OS itself. Do you have any idea?

Search files

A search feature is usefull to find quickly a file.

Scroll no baja del todo

En la última versión no es posible "scrollear" hasta abajo de todo, es como si se trancara antes. Estoy en un alcatel otf con firefox os 1.4.

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.