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

Skip to content

Rename FusedAPIInterface in ApplicationInstaller

Jonathan Klee requested to merge 0000-s-fused-renamings into main

Description

FusedAPIInterface has been renamed in ApplicationInstaller.

ApplicationInstaller has also been sanitized:

interface ApplicationInstaller {

    fun installApplication(app: FusedApp)

    fun cancelDownload(app: FusedApp)
}

Previous parameters appIcon: ImageView? of installApplication() was never used.

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