- 20 May, 2019 2 commits
-
-
Kevin Reed authored
-
Kevin Reed authored
-
- 17 May, 2019 3 commits
-
-
Kevin Reed authored
Added a few more API functions to the Fortran API
-
David Anderson authored
[Windows]hostinfo_windows:add Hygon dhyana support to enable Hygon CPU feature
-
fanjinke authored
Signed-off-by:
fanjinke <fanjinke@hygon.cn>
-
- 15 May, 2019 1 commit
-
-
Juha Sointusalo authored
systemd hardening
-
- 14 May, 2019 4 commits
-
-
Kevin Reed authored
db_purge: fix bugs in zlib support
-
Uplinger authored
[Android] Fix build_all.sh script to run CI script
-
Roman Trunov authored
There are two bugs in db_purge zlib support code: 1. Wrong archive streams flushed (copy-paste programming...) 2. `Z_FULL_FLUSH` must not be used as it clears compression dictionary, this ruins compression. Use `Z_SYNC_FLUSH` instead. This fixes #3145 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Veronica K. B. Olsen authored
-
- 13 May, 2019 4 commits
-
-
Uplinger authored
Tests: more unit tests for str_util.cpp
-
Kevin Reed authored
[Windows] [AppVeyor] Use secure windows git dependencies path
-
Kevin Reed authored
web: make it possible to send HTML email
-
David Anderson authored
-
- 12 May, 2019 5 commits
-
-
Vitalii Koshura authored
Change from http://boinc.berkeley.edu/git/boinc_depends_win_vs2013.git to https://boinc.berkeley.edu/git/boinc_depends_win_vs2013.git for CI windows builds when loading windows build dependencies from Berkeley git repo Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Adam Radocz authored
[Android] Add Cancel button to 'Add Project' screen
-
Adam Radocz authored
[Android] Fix menu button icon
-
Adam Radocz authored
[Android] Change color to white in drop-down menus
-
Vitalii Koshura authored
By default there is dark-blue color as a background of drop-down menus. This make black text drawn on blue looks not nice. This changes default background color to white for better usability. This fixes #2001 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- 11 May, 2019 5 commits
-
-
Vitalii Koshura authored
[Android] Fix Obsolete sdk version checks.
-
Vitalii Koshura authored
By default there was collapse icon on menu button. After SDK update it looks like that is necessary to add extra function `setHomeAsUpIndicator()` to show correct icon instead of default 'Back' icon This fixes #2940 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
[Android] Use apply() instead of commit on shared preferences. Wherea…
-
Adam Radocz authored
-
Adam Radocz authored
[Android] Fix spelling typo
-
- 10 May, 2019 7 commits
-
-
Vitalii Koshura authored
Move functionality to install NDK and download curl and openssl sources to CI script that are already presented there. This fixes #3119 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
Fix usage of BUILD_DIR variable that was missed during input parameters parsing Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Kevin Reed authored
Public-key cryptographic proof of account ownership
-
Kevin Reed authored
-
Vitalii Koshura authored
Override default Back button behavior on 'Add Project' screen to duplicate the same functionality as Cancel button. Small refactoring Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
Currently there is no way to cancel 'Add Project' procedure once it is started. This pull request add cancel button to this screen. Also it fixes the warning with `layout_alignParentRight` setting that could work in not a proper way for right-to-left UI. I'm not sure whether it is an issue now but definitely will be better to have. This fixes #3136 Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
- 09 May, 2019 6 commits
-
-
Vitalii Koshura authored
[Android] Suppress WakeLock warning message. To run BOINC in the back…
-
Vitalii Koshura authored
Signed-off-by:
Vitalii Koshura <lestat.de.lionkur@gmail.com>
-
Vitalii Koshura authored
[Android] Fix code style issues
-
Vitalii Koshura authored
[Android] Delete unused imports.
-
Vitalii Koshura authored
[Android] Fix Javadoc issues.
-
brevilo authored
[Android] Change the Desktop Environment from Mate to Lubuntu in Vagrant
-
- 08 May, 2019 3 commits
-
-
Vitalii Koshura authored
[Android] Add guide to Vagrant Readme on how to push to GitHub without password using ssh-key
-
Adam Radocz authored
[Android] Fix issue when 'Add Project' list shows projects that have …
-
Vitalii Koshura authored
[Android] Update the Android Gradle plugin to version 3.4.0 and Gradl…
-