conrad-heimbold
conrad-heimbold
Going through all the directories takes quite a long time. Wouldn't it be easier if you could change the tags for one `````` by just editing the ```.tags``` file with...
It would be cool if you could use tagsistant also on other devices (e.g. in an android app). How can I sync a tagsistant database + files on one device...
I think it is a quite strange behaviour, that ```.tags``` files can only be viewed / edited when explicitly requested. ```ls -a``` does not show them. I think, it would...
In my humble opinion, triple tags have got too many levels / directories: 1. namespace 2. key 3. operator (eq, lt, gt, inc) 4. value Could we maybe get rid...
Would it be possible to make deleting folders under /store more difficult or to prevent file-managers from indexing all folders under /store? I accidentally deleted folders under /store a couple...
device: gts28vewifi operating system: lineageos 15.1 newest microg version, lineageos from download.lineage.microg.org logcat: ``` android.os.DeadObjectException at android.os.BinderProxy.transactNative(Native Method) at android.os.BinderProxy.transact(Binder.java:764) at org.microg.nlp.api.LocationBackend$Stub$Proxy.update(LocationBackend.java:157) at org.microg.nlp.location.BackendHelper.update(BackendHelper.java:71) at org.microg.nlp.location.BackendFuser.update(BackendFuser.java:83) at org.microg.nlp.location.ThreadHelper.run(ThreadHelper.java:73) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)...
Hi, I think it would be really useful if you could customize the transparency of the floating widget. The easiest way would probably be to "mis"use the volume-down-button together with...
Hi @dkanada and @ikocevski I made a script to parse all the data from https://gitlab.com/fdroid/fdroiddata/tree/master/metadata and download all the necessary data for as much apps on fdroid as possible. [My...
Since API level 21, Android can handle vector drawables: https://developer.android.com/reference/android/graphics/drawable/VectorDrawable.html Here are some information: https://androidbycode.wordpress.com/2015/03/18/vector-graphics-in-android-converting-svg-to-vectordrawable/ Simple SVG can directly be transformed into avdx. Do we already have a script for...
@dkanada @ikocevski Some time ago I noticed that the [Ameixa CM/LOS icon pack](https://gitlab.com/xphnx/twelf_cm12_theme) by [Xphnx](https://gitlab.com/xphnx) already has [lots of SVG icons](https://gitlab.com/xphnx/twelf_cm12_theme/tree/master/svgs/depot). ~~Unfortunately, there are quite bloated (every icon more than...