Coder Social home page Coder Social logo

svg-viewer-android's People

Contributors

cw avatar krasnayaploshchad 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

Watchers

 avatar  avatar  avatar  avatar  avatar

svg-viewer-android's Issues

use fragments

refactor basic structure of activities to use fragments

add tab support for feeds

initial thought on feed support is via a tab bar above the list of svg documents. an "edit feeds" button will exist to add/remove tabs.

Support Android 11

On Android 11 this app is labeled as legacy app and no longer open SVG images from some file managers such as X-plore.

404 Not found

I'm using File Manager (Cyanogenmod) from F-Droid. I have a Samsung Galaxy Nexus.

When i open an .svg from File Manager, SVG Viewer say that the file:

file:///storage/emulated/0/Download/file.svg

It's mot available. (Like an in-app browser message).

But the pathname it's correct ( /storage/emulated/0/Download/file.svh )

Can't install, error "INSTALL_FAILED_CONTAINER_ERROR"

When installing on a Xperia Z1 with Android 5.1.1(Cyanogenmod 12.1) it aborts with the error
"Failure [INSTALL_FAILED_CONTAINER_ERROR]"
Installing on Nexus 5 with with Cyanogenmod 12.1 fails.
Installing on Nexus 7 with Android 5.1.0 stock rom works.
Installing on a Xperia Z3 compact with Android 5.0 stock also works.

Apparently "android:installLocation="preferExternal"" causes this, and it can be fixed by setting it to android:installLocation="auto"", but the bug is Cyanogenmod specific, so feel free to mark this issue invalid.

allow zoom to fit

zoom to extents of svg image. currently limited to webview zoom limits

Back button, not go to home

I used this aplication with ubuntu one for android, but, when i tray back, this aplication send me to home and not close.

parse svg with java or javascript?

if we just point the webview at a URL we'll have to either parse the SVG with javascript on the already loaded document, or use java to parse the document again, likely with another http request.

which is the best approach?

java - load svg document and cache to device, then load local file to webview

javascript - load webview via url, then maybe expose dom to java for caching/parsing

add history fragment

if the app isn't opened via an intent, display history of recently opened svg files

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.