Commit Graph

305 Commits

Author SHA1 Message Date
sim e2c98f0e81 1.7.1 2023-06-12 23:47:08 +02:00
sim 2057d77c31 Update dependencies 2023-06-12 23:33:51 +02:00
sim aeb39b4c65 Fix NullPointerException with optimization card 2023-06-12 23:26:23 +02:00
sim 1670b364d8 Merge branch 'connyduck/enable_minify' 2023-06-12 23:04:21 +02:00
Conny Duck 17f2e6e776 Add proguard rules 2023-06-12 23:04:00 +02:00
Conny Duck 4e6005d20c Enable code and resource shrinking for smaller app size 2023-06-12 23:03:45 +02:00
sim 1b09df497f Merge branch 'connyduck/simplify_activity_start' 2023-06-12 23:01:17 +02:00
Conny Duck 37440947d1 Simplify StartActivity layout 2023-06-12 23:00:06 +02:00
sim 520bae05f4 Fix github workflow 2023-06-06 09:12:39 +02:00
sim e15a6608ab Update screenshots 2023-06-05 23:48:40 +02:00
sim 3de8ccf898 1.7.0 2023-06-05 23:32:23 +02:00
sim 82ad120109 Add woodpecker CI 2023-06-05 23:06:05 +02:00
sim 0b66bfb57f Support notification on push 2023-06-05 22:43:08 +02:00
sim b294ffb665 Upgrade java version 2023-06-05 22:41:07 +02:00
sim 8ca5945030 Fix menu main 2023-05-31 23:17:50 +02:00
sim e1947c9cf5 Fix typo 2023-05-31 22:56:07 +02:00
sim 504b58ecec Delete multiple app in the same time
Show application names in main view
2023-05-31 22:56:07 +02:00
sim ac30bf8aa8 Do not check buffered response on boot 2023-05-31 22:56:07 +02:00
sim 0a7fe27ca1 Count fails since service start 2023-05-31 22:56:07 +02:00
sim adcf14e499 Always cancel eventSource 2023-05-31 22:56:07 +02:00
sim af866e3a14 Bump dependencies 2023-05-31 22:56:03 +02:00
sim f662bf2466 Add icon.png 2023-05-30 22:29:10 +02:00
sim dbaf315b4f Use Nextcloud SSO 0.7.0 2023-04-12 19:11:28 +02:00
sim ffe7878fc3 1.6.3 2023-04-11 18:38:29 +02:00
sim 59ffef6f05 Check buffered response once per service started 2023-04-11 18:38:16 +02:00
sim 120c44d203 1.6.2 2023-04-07 13:20:20 +02:00
sim f8e93077eb Increase timeout to test buffered responses 2023-04-07 13:18:58 +02:00
sim b21b0c51de Cancel startingTimer if exists 2023-04-07 13:18:28 +02:00
sim 389aa33fbb 1.6.1 2023-04-03 12:51:13 +02:00
sim 107d65cefe Show timeout notif warning after 5 fails 2023-04-03 12:50:18 +02:00
sim e5e566ab71 Start buffered response check onOpen 2023-04-03 12:49:34 +02:00
sim 8727c11837 1.6.0 2023-03-26 23:22:17 +02:00
sim 8f22ce72b1 Merge remote-tracking branch 'origin/dependabot/gradle/androidx.work-work-runtime-ktx-2.8.1' 2023-03-26 23:04:32 +02:00
sim cd25fdc3cb Improve buffered response detection 2023-03-26 22:55:28 +02:00
sim d1061df181 Fix notifications' id 2023-03-26 22:55:28 +02:00
sim bea744db18 Use static var to track SSE status 2023-03-26 22:55:28 +02:00
sim 881e442ac6 Add debug dialog 2023-03-26 22:55:27 +02:00
sim 09e79a7c3a Ask user to disable battery optimisation
on the main activity if needed
2023-03-26 18:29:14 +02:00
sim cc22abe17a Precise start error may be because of buffering 2023-03-26 18:29:14 +02:00
sim 6ed937d9b6 Warn when timeout proxy issue 2023-03-26 18:29:13 +02:00
sim 5bdad9ca4c Warn when a low keepalive is used 2023-03-24 09:00:43 +01:00
sim ef14f709f2 Clean NotificationUtils 2023-03-24 08:45:14 +01:00
dependabot[bot] 85483d3410
Bump androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1
Bumps androidx.work:work-runtime-ktx from 2.8.0 to 2.8.1.

---
updated-dependencies:
- dependency-name: androidx.work:work-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 21:58:56 +00:00
sim bce4244cb0 Do not restart when there is no Internet 2023-03-23 11:58:16 +01:00
sim 1628a4e718 Fix internet access status 2023-03-22 21:31:17 +01:00
sim d4870c39ad Restart only if a connection has succeeded once 2023-03-22 21:20:45 +01:00
sim 254a776244 Avoid useless service restart
Restart service with networkCallback only when Internet
is available again.
2023-03-21 21:52:45 +01:00
sim ec7e27b3a3 Call then() even when api call fails 2023-03-19 18:03:33 +01:00
sim f29a969425 Ignore exception when logging out 2023-03-19 18:01:18 +01:00
sim 8450a24a91 Inform when the login fails 2023-03-19 17:44:15 +01:00