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

Skip to content

Convert AppConstant.java into kotlin

Vincent Bourgmayer requested to merge 1246-refactor-AppConstants into main

Description

Small refactoring MR, coming from forgiven MR for issue !237 (closed).

Screenshots

Technical details

I try to keep this MR atomic

  • Transform java class into kotlin
  • Remove unused and useless constant
  • Replace one import with * by the required class name.

Tests

Issues

10 commandments of code reviews

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

Summary by CodeRabbit

  • New Features

    • Introduced a centralized repository for application constants to improve maintainability and accessibility.
  • Bug Fixes

    • Enhanced clarity of constant names across multiple classes by adopting consistent naming conventions.
  • Tests

    • Updated test cases to reflect new constant names for better clarity and consistency.
    • Minor adjustments made to streamline imports in test files.
Edited by CodeRabbitAI

Merge request reports

Loading