Git Product home page Git Product logo

moebooru's People

Contributors

dependabot[bot] avatar yueeng 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

Watchers

 avatar  avatar  avatar

moebooru's Issues

NullPointerException when searching any tag

How to reproduce:

  1. Update to 1.0.7
  2. Type any keyword ("-loli", for example)
  3. Press search
  4. Get error
    =====BuildConfig=====
    =====Exception=====
    java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference
    at java.lang.Class.isAssignableFrom(Class.java:589)
    at android.os.Parcel.readParcelableCreatorInternal(Parcel.java:4865)
    at android.os.Parcel.readParcelableInternal(Parcel.java:4778)
    at android.os.Parcel.readValue(Parcel.java:4544)
    at android.os.Parcel.readValue(Parcel.java:4324)
    at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
    at android.os.Parcel$LazyValue.apply(Parcel.java:4422)
    at android.os.Parcel$LazyValue.apply(Parcel.java:4381)
    at android.os.BaseBundle.getValueAt(BaseBundle.java:394)
    at android.os.BaseBundle.getValue(BaseBundle.java:374)
    at android.os.BaseBundle.getValue(BaseBundle.java:357)
    at android.os.BaseBundle.get(BaseBundle.java:696)
    at android.os.Bundle.getParcelable(Bundle.java:947)
    at androidx.activity.q.j(SourceFile:1)
    at com.github.yueeng.moebooru.w3.e(SourceFile:14)
    at f6.h.getValue(SourceFile:1)
    at com.github.yueeng.moebooru.x3.W(SourceFile:1)
    at com.github.yueeng.moebooru.x3.F(SourceFile:97)
    at androidx.fragment.app.c0.O(SourceFile:26)
    at androidx.fragment.app.z0.f(SourceFile:199)
    at androidx.fragment.app.z0.k(SourceFile:147)
    at androidx.fragment.app.t0.z(SourceFile:24)
    at androidx.fragment.app.t0.S(SourceFile:82)
    at androidx.fragment.app.t0.x(SourceFile:77)
    at androidx.fragment.app.t0.t(SourceFile:67)
    at androidx.fragment.app.f0.onStart(SourceFile:34)
    at f.p.onStart(SourceFile:1)
    at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1510)
    at android.app.Activity.performStart(Activity.java:8616)
    at android.app.ActivityThread.handleStartActivity(ActivityThread.java:4204)
    at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
    at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
    at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2574)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:226)
    at android.os.Looper.loop(Looper.java:313)
    at android.app.ActivityThread.main(ActivityThread.java:8762)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

Download error with yande.re version 1.0.8

When I try to download images in yande.re 1.0.8, I get the following error. It does not appear in version 1.0.7
`=====BuildConfig=====

=====Exception=====
android.app.InvalidForegroundServiceTypeException: Starting FGS with type none callerApp=ProcessRecord{f94c55a 25170:com.github.yueeng.moebooru.yande/u0a684} targetSDK=34 has been prohibited
at android.app.InvalidForegroundServiceTypeException$1.createFromParcel(InvalidForegroundServiceTypeException.java:53)
at android.app.InvalidForegroundServiceTypeException$1.createFromParcel(InvalidForegroundServiceTypeException.java:49)
at android.os.Parcel.readParcelableInternal(Parcel.java:4900)
at android.os.Parcel.readValue(Parcel.java:4651)
at android.os.Parcel.readValue(Parcel.java:4420)
at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
at android.os.Parcel$LazyValue.apply(Parcel.java:4518)
at android.os.Parcel$LazyValue.apply(Parcel.java:4477)
at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:415)
at android.os.BaseBundle.getValueAt(BaseBundle.java:401)
at android.os.BaseBundle.getValue(BaseBundle.java:381)
at android.os.BaseBundle.getValue(BaseBundle.java:364)
at android.os.BaseBundle.get(BaseBundle.java:737)
at android.os.BaseBundle.getSerializable(BaseBundle.java:1518)
at android.os.Bundle.getSerializable(Bundle.java:1189)
at android.content.Intent.getSerializableExtra(Intent.java:9290)
at androidx.activity.q.h(SourceFile:1)
at com.github.yueeng.moebooru.CrashActivity.onCreate(SourceFile:32)
at android.app.Activity.performCreate(Activity.java:8757)
at android.app.Activity.performCreate(Activity.java:8729)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1475)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3985)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4161)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:144)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:101)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2627)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:257)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:8825)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)

`

How to prohibit auto date switch in saved tags?

To reproduce:
0. v1.0.9.1

  1. Search any tags
  2. Add date condition (tried with "between")
  3. Save and pin search to main page
  4. Wait a day
  5. Watch saved search date conditions changed.

Is it possible to prohibit such behavior or make an enable button in settings?

cant login

cant login my account and cant sign up a new account.

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.