]>
sbz's 6dev Repos - android-sysinfo/.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sofian Brabez [Wed, 8 Sep 2021 10:08:33 +0000 (12:08 +0200)]
Add samsung galaxy a21s device
Sofian Brabez [Wed, 8 Sep 2021 10:03:01 +0000 (12:03 +0200)]
Update the cpuinfo parsing to handle different implementations
Some devices implementation contains either "model name" or "Processsor"
in order to identify the CPU ident in /proc/cpuinfo. Try looking up the
common way and fallback to maximize the detection of the CPU. Do not
display the CPU if the lookup does not succeed.
Sofian Brabez [Wed, 10 Mar 2021 19:15:45 +0000 (19:15 +0000)]
Add Android 10 and 11 and following style(9)
Sofian Brabez [Mon, 4 Jan 2021 18:20:40 +0000 (19:20 +0100)]
Add MIT LICENSE for the project
Fixes #1
Sofian Brabez [Mon, 4 Jan 2021 18:10:17 +0000 (19:10 +0100)]
Add huawei y series device
Sofian Brabez [Sun, 21 Jun 2020 17:38:19 +0000 (18:38 +0100)]
Add htc magic device
Sofian Brabez [Sun, 21 Jun 2020 16:37:43 +0000 (17:37 +0100)]
Define nitems() to count container size
It avoids code duplication when computing size of arrays
Sofian Brabez [Sun, 21 Jun 2020 16:28:55 +0000 (17:28 +0100)]
Model name is more appropriate than Model number
Sofian Brabez [Sun, 21 Jun 2020 16:28:26 +0000 (17:28 +0100)]
Detect and display the android version name
Sofian Brabez [Sun, 21 Jun 2020 12:37:23 +0000 (13:37 +0100)]
Report CPU in output
Parse /proc/cpuinfo CPU information and display it in the sysinfo output
Sofian Brabez [Sun, 21 Jun 2020 10:44:29 +0000 (11:44 +0100)]
Add nexus 6 device
Sofian Brabez [Sat, 20 Jun 2020 13:52:57 +0000 (14:52 +0100)]
Add output section on devices
Sofian Brabez [Sat, 20 Jun 2020 13:50:22 +0000 (14:50 +0100)]
Initial commit