Some more renamings
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
Edited by Jonathan Klee