Git Product home page Git Product logo

localstorage's People

Contributors

ianhanniballake 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

localstorage's Issues

Donate option is not working properly

Project Information

Expected behavior

I was expecting a PayPal one page to open when I click on the donate button

Actual behavior

When I click the donate button, I do not see any opens

How to reproduce

1-open the application
2- click on DONATE button
3- see bug

  • Browser/App version: 2.3
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190511_182133

My Github Account

https://github.com/facebook-786

Missing release

Hi Ian,

two questions:

  1. Playstore has v2.1, but here at GH in releases/ the latest version is v2.0. Did you forget to publish it here, and will you fill that gap? Background: I was asked to include your app with my F-Droid compatible repo โ€“ and of course I don't want to add an outdated version :)
  2. Are you still working on it, i.e. is the project still "alive"? Same background, basically, as my backend automatically checks for updates. Plus even v2.1 is not "that fresh", dated 8/2015.

Thanks in advance,
Izzy.

Unable to build project

I cloned the repository and then tried to import the project in Android Studio 0.3.2. This failed due to:

java.lang.IllegalArgumentException: Neither path nor baseDir may be null or empty string. path='null' basedir='D:\gitviews\LocalStorage\LocalStorage'

I also tried to build from the command line using gradlew 1.8 and got the same error:

FAILURE: Build failed with an exception.

  • Where:
    Build file 'D:\gitviews\LocalStorage\LocalStorage\build.gradle' line: 18

  • What went wrong:
    A problem occurred evaluating project ':LocalStorage'.

    Neither path nor baseDir may be null or empty string. path='null' basedir='D:
    gitviews\LocalStorage\LocalStorage'

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug
    option to get more log output.

BUILD FAILED

App don't show USB attached.

Hi, your app is perfectly works. I develop an android app that communicate with USB. One of the button in my app is to browse file, so I integrate my app with your app. However, after integration, my app cannot detect the USB attached.

To be clear, sometimes, it shows USB attached but not more than 2 seconds. Sometimes it never shows. If it shows and I choose a file from the USB, my app catch exception file not found.

The internal storage is working perfectly fine. For your information, I copied the MediaAvailibilityBroadcastReceiverand LocalStorageProviderclass. I also put permission WRITE_EXTERNAL_STORAGE in Android Manifest. Not to forget, I changed DOCUMENTS_AUTHORITY to my packageName.documents. In addition, I delete all codes that related to OPEN IMAGES, CREATE A FILE and OPEN DIRECTORY buttons since I only used OPEN ALL FILES button.

Is there any codes that I need to changed that you may think that I have missed to look for?

Content of file remains when shrinking a file

I'm trying to access the files on internal storage on Android 11. I got write permission to a file provided by this app via SAF, and wrote some content into it. Then I deleted a part of the file, making the file shrinked... If all thing works well. But the fact is, the file didn't become smaller; instead it has the correct content that I wrote in the second time, along with part of the end of the previous version.
Here's what exactly happened:
Original:
########%%%%%%@@@@@@@@&&
What I Expected:
########@@@@@@@@&&
The fact:
########@@@@@@@@&&@@@@&&
It is proved that this also happens to the document provider shipped with Android 11 (i.e. "Files" in launcher or "sdk_gphone_x86"(the name of the volume) in SAF file chooser), but not to cloud services like Google Drive and Nutstore. Would you like to solve this and if possible, the similar bug in AOSP?

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.