55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/jerickson314/sdscanner
|
|
IssueTracker: https://github.com/jerickson314/sdscanner/issues
|
|
|
|
AutoName: SD Scanner
|
|
Description: |-
|
|
Rescan storage media like SD cards for changes. ''SD Scanner'' uses a method
|
|
compatible with 4.4 KitKat and 5.0 Lollipop.
|
|
|
|
In Android 4.4 KitKat, the method used by most older programs to rescan a
|
|
storage medium no longer works. Instead, an interface must be used that only
|
|
allows one file to be specified at a time. This app works by determining what
|
|
files/folders might need to be scanned again, and then by calling the correct
|
|
API on each file/folder.
|
|
|
|
SD Scanner can be used with Tasker by using the "Send Intent" action listed
|
|
under "System." Use the following settings, leaving the ones I don't list at the
|
|
default:
|
|
|
|
* Action: android.intent.action.RUN
|
|
* Package: com.gmail.jerickson314.sdscanner
|
|
* Class: com.gmail.jerickson314.sdscanner.MainActivity
|
|
* Target: Activity
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/jerickson314/sdscanner.git
|
|
|
|
Builds:
|
|
- versionName: '1.7'
|
|
versionCode: 8
|
|
commit: 4befec509fcc5211c5d1acd7e03a3ad18df45d1c
|
|
|
|
- versionName: '1.9'
|
|
versionCode: 10
|
|
commit: e3cc9fd1b1842c2bc9a8630707705d4799bec685
|
|
|
|
- versionName: '1.10'
|
|
versionCode: 11
|
|
commit: aefd6af25103a12f6c2bd9d51f8f697715884bcf
|
|
|
|
- versionName: '1.11'
|
|
versionCode: 12
|
|
commit: 4f7a0aa7dad193e26f8fcef379e5aba97a53c9d0
|
|
|
|
- versionName: 1.12.0
|
|
versionCode: 13
|
|
commit: 1.12.0
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.12.0
|
|
CurrentVersionCode: 13
|