Skip to content
Permalink
master
Switch branches/tags

Commits on Apr 8, 2022

Commits on Mar 19, 2022

  1. Build Variant for development (#220)

    Co-authored-by: Matthias Weis <matthias1.weis@web.de>
    Sternagfonkel and mad73923 committed Mar 19, 2022

Commits on Mar 15, 2022

  1. Add java 8 requirement

    jmattheis committed Mar 15, 2022

Commits on Feb 27, 2022

Commits on Jan 30, 2022

  1. Version 2.3.3

    jmattheis committed Jan 30, 2022

Commits on Jan 9, 2022

  1. Version 2.3.1

    jmattheis committed Jan 9, 2022
  2. Fix crash on share when not loggedin

        java.lang.RuntimeException:
          at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2957)
          at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3032)
          at android.app.ActivityThread.-wrap11 (Unknown Source)
          at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1696)
          at android.os.Handler.dispatchMessage (Handler.java:105)
          at android.os.Looper.loop (Looper.java:164)
          at android.app.ActivityThread.main (ActivityThread.java:6944)
          at java.lang.reflect.Method.invoke (Native Method)
          at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:327)
          at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1374)
        Caused by: java.lang.IllegalArgumentException:
          at okhttp3.HttpUrl$Builder.parse (HttpUrl.java:1333)
          at okhttp3.HttpUrl.get (HttpUrl.java:916)
          at retrofit2.Retrofit$Builder.baseUrl (Retrofit.java:458)
          at com.github.gotify.api.ClientFactory.defaultClient (ClientFactory.java:47)
          at com.github.gotify.api.ClientFactory.clientToken (ClientFactory.java:28)
          at com.github.gotify.sharing.ShareActivity.onCreate (ShareActivity.java:82)
          at android.app.Activity.performCreate (Activity.java:7183)
          at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1220)
          at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2910)
    jmattheis committed Jan 9, 2022
  3. Fix NPE

    Fixes #81
    jmattheis committed Jan 9, 2022
  4. Version 2.3.0

    jmattheis committed Jan 9, 2022
  5. Update dependencies

    jmattheis committed Jan 9, 2022

Commits on Dec 2, 2021

  1. Add client::notification.bigImageUrl extra

    closes #185
    Nikolay Gruychev authored and jmattheis committed Dec 2, 2021

Commits on Aug 21, 2021

  1. Fix signing

    jmattheis committed Aug 21, 2021
  2. Version 2.2.0

    jmattheis committed Aug 21, 2021
  3. Update sdk version 30

    jmattheis committed Aug 21, 2021

Commits on Jul 27, 2021

Commits on Apr 18, 2021

  1. Version 2.1.2

    jmattheis committed Apr 18, 2021
  2. Remove reconnect callback

    jmattheis committed Apr 18, 2021

Commits on Apr 1, 2021

  1. Version 2.1.1

    jmattheis committed Apr 1, 2021
  2. Fix support for base64 images

    Fixes 164
    jmattheis committed Apr 1, 2021

Commits on Feb 14, 2021

  1. Version 2.1.0

    jmattheis committed Feb 14, 2021
  2. Update build badge

    jmattheis committed Feb 14, 2021
  3. Remove travis enc file

    jmattheis committed Feb 14, 2021
  4. Migrate to github actions

    jmattheis committed Feb 14, 2021
  5. Use table aware movement plugin

    Fixes #136
    jmattheis committed Feb 14, 2021
  6. Update dependencies

    jmattheis committed Feb 14, 2021
  7. Add absolute/relative time format setting

    * Added setting to toggle precise date as default display
    
    * Applied spotless
    
    * Improved time format setting with a ListPreference
    
    * Fixed default time format value in list preference
    
    Co-authored-by: Rémi Rigal <remi.rigal@orange.com>
    RemiRigal and Rémi Rigal committed Feb 14, 2021

Commits on Jan 6, 2021

  1. Add delete app option

    p1gp1g committed Jan 6, 2021

Commits on Sep 10, 2020

  1. Version 2.0.14

    jmattheis committed Sep 10, 2020
Older