Skip to content

AutoName: only in checkupdates

AutoName: is only needed for the commit messages generated by checkupdates, and it makes the logic for localized names confusing. This is the hierarchy of how to choose which name to use:

  1. metadata file
  2. fdroiddata localized files
  3. fastlane/triple-t in app source
  4. scraped from APK

The changes in index.xml and index-v1.json were due to different names being chosen because the logic now works properly. They were triple-checked for accuracy.

WIP because I'm currently testing it with a full f-droid.org index generation.

sorry @Bubu, this conflicts with your refactoring in !756 (merged) but it shouldn't be a hard conflict to solve.

Edited by Hans-Christoph Steiner

Merge request reports