Tobiwan

Tobiwan pushed to master at Tobiwan/ffupdater

  • 4ca6f791a4 Merge remote-tracking branch 'weblate/master'
  • 82ff2e0f66 - fix tests
  • 29bb14a21f - fix tests
  • 8709424a0c Translated using Weblate (Estonian) Currently translated at 100.0% (305 of 305 strings) Translation: FFUpdater/FFUpdater App Translations Translate-URL: https://hosted.weblate.org/projects/ffupdater/ffupdater-app-translations/et/
  • 64afe01818 Translated using Weblate (Bulgarian) Currently translated at 99.0% (302 of 305 strings) Translation: FFUpdater/FFUpdater App Translations Translate-URL: https://hosted.weblate.org/projects/ffupdater/ffupdater-app-translations/bg/
  • View comparison for these 28 commits »

4 minutes ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • 6958424934 - try out new git commit signature key
  • 2dae951d75 - use different method for Git commit signature
  • a26ad0dd1c Merge branch 'master' of github.com:Tobi823/ffupdater
  • f35b87bf3e - Update asset regex for K-9 Mail updates (#648)
  • 520bf4caca - if the major component of versions differs too much, then treat it as if an update is available. Necessary when apps changes their version schema (e.g. Tor Browser switched from 128.x.x to 14.x.x) (Tobi823/ffupdater#641)
  • View comparison for these 6 commits »

4 days ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • 6b06917ee2 - use the hostname of the APK download url for internet checks
  • 03b189801f - shorten thunderbird and thunderbird beta titles to prevent line breaks in the main menu
  • 662028a014 - make logo a bit smaller by converting them into webp
  • 8dcf0825ff Add support for Thunderbird (#642) * Add support for Thunderbird for Android * Change download source for Mozilla apps to Mozilla Archive * Add generic beta warning to Thunderbird and Firefox --------- Co-authored-by: Tobias Hellmann <10066140+Tobi823@users.noreply.github.com>
  • c8abb92061 Merge pull request #646 from Tobi823/all-contributors/add-TeeTeeHaa docs: add TeeTeeHaa as a contributor for bug
  • View comparison for these 7 commits »

1 week ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • 581acc37bb - simplify network code to reduce the risk of network problems - for tracking the download progress: track the network InputStream instead of using an OkHttp network interceptor - only use HTTP 1.1 to prevent network problems (thanks TeeTeeHaa for the multiple and helpful debugging sessions Tobi823/ffupdater#629) - execute the download in DownloadActivity inside the viewModelScope. This keeps the download running when the screen is rotated (Tobi823/ffupdater#625)

1 week ago

Tobiwan pushed to github_629 at Tobiwan/ffupdater

  • 27a195aa0a - fix compiler errors (Tobi823/ffupdater#629)

1 month ago

Tobiwan pushed to github_629 at Tobiwan/ffupdater

  • 1ccbdd0fe5 - complete remove ProgressInterceptorResponseBody.kt (Tobi823/ffupdater#629)

1 month ago

Tobiwan pushed to github_629 at Tobiwan/ffupdater

  • d9d5888d0e - next try: track the network InputStream instead of using an OkHttp netowrk interceptor https://www.cygonna.com/2024/02/use-okhttp-to-download-file-and-show.html

1 month ago

Tobiwan pushed to github_629 at Tobiwan/ffupdater

  • e2a067753d - try fixing SocketTimeoutException (Tobi823/ffupdater#629)
  • b2abea64cb - remove support for Bromite, BromiteSystemWebView, Lockwise and UngoogledChromium Tobi823/ffupdater#621
  • f450837749 - Kiwi is now EOL Tobi823/ffupdater#621
  • f59b56549b - Kiwi is now EOL Tobi823/ffupdater#621
  • 7bbe1da9ac - add reminder to improve error handling Tobi823/ffupdater#626

1 month ago

Tobiwan created new branch github_629 at Tobiwan/ffupdater

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

1 month ago

Tobiwan deleted branch gh-579 at Tobiwan/ffupdater

1 month ago

Tobiwan pushed tag 79.2.5 to Tobiwan/ffupdater

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • 49e5d79bac Merge remote-tracking branch 'weblate/master'
  • b882ca2b9a - update com.android.application
  • 0d9b3b06ac Translated using Weblate (Latvian) Currently translated at 99.0% (299 of 302 strings) Translation: FFUpdater/FFUpdater App Translations Translate-URL: https://hosted.weblate.org/projects/ffupdater/ffupdater-app-translations/lv/
  • beafcb61f8 Translated using Weblate (Latvian) Currently translated at 97.0% (293 of 302 strings) Translation: FFUpdater/FFUpdater App Translations Translate-URL: https://hosted.weblate.org/projects/ffupdater/ffupdater-app-translations/lv/
  • c8ba28e23d Translated using Weblate (Latvian) Currently translated at 95.6% (289 of 302 strings) Translation: FFUpdater/FFUpdater App Translations Translate-URL: https://hosted.weblate.org/projects/ffupdater/ffupdater-app-translations/lv/
  • View comparison for these 28 commits »

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • 20bef262ab - remove dead code - increase max allowed age for K9Mail

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • b2eb7e2be8 - refactor - Firefox Nightly: extract build date from resource files

1 month ago

Tobiwan pushed to master at Tobiwan/ffupdater

  • b00b6b3219 - refactor and cleanup AppUpdater and BackgroundWork
  • d0075555c5 - refactor
  • 9787a891d3 Merge branch 'refs/heads/temp' # Conflicts: # ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/base/InstalledAppStatusFetcher.kt
  • 36d11deb82 - always use the latest TorBrowser/TorBrowserAlpha version with a suitable APK - improve version fetching TorBrowser/TorBrowserAlpha
  • e6c11274e5 - cleanup and refactor
  • View comparison for these 7 commits »

1 month ago