Releases: ibbaa/keepitup
Releases · ibbaa/keepitup
1.9.2
1.9.1
1.9.0
- 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
1.8.0
- 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
- 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
1.6.1
1.6.0
- 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