Skip to content

Releases: ibbaa/keepitup

1.9.2

11 Dec 14:36

Choose a tag to compare

  • DNS lookup now works for punycode encoded host names

1.9.1

15 Nov 08:11

Choose a tag to compare

  • Fixed several bugs with inconsistent case sensitive or insensitive file access of storage access framework

1.9.0

25 Sep 17:42

Choose a tag to compare

  • Provided a copy option for networks tasks
  • Implemented drag and drop moving of network tasks (long click on a task)
  • Implemented swipe right delete for network tasks and suspension intervals
  • When adding or copying a task, the UI now scrolls to the new task
  • Added more browser-like http headers to avoid getting blocked
  • minor changes to make scheduling more robust
  • small bug fixes

1.8.1

14 Aug 15:50

Choose a tag to compare

  • Fixed an issue where the app crashes on device reboot under certain conditions with Android 15 and 16

1.8.0

21 Jul 18:01

Choose a tag to compare

  • It's now possible to mark network tasks as high priority
  • These tasks send notifications with high priority to a separate channel
  • Other tasks use default priority (no change)
  • Optionally the alarm sound of the device will play whenever a high priority notification is sent (disabled by default)
  • The alarm lasts for 60 sec and can be dismissed at any time
  • It's now possible to change the name of a network task (click on the name in the task list)
  • Added a menu item to the log view to hide successful executions
  • It's now possible to specify the user agent header sent on http requests
  • It's now possible to optionally ignore SSL certificate errors on https connections
  • Storage folders are now correctly displayed when arbitrary file location is used
  • Encoding and handling of encoded URLs improved
  • Some minor bug fixes

1.7.0

27 Apr 10:18

Choose a tag to compare

  • New target API level is 35 (Android 15), applied all required changes
  • Minimum API level stays 21 (Android 5)
  • Download follows redirects now (can be disabled)
  • External storage type setting is now ignored and disabled, when arbitrary storage is enabled
  • NetworkTask notifications are now generally shown as no notification, if notifications are globally disallowed for the app
  • Fixed broken monochrome app icon
  • Some minor bug fixes

1.6.2

12 Jan 12:11

Choose a tag to compare

  • Fixed bug that download to internal storage fails if arbitrary file access is enabled
  • Fixed bug of incorrect import of download keep setting

1.6.1

04 Jan 12:40

Choose a tag to compare

  • Fixed bug with broken scrolling

1.6.0

02 Jan 11:04

Choose a tag to compare

  • It's now possible to use arbitrary folders for file access instead of app specific storage (can be enabled in the system settings)
  • This can be used for import and export, network task file logging and downloads
  • Fixed bug that file log did not respect SD card setting
  • Various minor fixes

1.5.0

26 Sep 16:46

Choose a tag to compare

  • Necessary preparations for API level 35 (API level remains 33 for now)
  • It's now possible to stop task execution attempts at first success
  • Some minor bug fixes