Giter VIP home page Giter VIP logo

blip's People

Contributors

dhuckaby avatar tanallnight 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

blip's Issues

Unable to build due to missing Keys file

I'm attempting to build the Blip app in Android Studio, and have run into a few issues. Currently I'm stuck on a compilation failure in DonateActivity, because it's looking for a Keys class that doesn't exist.

I'm guessing that this file wasn't included in Git because it contains personal Google Play Store keys. This completely makes sense, but could some kind of "dummy file" be added to Git, so that passers-by could still clone and build?

hide title

Option to hide title from the main page and only display it in the image page

Tap image to close it

Add a tap listener and call on backpressed when image is tapped, also add a x button on the toolbar with the title of the image (animations if possible)

Unicode escape sequences not displayed correctly

The XKCD API appears to escape individual utf8 codeunits instead of escaping the entire codepoint causing the app to display the wrong characters.

For example, comic 1814's alt text in the app looks like this:

� When the spacing is tight / And the difference is slight / That's a moiré �

It should look like this:

♫ When the spacing is tight / And the difference is slight / That's a moiré ♫

The JSON from the server looks like this:

\u00e2\u0099\u00ab When the spacing is tight / And the difference is slight / That's a moir\u00c3\u00a9 \u00e2\u0099\u00ab

When it really should look like this:

\u266B When the spacing is tight / And the difference is slight / That's a moir\u00E9 \u266B

Integrate with Google App for voice search

My use case:

me: "Ok Google, search Blip for bobby tables"
Google: "wat"

While things like "Ok Google, search IMDb for Inglorious Basterds" will do the search inside of IMDb and navigate to the app.

I think this is done by integrating with App Indexing and would also serve results in the In Apps section of the Google search app.

Can this be added to Blip?

Provide pure floss build flavor

Could you provide a gradle build flavor that does not need crashlytics? Crashlytics is non-free software -- either removing this requirement or using things like the floss ACRA would help a lot.

App crashes after orientation change in ImageActivity

The app crashes when an ImageActivity is closed after orientation changes (while viewing a comic, change from portrait to landscape back to portrait).
The error given is "The ImageView's ScaleType has been changed since attaching a PhotoViewAttacher");

The crash doesn't occur if you comment out the line:

ViewCompat.setTransitionName(photo, EXTRA_IMAGE);

on line 81 in ImageActivity.java

so the crash seems to be related to transitions between activities.

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.