New F-Droid repository format for faster and smaller updates

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • When faced with the previous system [0] - where full table scans were the norm and filtering/sorting was done in Java afterwards - we certainly could have gone to proper database queries. I think it is mostly the first thing - that we wanted to move into the background instead of full table scans on the UI thread, and indeed CursorLoaders were an agreed upon way to do that with the (then, relatively new) RecyclerView.

    But yes, you are correct that they are indeed an inconvenient database abstraction.

    The only thing I will say is that despite the crummy abstraction, we did put the effort in to have good test coverage of each ContentProvider. It took a while to get the infrastructure up and running so that we even could test them, but once the plumbing was added, it became simple to add new tests to ensure they worked as expected.

    This is important when you need to take into account things like "Get me all the apps, but filter on category, and then also limit those Apps to ones for which they have at least one Apk which is installable on my hardware, meets my AntiFeatures requirements, and then also pull back data about whether there is a version that can be upgraded to or not based on currently installed apps. I fell in love with the SQLite explain output. I found it really good at explaining what was going on with these mildly complex joins - much easier than the MySQL explain output I was familiar with.

    [0] - https://gitlab.com/fdroid/fdroidclient/-/blob/b3773a156121cf...

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Neo-Store

    An F-Droid client with modern UI and an arsenal of extra features.

    Here's NeoStore's GitHub project page:

    https://github.com/NeoApplications/Neo-Store

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setting up android for a coding environment

    1 project | dev.to | 7 Dec 2024
  • Termux Processes Killed on Android 15 for OnePlus Devices

    1 project | news.ycombinator.com | 6 Nov 2024
  • We're forking Flutter. This is why

    14 projects | news.ycombinator.com | 28 Oct 2024
  • One click dependencies fix

    8 projects | dev.to | 8 Oct 2024
  • Is the Web Browser the Most Important Platform for App Development?

    6 projects | dev.to | 3 Oct 2024