Giter Site home page Giter Site logo

wally's Introduction

Wally

Wally is a fast and efficient open source wallpaper application for Android.

Wally gets its source of images from Wallhaven. By scraping the website, it provides the user with a fast and smooth experience filled with subtle animations and a minimal design. The main goal of Wally is to provide the same functionality as the website but in a more mobile friendly way.

Development

Wally is a gradle project built with Android Studio 0.8.x. To get started, import the project in Android Studio by choosing the build.gradle located in the root folder.

However, you might notice that it won't build right away. This is because you have to provide it with/generate your own release- and debug keystore. The debug keystore can be generated the same way as a release keystore. Put the release- and debug keystore files in a directory of your choice and reference them in a local.properties file in the root folder of this project.

Architecture

Wally is divided into multiple modules; Models, Data Provider, and the main module Wally (UI). This architecture allows a project to more easily expand to other platforms (e.g. Android Wear or Android Auto).

License

Apache 2.0 where applicable. See LICENSE file for details.

Contributing

Pull requests are welcome!

Thanks

  • All alpha testers.
  • Everyone who has contributed ideas and reported issues!

Author

Freddie Lust-Hed - @musenkishi

Disclaimer

This is not an official Wallhaven product.

wally's People

Contributors

eveliotc avatar musenkishi 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  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

wally's Issues

Installation

Please I have trouble installing in android studio + installing admod for testing : here my errors
image

SharedElementTransition

Where is the EnterSharedElementTransition or ReturnSharedElementTransition etc? I could not find them from styles or in any Activity. How did you achieve those shared element transitions?

Crashes all the time

Wally crashes when opening images. Not all of them, but a significant percentage.

NPE in production app (versionName: 1.6.1, versionCode: 30)

On my Moto X Pure on the stock ROM running Android 5.1.1 I am getting the following crash:

E/AndroidRuntime(16348): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.d.a.b
(java.lang.CharSequence)' on a null object reference
E/AndroidRuntime(16348):        at com.musenkishi.wally.d.H.x(Unknown Source)
E/AndroidRuntime(16348):        at com.musenkishi.wally.d.H.a(Unknown Source)
E/AndroidRuntime(16348):        at com.musenkishi.wally.d.K.a(Unknown Source)
E/AndroidRuntime(16348):        at com.musenkishi.wally.a.p.onLongClick(Unknown Source)
E/AndroidRuntime(16348):        at android.view.View.performLongClick(View.java:4824)
E/AndroidRuntime(16348):        at android.view.View$CheckForLongPress.run(View.java:19858)
E/AndroidRuntime(16348):        at android.os.Handler.handleCallback(Handler.java:746)
E/AndroidRuntime(16348):        at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(16348):        at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(16348):        at android.app.ActivityThread.main(ActivityThread.java:5343)
E/AndroidRuntime(16348):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(16348):        at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(16348):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:907)
E/AndroidRuntime(16348):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:702)
W/ActivityManager( 1177):   Force finishing activity 1 com.musenkishi.wally/.activities.MainActivity

I obviously don't have the mappings.txt to deobfuscate the stacktrace, but after briefly looking over the code it looks like it may be from SavedImagesFragment#toggleActionMode(). The crash occurs when I long click on any saved image.

I reported this crash and you should get a report on Crashlytics but I thought I would open an issue for a faster response. If you need any additional information let me know.

Crashing after few seconds, Zenfone 2 (64bit Intel Atom CPU)

Wally crashing after few seconds(random) while scrolling. and also while viewing any image and sometimes saving image. Does it has anything to do with(Zenfone 2) 64bit Intel Atom Quad Core Z3580 and PowerVR G6430 graphics. I think this issue stated from early July. Reporting because after factory reset and fresh install the issue persist.

Set description for GitHub

It is a little bit annoying, and it makes it harder to find wally when you haven't set a description. For example, check out the current GitHub trending page:

Wally is the only one on the entire page without a repository description at the moment, and that's not just the ones in the screenshot.

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.