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

Skip to content

Partial ViewBinding Migration

Aayush Gupta requested to merge aayush_viewBinding_migration into master

Description

This change migrates the following features to use view binding:

  • Updates
  • Search
  • Categories
  • MainActivity
  • Settings
  • Home (partial)

2 features which are namely application and home haven't been migrated due to the current code being written in a way that requires changes before migration.

Reason for migration:

  • Kotlin Android Extensions is deprecated
  • It has important advantages over using findViewById

Ref:

This change also bumps the Apps version to 1.2.0 as we are going to release builds.

Related issues

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Related MRs

None

How has this been tested?

Install platform build variant and notice that existing features works without any issues

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

Edited by Aayush Gupta

Merge request reports

Loading