amahi / android

Amahi Android App
GNU General Public License v3.0
165 stars 277 forks source link

Removed outdated code which were for Android SDK version lower than 21 #707

Closed Prakhar-Agarwal-byte closed 3 years ago

Prakhar-Agarwal-byte commented 3 years ago

@cpg I have removed 2 files that were specific to the Android SDK version below 21 and also made some required code changes. Fixes #702

chirag-jn commented 3 years ago

Please attach screenshots of the following two things

  1. App working on Android v21
  2. Changes introduced after the changes in styles/themes files
Prakhar-Agarwal-byte commented 3 years ago
  1. App working perfectly fine in Android v21 image image

  2. No changes in the theme are introduced. It is the same as before since I have only put extra code from themes.xml (v21) that was specific for v21 and above in the themes.xml (base) file.