Commit Graph

331 Commits

Author SHA1 Message Date
Niko Diamadis
b2f186aadf Fix workflow build lint error 2022-10-29 17:33:32 +02:00
Niko Diamadis
2dc30aff6f Set Java requirement to version 11 2022-10-29 17:33:32 +02:00
Niko Diamadis
2d77496082 Remove unused .jar import 2022-10-29 17:33:32 +02:00
Niko Diamadis
35069f7a6e Replace legacy support library only with swipe refresh layout library 2022-10-29 17:33:32 +02:00
Niko Diamadis
ca31e74265 Fix duplicate class build error 2022-10-29 17:33:32 +02:00
Niko Diamadis
74c91bdfd4 Update AppCompat to newest version 2022-10-29 17:33:32 +02:00
Niko Diamadis
2208e7b3cc Update Spotless gradle plugin 2022-10-29 17:33:32 +02:00
Niko Diamadis
dd84b47546 Use new sdk implementation syntax 2022-10-29 17:33:32 +02:00
Niko Diamadis
cd47c0a841 Update targetSdkVersion to 33 2022-10-29 17:33:32 +02:00
Niko Diamadis
3edf256233 Update androidx dependencies as far as possible 2022-10-22 12:21:18 +02:00
Niko Diamadis
d7cd9a24b0 Satisfy new PendingIntent requirements for api version 31 2022-10-22 11:57:24 +02:00
Niko Diamadis
b210250c8f Increase minSdkVersion to 23 2022-10-22 11:55:19 +02:00
Jannis Mattheis
baa12eeb17 Revert "Update *SdkVersion"
This reverts commit 5360cf401e.

Changing this requires modification of the app. It is not required just
yet, so revert this for now.
2022-10-21 19:42:43 +02:00
Jannis Mattheis
7c086684b9 Version 2.4.0 2022-10-21 19:16:43 +02:00
Jannis Mattheis
5360cf401e Update *SdkVersion 2022-10-21 19:16:43 +02:00
quthla
16263a72cd Change wording 2022-10-17 23:35:48 +02:00
Niko Diamadis
cf1cc45ea8 Remove Butterknife dependencies 2022-10-11 23:04:58 +02:00
Niko Diamadis
ad809d149c Replace Butterknife code with ViewBinding 2022-10-11 23:04:58 +02:00
Niko Diamadis
9596fbd14f Implement compact message layout in Adapter 2022-10-10 18:54:23 +02:00
Niko Diamadis
918f4a54a3 Fill xml message layouts with dummy values 2022-10-10 18:54:23 +02:00
Niko Diamadis
c3516efac4 Add compact message layout 2022-10-10 18:54:23 +02:00
Niko Diamadis
cc8f78ded5 Add message layout setting to SettingsPage (incl. restart dialog) 2022-10-10 18:54:23 +02:00
Pander
9a39296c64 Update notification logo (#243) 2022-09-19 11:58:47 +00:00
Sternagfonkel
7fd8ee06e1 Fix link color for dark mode 2022-04-08 16:48:49 +00:00
Sternagfonkel
58cb8b55ef Build Variant for development (#220)
Co-authored-by: Matthias Weis <matthias1.weis@web.de>
2022-03-19 19:16:20 +00:00
Sternagfonkel
bd5b8b2c15 Refactor foreground notification text 2022-02-27 20:02:45 +00:00
Jannis Mattheis
fff261c1fd Version 2.3.3 2022-01-30 10:50:49 +01:00
Sternagfonkel
09ccd4d2e2 Keep selected application on screen rotation 2022-01-30 09:02:28 +00:00
Jannis Mattheis
8d36edc75e Version 2.3.1 2022-01-09 15:20:47 +01:00
Jannis Mattheis
0f008acb7f 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)
2022-01-09 15:17:32 +01:00
Jannis Mattheis
2a72853f13 Fix NPE
Fixes #81
2022-01-09 15:09:22 +01:00
Jannis Mattheis
22b71ad4e5 Downgrade appcompat (breaks build) 2022-01-09 14:40:57 +01:00
Jannis Mattheis
d687fff881 Version 2.3.0 2022-01-09 14:38:12 +01:00
Jannis Mattheis
109bdccca0 Update dependencies 2022-01-09 14:36:26 +01:00
Nikolay Gruychev
f5988754fa Add client::notification.bigImageUrl extra
closes #185
2021-12-02 19:13:04 +01:00
Jannis Mattheis
802e30fd36 Fix signing 2021-08-21 22:13:55 +02:00
Jannis Mattheis
530bc03059 Version 2.2.0 2021-08-21 20:30:19 +02:00
Jannis Mattheis
939136c5e3 Update sdk version 30 2021-08-21 20:29:37 +02:00
Sternagfonkel
9ba9405b0f Add markdown support to notifications 2021-08-21 17:56:42 +00:00
Jannis Mattheis
f6ecfce5d4 Version 2.1.3 2021-08-02 16:36:48 +02:00
Sternagfonkel
cc2df7c7c2 Add markdown strike-through support (#183) 2021-08-02 14:35:10 +00:00
Sternagfonkel
b35d5af258 Disallow push message if no applications exist
Fixes #179
2021-07-27 18:20:19 +00:00
Jannis Mattheis
0a7a04885f Version 2.1.2 2021-04-18 11:19:43 +02:00
Jannis Mattheis
150bfd0d57 Remove reconnect callback 2021-04-18 08:52:24 +00:00
Jannis Mattheis
b8ce09bb3a Version 2.1.1 2021-04-01 20:21:45 +02:00
Jannis Mattheis
c45c19b968 Fix support for base64 images
Fixes 164
2021-04-01 20:20:41 +02:00
Jannis Mattheis
211a1b1cba Version 2.1.0 2021-02-14 12:16:36 +01:00
Jannis Mattheis
e7b376a501 Use table aware movement plugin
Fixes #136
2021-02-14 10:49:59 +01:00
Jannis Mattheis
4a1eb50d13 Update dependencies 2021-02-14 10:49:53 +01:00
RemiRigal
21e49d0852 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>
2021-02-14 08:51:19 +00:00