Magisk/app/src/main/java/com/topjohnwu/magisk
Viktor De Pasquale e595937740 Added versions to home screen
To overview (when updatable)
  - It is very hard to spot a difference in versions so versions are now regarded as commit messages (after dash [-]) when applicable
      - This will result in more clear, understandable text
      - Bleeding edge (canary) user would see:

        ffed229 > ffe02ed or 19.4 > ffe02ed

        as opposed to:

        19.4-ffed229 (19404)
        19.5-ffe02ed (19501)
      - Regular beta+ user would see:

        19.4 > 19.5
To bottom of the screen
  - This change is with respect to regular user. They don't care which version they run as long as they know that "up-to-date" is a gold standard
  - It takes tons of real-estate on the screen which takes away the glance-ability from the overview.
2019-10-07 20:09:12 +02:00
..
data Fix manager package name database management 2019-08-12 03:31:59 -07:00
di Added logic to redesigned home 2019-10-04 19:36:26 +02:00
extensions Added indication of whether the manager is hidden 2019-10-06 12:06:31 +02:00
model Added in-app settings shortcut from system settings 2019-10-06 12:20:05 +02:00
redesign Added versions to home screen 2019-10-07 20:09:12 +02:00
tasks Random changes 2019-09-05 11:36:48 -04:00
ui Removed no-root state 2019-10-04 18:56:35 +02:00
utils Fixed dimensions and padding throughout the homescreen 2019-10-05 12:53:40 +02:00
view Remove unused files 2019-08-08 00:29:27 -07:00
App.kt Multiple minor changes 2019-08-12 01:54:33 -07:00
ClassMap.kt Added redesign base 2019-10-02 19:42:38 +02:00
Config.kt Added redesign base 2019-10-02 19:42:38 +02:00
Const.kt Added in-app settings shortcut from system settings 2019-10-06 12:20:05 +02:00
Info.kt Added versions to home screen 2019-10-07 20:09:12 +02:00