Skip to content
Snippets Groups Projects
  1. Oct 26, 2021
    • darkbit's avatar
      Added missing androidx dependency · 9a9bc962
      darkbit authored
      The code uses annotations from androidx, but doesn't add them as
      dependency.
      This works, because the firebase dependency also depends on these
      androidx dependencies, which therefore are also available in this
      project. But as the F-Droid/FOSS releases don't include this dependency,
      the build failed on F-Droid.
      
      Fixes #4
      9a9bc962
    • darkbit's avatar
      Fixed resource warnings · 9a746d08
      darkbit authored
      Some strings in the android resources used multiple %s replacements.
      These resulted in a warning, as it is not clear if they should use the
      same replacement string or different ones. Therefore the positional
      arguments were added to fix the warning.
      
      Related to #4
      9a746d08
  2. Aug 20, 2021
  3. Aug 07, 2021
  4. Apr 06, 2020
  5. Mar 13, 2020
  6. Mar 07, 2020
  7. Mar 06, 2020
  8. Aug 05, 2018
  9. Jul 31, 2018
  10. May 22, 2018
  11. May 01, 2018
  12. Apr 28, 2018
  13. Mar 21, 2018
  14. Jan 05, 2018
  15. Dec 28, 2017
  16. Dec 18, 2017
  17. Dec 17, 2017
Loading