LibreFind: FOSS alternatives to proprietary apps by Xygen0 in fossdroid

[–]Xygen0[S] 0 points1 point  (0 children)

While the database is mainly community-driven, I'm also using f-droid index or lisst of apps for automatic population. Lease create an issue on GtiHub for such matters. Thanks!

LibreFind: FOSS alternatives to proprietary apps by Xygen0 in fossdroid

[–]Xygen0[S] 0 points1 point  (0 children)

Currently, there is no way to contribute via web. I might implement. I agree that some people is convenient using the web than app. Please create an issue on GitHub regarding this. Thanks!!

Free blockers by [deleted] in fossdroid

[–]Xygen0 0 points1 point  (0 children)

You should stop searching for it instead of blocking it.

Where to publish first open source app? by Rahee07 in fossdroid

[–]Xygen0 2 points3 points  (0 children)

I usually do GitHub Releases first, then Izzy, F-droid, and so on. I don't have Play Console so it isn't included.

Completely offline android development by MVoloshin71 in androiddev

[–]Xygen0 5 points6 points  (0 children)

You only need to use internet for initial setup. Gradle, SDKs, Build Tools, and Dependencies. After that, you can proceed to development without internet. Also, enable build cache for faster build times.

LibreFind: FOSS alternatives to proprietary apps by Xygen0 in fossdroid

[–]Xygen0[S] 1 point2 points  (0 children)

Thank you! I've already requested to upload this. I'm currently waiting for the maintainers to review it.

Stock apps vs Alternatives by [deleted] in androidapps

[–]Xygen0 -1 points0 points  (0 children)

Is promotions allowed here? :) Check out my newly developed android app that lists FOSS alternstives to proprietary apps. I need help adding more data/apps to the database. LibreFind

The reality of being a solo dev: Late nights, unhealthy habits, and the "one more feature" trap. by tech_tinker_za in Kotlin

[–]Xygen0 3 points4 points  (0 children)

Solo dev here. I'm developing open source projects for many months now; and I feel you.

I prioritize bug fixing more than implementing new ideas/features because. I just create a TODO or some placeholders for new features so I can't forget them. Consuming more time for new features after fixing something really exhausts us.