Skip to content
#

fdroid

f-droid logo

F-Droid is an installable catalogue of FOSS (Free and open source software) applications for the Android platform.

Here are 62 public repositories matching this topic...

EmmanuelMess
EmmanuelMess commented Jul 15, 2021
  /**
   * Correctly sets text color based on a given background color so that the
   * user can see the text correctly
   */
  @JvmStatic
  fun setIntelligentTextColor(context: Context, textView: TextView, backgroundColor: Int) {
    val red = Color.red(backgroundColor) * 0.299f
    val green = Color.green(backgroundColor) * 0.587f
    val blue = Color.blue(backgroundColor) * 0.114
Totorrr
Totorrr commented Dec 19, 2020

I would like to be able to use civil, nautical or astronomical dawn/dusk times, and not only sunrise/sunset times, to disable/enable the Red Moon filter.

Especially because the transition is not progressive at the moment, it would be particularly interesting to keep the screen unfiltered up to the nautical dusk ("sunset") time for example. Because natural light is usually still strong right af

parktheredcar
parktheredcar commented Jun 7, 2021

Trying to push a message out from the android app before any applications are defined on the gotify server causes the android app to hang until android ui offers to kill it.

Once an application has been defined on the server, the app dropdown on android's push message screen can no longer be set to a null selection, and it is no longer possible to trigger this issue through the app's ui.

As

older-pack
older-pack commented May 24, 2021

Hi, internet access doesn't work on my device. So I can't directly download the trained data. But I can side load data.

I've read #29 and I can the see data goes in /storage/emulated/0/Android/data/io.github.subhamtyagi.ocr/files/best

As an example, I've downloaded the "Fast" english data from here
https://github.com/tesseract-ocr/tessdata_fast/blob/master/eng.traineddata

And I copie

Website
f-droid.org
Wikipedia
Wikipedia