- Aug 20, 2023
-
-
Vitalii Koshura authored
[Android][CI] Split Android Manager builds to decrease total build time.
-
Vitalii Koshura authored
Update all_projects_list.xml
-
Vitalii Koshura authored
Do not build Debug since it's useless on CI. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
AenBleidd authored
-
- Aug 19, 2023
-
-
Vitalii Koshura authored
[Android] Revert back to target API 21
-
Vitalii Koshura authored
In #3418 I changed the behavior of BOINC to run always in the foreground mode. This lead to the situation when notification was always shown, even when BOINC in not running, and thus making a lot of notification noise. 3 years ago I thought that this is good decision and a necessary evil. Unfortunately, I was wrong. My main motivation of this was to be able to be on track, and have our application in the Play Store. But every new API increase the limitations from the Android side become stronger and stronger, and prevent us from doing what we want. For example, in the Android versions starting from Oreo, it is not possible to start a service from the background. And while we can leave with that fact, we received and issue with the notifications. I thought, that if we will have BOINC always running on the foreground, it will be possible to keep it always running and prevent it from being killed by the system. Unfortunately, this is not the case. The system still kills the application, and the notification is still shown. And this is not the only problem. Other problem is that starting from API 29, we are not able to start executables downloaded from the server. Since this is a core functionality, we are not able to target API 29 or higher. And since we are not able to target API 29 or higher, we are not able to put BOINC in the Play Store. And thus it makes no sense to target any API higher than 21 because it will just kill the functionality of the application. So, I decided to revert back to the API 21, and make the application work as it was before. But even in this case there is a chance that on the newer version of Android, some of the gard limitations will be applied, and it will prevent (again) BOINC from working. But at least currently application is working, and we can add necessary features to it. The only issue I see now is that the user will see a notification, that this application was developed for the older version of Android and thus might not work correctly, but I believe we can live with that. This fixes: #4189, #4218 and #4190 Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- Aug 18, 2023
-
-
Vitalii Koshura authored
Mac: Fix Automatic language detection
-
Charlie Fenton authored
-
- Aug 17, 2023
-
-
Vitalii Koshura authored
[Android] Show Battery Optimization settings when:
-
Vitalii Koshura authored
1. Battery Optimization settings are available 2. and application was not already set to ignore Battery Optimization 3. and these settings were not shown before This fixes #4420 Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- Aug 12, 2023
-
-
Vitalii Koshura authored
Update translations
-
- Aug 11, 2023
-
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
[Android][ci] Separate Android client build from the Android Manager build to speed-up CI
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- Aug 10, 2023
-
-
Vitalii Koshura authored
Scheduler: add <min_libc_version> option to plan_class_spec.xml
-
David Anderson authored
(Linux) If you build an app on a machine with a given version of libc, it won't run on hosts with older versions. Until now you had to build on a super-old system. With this change you can build on a newer system, and give the app version a plan class that limits it to hosts with that min libc version.
-
Vitalii Koshura authored
Fix Mac crash bug introduced by commit e0ffbf10
-
Charlie Fenton authored
-
- Aug 09, 2023
-
-
Charlie Fenton authored
-
Charlie Fenton authored
-
- Aug 08, 2023
-
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- Aug 07, 2023
-
-
Vitalii Koshura authored
Update translations
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- Jul 30, 2023
-
-
Vitalii Koshura authored
[CI] Fix paths for renamed vcpkg triplet files
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- Jul 22, 2023
-
-
Vitalii Koshura authored
Locale: Update localization template files
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
-
Vulpine05 authored
-
Vulpine05 authored
-
Vulpine05 authored
-
- Jul 21, 2023
-
-
Vulpine05 authored
Prevents the filter alerts button from being cut off when the window is reduced in width.
-
Vulpine05 authored
Additions or modifications to either maintain functionality of the existing function and/or to include functionality for filtering by alerts.
-
Vulpine05 authored
New function created to filter errors (alerts) when alert filter button is used.
-
Vulpine05 authored
Consolidates code used multiple times in OnErrorFilter and OnMessagesFilter.
-
Vulpine05 authored
New bools added to be used to determine if filtering by alert/errors is active and if the filtering has changed.
-
Vulpine05 authored
This adds a wxButton to the window to allow the user to filter the event log by alerts.
-
- Jul 20, 2023
-
-
Vitalii Koshura authored
[mingw] Fix build of the cmake project
-
Vitalii Koshura authored
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
-