Commit Graph

19 Commits

Author SHA1 Message Date
vectorsigma72
0a5b4bd8bf App and package update
Support for recently added drivers.
Clover.app has some fixes for the UI.
2020-07-15 01:43:53 +02:00
vectorsigma72
479117e5d6 Clover.app v1.23
Better error handling for indexing problems due to internet connection errors.
2020-05-30 13:59:24 +02:00
vectorsigma72
6aac20b758 Clover.app v1.22
Improved Clover installer with better detailed log.
2020-05-13 19:09:30 +02:00
vectorsigma72
6017607113 Bug fixes for Clover.app
Fixed SMBIOS->Version and SMBIOS->SerialNumber generating config.plist.
Fix mount in Sierra and older by sending mount operation in a background thread and updating the UI on the main one.
2020-04-30 15:55:31 +02:00
vectorsigma72
75ffe238ca Update ThemeView.swift
Use dedicated function to add constraints
2020-04-29 14:12:22 +02:00
vectorsigma72
bcb139e882 Clover. app v1.20
Enabling Fat16 filesystem for the theme manager.
2020-04-29 13:04:33 +02:00
vectorsigma72
00e5e5e7a7 Inproved theme manager resize ability during optimization
Now the theme manager can resize images based on the screen resolution detected into the config.plist or from the main screen of the pc. The resize of the icons only trigger when icons have different size.
2020-04-22 18:01:22 +02:00
vectorsigma72
bc4fba913b Cllover.app, fixed repository detection.
From now on the app will show themes that needs to be updated based on repository source. Summary:

- file's git-sha1 compared only if the theme comes from the chosen repository.
- theme is not considered as "old" if has been optimized.
- theme from same repository are considered old (if never optimized) comparing the git sha1.
- theme from same repository are considered old (if optimized) only if some file(s) are missing or added.
- just like in git, empty directories are ignored.
2020-04-13 16:22:54 +02:00
vectorsigma72
4bed728157 Clover.app skip for now a new functionalty that crash 2020-04-12 22:31:52 +02:00
vectorsigma72
0e8cdd99aa Clover.app v1.18
Repaired self update after introcuced a bug in v1.17. Theme manager should now know the repository where installed themes comes from and if was optimized.
2020-04-12 21:52:34 +02:00
vectorsigma72
a53de40946 buildme correction for Linux + "get" vars in Extensions.swift (Clover.app) 2020-04-10 23:10:18 +02:00
vectorsigma72
a4c90606d1 Clover.app: added LAbyOne's theme repository + themeout of date theme detection
HelmoHass themes repository (by LAbyOne) can be selected directly in the UI.
Now the theme manager knows when a theme is out dated and show a dedicate icon when this happens. Now Clover.app can encode the git sha1 ... always with out git.
Searching themes in the relative fields is now even more easy by tipying the name partially in case insensitive mode.
builme now close the Terminal window when exit is selected (thanks to LAbyOne).
Fixed a bug in the theme manager engine switching between repositories.
2020-04-09 05:31:05 +02:00
vectorsigma72
c8969630f3 Plist Editor for Cover.app
Introduced a real Property List Editor.
Fixed Theme manager engine.
Other minor fixes
2020-04-07 13:48:12 +02:00
vectorsigma72
bc29fe433b Clover.app, conversion of icns image to png optimizing themes 2020-03-08 20:11:00 +01:00
vectorsigma72
206bdd7f2e Clover.app, fix for very slow internet connection (themes) + error handling for optimize theme 2020-03-08 16:08:55 +01:00
vectorsigma72
2927eaca4f Added "Optimize" to strings files 2020-03-07 19:51:10 +01:00
vectorsigma72
286f7c643f Optimize Theme ability for Clover.app
When this option is enabled all png images will be converted to PNG-8 (8 bit per pixel).
2020-03-07 19:30:59 +01:00
vectorsigma72
e8a29b1a29 Clover.app v1.16 with clover-genconfig ability
The internal parser is  retro compatible with old Clover revisions since r3250. This is possible because a check for the existence of any variable inside SETTING_DATA structure is performed before the call. Variables are all accessed using the label property of the Mirror class, so as a string.
2020-03-01 15:16:28 +01:00
vectorsigma72
99e9fc5d89 Clover.app v1.15 with themes manager
Themes can be downloaded without git. The parser allows users to chose the Github user and the repository name, and so load themes from forks or any repo that has compatible directories structure (the repository must contains only themes, at first level).
2020-02-11 15:46:53 +01:00