

Checkboxes also hide when user switches to 'Installed' category. Note that checkbox selection drops every change of category. In the statusbar at the bottom now appears application selection count. This GIF is from earlier days of testing when RAPPS had 'Installed' disabled and there was a visual bug with decrementing.
#AKELPAD BUG REPORT DOWNLOAD#
To issue this download you can check multiple checkboxes (use 'Select/Desellect All') and press 'Install' button. Dialog also shows download progress status for each app. That means you can continue using RAPPS while it downloads something.
#AKELPAD BUG REPORT INSTALL#
This change introduces new download dialog that can download and install multiple apps sequentially and also it's now modeless. Previously you could only download and install one app at time and you could not use RAPPS while doing it. I've added support for 'per app' icons, that can be loaded from AppData/rapps/rapps/icons folder (that's where the database entries are). Old RAPPS used the same boring icon for every app in the list. I've used Faenza as well as some random icons from the Internet. Introducing this would highlight the open source apps among the rest. Value 1 stands for "Open Source", 2 - "Freeware" and 3 - "Demo/Trial".
#AKELPAD BUG REPORT LICENSE#
It's a field in the DB which, when present, changes the way License field in the info is shown.

Example: Languages=0C09|0813|0422 \\English|Dutch|Ukrainian Multiline parameters are also supported.Īnd the last field is LicenseInfo.

This one requires adding additional Languages field to the DB entries where you add all the language codes app supports separated by |. This field can tell you if this app is translated to your language or English and how many more there is. Suffers from the very same problem as the above, because version check uses the same method.Īnother added field is Languages field. If the check can't happen or installed version is greater it falls back to "Installed". When the app is installed, and the available version is higher, then RAPPS would show "Update available" status. Version number is also retrieved from the same registry key. While this string is a prefered method of doing such checks, I've decided to also do them with the existing plain names with or without version attached (this is a common thing), and that worked very well. There already is a field which allows you to specify this string per app, but no apps database entries actually use that right now. Installation check is done via checking the /Uninstall keys in the registry, and it's not very reliable - every app writes it's own string there. Statuses can be "Not installed", "Installed", "Update available". The info panel displays status right after the name of the app. I've added several new information types for this panel. One of the goals on the first week was editing the info for available applications. Some of them won't be listed here as they are not only visual. However, I've added some enhancements for the UI. You can also invoke a context menu on each entry for other commands. Just doubleclick the app you want to install or select multiple apps via checkboxes.
