The place where random ideas get written down and lost in time.
2022-05-28 - Android Apps Update: Flashlight, Brighteriffic
Category DEVI found the sources for both under the old Autosettings project.
Back then I was using branches, instead of placing such projects in their own repository.
I should move them under their own git repo under bitbucket/ralfoide.
Flashlight matters; Brighteriffic not so much yet I may update it if it isn’t too cumbersome.
In both cases it makes sense to duplicate the autosettings repo entirely to preserve history, and limit it to these app folders only.
<fork autosettings repo>
$ git clone git@bitbucket.org:ralfoide/brighteriffic.git
$ git filter-branch --prune-empty --index-filter 'git rm --ignore-unmatch --cached -r AlarmTest branches Flashlight wiki distrib/[aAfqtT]* trunk/AutoSettings trunk/TimerifficTest'
$ git push --force