Merge branch 'master' of https://gitlab.com/narendra_m_a/fdroiddata into narendra_m_a/fdroiddata-master
Conflicts: metadata/com.nma.util.sdcardtrac.txt
This commit is contained in:
commit
888386c174
|
@ -3,11 +3,13 @@ License:GPLv3
|
|||
Web Site:
|
||||
Source Code:https://github.com/nma83/SDCardTrac
|
||||
Issue Tracker:https://github.com/nma83/SDCardTrac/issues
|
||||
Donate:https://flattr.com/submit/auto?user_id=narendra_m_a&url=http%3A%2F%2Fgithub.com%2Fnma83%2FSDCardTrac&title=StorageTrac&description=App%20to%20plot%20storage%20used
|
||||
|
||||
Auto Name:StorageTrac
|
||||
Summary:Record and plot changes in external storage
|
||||
Description:
|
||||
Uses inotify to record any file activity in the external storage.
|
||||
Uses [en.wikipedia.org/wiki/Inotify inotify] to record any file activity
|
||||
in the external storage.
|
||||
Collects data at regular intervals and plots used storage space over time.
|
||||
Uses the [android-graphview.org GraphView] library for plotting.
|
||||
.
|
||||
|
@ -21,6 +23,11 @@ Build:0.2,2
|
|||
gradle=yes
|
||||
rm=SDCardTrac/lib/*
|
||||
|
||||
Build:0.3,3
|
||||
commit=v0.3
|
||||
gradle=main
|
||||
subdir=SDCardTrac
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.2
|
||||
|
|
Loading…
Reference in a new issue