Contribution Pick any issue you would like to resolve Fork the project Open a Pull Request Your PR will undergo review Repositories clientPublic F-Droid client with Material UI. sitePublic Official website for Droid-ify .githubPublic
Add GitHub Repo feature Contribution Pick any issue you would like to resolve Fork the project Open a Pull Request Your PR will undergo review Translations License Droid-ify Copyright (C) 2023 LooKeR This program is free software: you can redistribute it and/or modify it under the terms of ...
F-Droid client with Material UI. . Contribute to Goooler/droid-ify-client development by creating an account on GitHub.
.github app build-logic core gradle installer metadata sync .editorconfig .gitignore LICENSE README.md STATUS.md build.gradle.kts gradle.properties gradlew gradlew.bat renovate.json settings.gradle.kts update.shBreadcrumbs droid-ify-client/
F-Droid client with Material UI. . Contribute to Droid-ify/client development by creating an account on GitHub.
Droid-ify/clientPublic NotificationsYou must be signed in to change notification settings Fork92 Star4.3k Releases v0.6.3 Compare github-actionsreleased this05 Apr 09:07 ·405 commitsto main since this release v0.6.3 550e09f Fixed: Repeated asking for background permission ...
Original file line numberDiff line numberDiff line change @@ -0,0 +1,4 @@ 1+ Fixed: 2+ - Startup Crash 3+ 4+ This is a hotfix, check previous changelog here: https://github.com/Droid-ify/client/releases/tag/v0.6.0 0commit comments Comments 0(0) Pleasesign into comment....
import com.looker.droidify.model.Repository import org.junit.Before import org.junit.Test import org.junit.runner.RunWith import java.io.File import kotlin.math.sqrt import kotlin.system.measureTimeMillis @RunWith(AndroidJUnit4::class) @SmallTest class RepositoryUpdaterTest { private lateinit var ...
import com.looker.droidify.model.Product import com.looker.droidify.model.Release @@ -112,4 +111,8 @@ class IndexMerger(file: File) : Closeable { override fun close() { db.use { closeTransaction() } } private inline fun SQLiteDatabase.execWithResult(sql: String) { rawQuery(sql, null...
F-Droid client with Material UI. . Contribute to Droid-ify/client development by creating an account on GitHub.