Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Some more renamings

Jonathan Klee requested to merge 0000-s-more-renamings-again into main

Description

  • Rename IFusedManager to AppManager
  • Rename FusedDownloadDAO to AppInstallDAO
  • Rename FusedManagerRepository to AppManagerWrapper
  • Rename FusedDownloadRepository to AppInstallRepository
  • Rename FusedManagerImpl to AppManagerImpl
  • Rename FusedDownload to AppInstall
  • Rename fusedDownload package to install

I used tableName = FusedDownload" not to need to change the database.

@Entity(tableName = "FusedDownload")
data class AppInstall(

Screenshots

Technical details

Tests

Issues

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/mobile-team/guidelines/Code-review

Edited by Jonathan Klee

Merge request reports

Loading