Commit Graph

44 Commits

Author SHA1 Message Date
Vinicius Moreira
d68bf1e53d [flatpak] fix: not displaying the updates size for Flatpak 1.2 2021-11-09 12:28:41 -03:00
Vinicius Moreira
8488b086e6 [flatpak] fix: not displaying update components not associated with installed packages 2021-11-09 11:47:36 -03:00
Vinicius Moreira
a6c065efb6 [flatpak] fix: not listing installed packages for Flatpak 1.2 2021-11-05 13:48:51 -03:00
Vinicius Moreira
978120ba71 fix -> missing Python hard dependency: packaging 2021-01-20 09:43:13 -03:00
Vinicius Moreira
cd4519d7d9 [flatpak] fix -> crashing for version 1.10 2021-01-19 10:16:53 -03:00
Vinicius Moreira
b451d00aaf [flatpak] fix: crashing when trying to retrieve size of runtimes subcomponents 2021-01-13 10:33:55 -03:00
Vinicius Moreira
e46821c4ef [flatpak] fix -> crashing for Flatpak 1.6.5 when there are updates 2020-12-18 19:29:37 -03:00
Vinicius Moreira
bef465a1ea [ui] fix: upgrading: only requesting the root password if required | [flatpak] fix -> crashing when trying to downgrade 2020-12-10 19:15:34 -03:00
Vinicius Moreira
ef28a18d02 [flatpak] improvement: only displaying the commit's 8 first characters 2020-11-30 17:51:04 -03:00
Vinicius Moreira
3691a2162c [flatpak] fix -> some env vars not available during the launch process 2020-08-20 14:27:24 -03:00
Vinicius Moreira
b99462d0e5 [flatpak] fix -> some environment variables are not available during the common operations 2020-08-20 12:37:21 -03:00
Vinicius Moreira
a027412842 [flatpak] fix -> crashing when an update size cannot be read 2020-08-12 11:56:42 -03:00
Vinicius Moreira
dd8683063b [flatpak] improvement -> downgrade function refactored 2020-08-12 11:46:55 -03:00
Vinicius Moreira
12b7acc559 [flatpak] fix -> installation fails when there are multiple references for a given package 2020-08-12 10:28:00 -03:00
Vinicius Moreira
57c88f9589 [flatpak] improvement -> Creating the exports path '~/.local/share/flatpak/exports/share' (if it does not exist) and adding it to install/upgrade/downgrade/remove commands path to prevent warning messages 2020-08-11 11:08:09 -03:00
Vinícius Moreira
01a60ea686 0.9.0 2020-04-13 11:49:28 -03:00
Vinícius Moreira
9885aa151b [fix][flatpak] not able to update partials for Flatpak < 1.5 2020-01-30 16:05:57 -03:00
Vinícius Moreira
818713e361 [fix]flatpak] an exception happens when trying to retrieve the information from partials in Flatpak 1.4 2020-01-30 15:34:14 -03:00
Vinícius Moreira
9478f5b2fd [flatpak] small refactoring 2020-01-22 17:35:38 -03:00
Vinícius Moreira
4931cf590a [fix][flatpak] displaying a wrong popup message when an error happens during commits reading within the downgrade process 2020-01-22 17:34:24 -03:00
Vinícius Moreira
3aa5c16f8d [fix][flatpak] not retrieving the history correctly for different instalation levels 2020-01-13 18:55:25 -03:00
Vinícius Moreira
b76294b075 [fix][flatpak] updating application dependencies during updating and downgrading 2020-01-13 16:05:43 -03:00
Vinicius Moreira
4a26381c04 [flatpak] new model update for Flatpak 1.4.X 2020-01-13 15:47:33 -03:00
Vinícius Moreira
8dd114da85 [feature][flatpak] registering Flathub at system level 2020-01-13 14:41:01 -03:00
Vinícius Moreira
9f15b1b244 [improvement][flathub] automatically adds Flathub as the default remote at the user level 2020-01-13 13:04:35 -03:00
Vinícius Moreira
23941015c2 [flatpak] able to differentiate system and user updates for Flatpak >= 1.5 2020-01-13 11:51:28 -03:00
Vinicius Moreira
4144631f49 [flatpak] new update model for flatpak 1.0.X 2020-01-12 23:43:20 -03:00
Vinícius Moreira
4a1f0d4809 [feature][flatpak] installation level 2020-01-10 19:37:26 -03:00
Vinícius Moreira
80a9d5b347 [flatpak] fix 2020-01-10 18:43:25 -03:00
Vinícius Moreira
dbf727bee1 Merge branch 'fpakus' into fpakpart
# Conflicts:
#	bauh/gems/flatpak/flatpak.py
#	bauh/gems/flatpak/model.py
2020-01-10 17:42:27 -03:00
Vinícius Moreira
9d326efcd4 [flatpak] updating partials 2020-01-10 16:11:45 -03:00
Vinícius Moreira
edc3785e42 [flatpak] initial partial update support | [ui] trying to fix resize issues 2020-01-09 19:20:57 -03:00
Vinícius Moreira
f65e77872b [flatpak] initial user installation level support 2020-01-09 15:16:31 -03:00
Vinícius Moreira
c29b1a0252 suggestions button implemented respecting already installed applications 2019-12-23 13:04:51 -03:00
Vinicius Moreira
79c59e8725 [fix][flatpak] downgrade: ignoring no related updates 2019-11-25 17:29:55 -03:00
Vinicius Moreira
d79433a8d1 [fix][flatpak] Ignoring no related updates 2019-11-25 17:06:22 -03:00
Vinicius Moreira
2c5f2f9a9a [flatpak] fix: runtimes update-checking for version 1.5.x | [cache] fix: thread lock 2019-10-16 13:06:02 -03:00
Vinicius Moreira
d98636dd36 flatpak: converting history string dates to datetime instances 2019-10-08 15:53:00 -03:00
Vinicius Moreira
2a84ff4c32 improvement: only changing the installed package status ( not refreshing the whole table ) | fix: flatpak downgrading error handling 2019-09-24 15:17:09 -03:00
Vinicius Moreira
6c3e0e00bf fix: snap launch 2019-09-18 18:01:01 -03:00
Vinicius Moreira
c35478acf9 fix: not listing installed flatpaks for flatpak 1.2 2019-09-18 16:59:25 -03:00
Vinicius Moreira
80f49bd083 improving Snap suggestions read time 2019-09-17 15:10:54 -03:00
Vinicius Moreira
51f1bf4d3d improving installed Flatpaks reading time 2019-09-16 15:32:17 -03:00
Vinicius Moreira
ba5e1da11b gem selector sketch 2019-09-11 16:00:02 -03:00