PhilippC
477bb87322
Merge pull request #2150 from tenzap/001-build_system
...
Build system improvements (Makefile, github workflow)
2022-12-18 15:46:35 +01:00
PhilippC
6584303cdf
New translations strings.xml (Japanese)
2022-12-16 04:00:42 +01:00
PhilippC
cbcb72158e
New translations strings.xml (Japanese)
2022-12-15 14:49:31 +01:00
PhilippC
43c8c7d243
New translations strings.xml (Japanese)
2022-12-15 02:43:10 +01:00
PhilippC
9d31559916
New translations strings.xml (Japanese)
2022-12-14 23:46:21 +01:00
tenzap
3483654830
github workflow: make use of caches for nuget, gradle & xamarin
...
Speeds job by up to ~3-5 minutes
2022-12-13 14:10:00 +01:00
tenzap
a74b162e37
Build.readme.md: small updates
...
Mention java
Do minimal required install of Mono on linux (instead of mono-complete
2022-12-13 14:09:59 +01:00
tenzap
52dd73fa9f
Makefile: improve java & native targets
...
So that they get rebuilt if any of their files changes
2022-12-13 14:09:29 +01:00
tenzap
548b92ffe9
Makefile: improve nuget restore & clean
...
In some cases, nuget restore isn't sufficient to restore everything, especially if project.assets.json files
are missing or were removed. So we add a call to MSBuild -t:restore to build it.
Both nuget & msbuild are required because msbuild can only restore packages in 'packages.config' from version
16.5
2022-12-13 14:07:15 +01:00
PhilippC
1df84ae7a3
New translations strings.xml (Japanese)
2022-12-13 06:48:56 +01:00
PhilippC
ba40179c82
New translations strings.xml (Japanese)
2022-12-13 05:01:53 +01:00
PhilippC
1add52a459
New translations strings.xml (Japanese)
2022-12-13 04:02:55 +01:00
PhilippC
2f105d30fd
New translations strings.xml (Japanese)
2022-12-12 16:37:03 +01:00
PhilippC
e473940c26
New translations strings.xml (Japanese)
2022-12-12 16:37:02 +01:00
Arieh Schneier
5f836c381f
Mark passwords as sensitive when copy to clipboard
2022-12-13 02:28:05 +11:00
PhilippC
7282fdae0b
New translations strings.xml (Japanese)
2022-12-12 14:22:34 +01:00
PhilippC
df2a7412d3
New translations strings.xml (Japanese)
2022-12-12 13:24:16 +01:00
PhilippC
ae4cdeedbf
New translations strings.xml (Japanese)
2022-12-12 10:57:38 +01:00
PhilippC
fe6115aefb
New translations strings.xml (Japanese)
2022-12-12 09:52:08 +01:00
PhilippC
414dfa57b2
New translations strings.xml (Japanese)
2022-12-12 07:08:35 +01:00
PhilippC
193a39390c
New translations strings.xml (Japanese)
2022-12-12 06:06:05 +01:00
PhilippC
43455959e2
New translations strings.xml (Japanese)
2022-12-12 03:19:36 +01:00
PhilippC
2d0e142a79
New translations strings.xml (Japanese)
2022-12-12 02:24:01 +01:00
PhilippC
27714c0cdf
New translations strings.xml (Japanese)
2022-12-11 15:40:06 +01:00
PhilippC
37db758ee5
New translations strings.xml (Japanese)
2022-12-11 14:41:35 +01:00
dependabot[bot]
faccbc10e5
Bump Newtonsoft.Json from 11.0.1 to 13.0.1 in /src/keepass2android
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 11.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.1...13.0.1 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-11 13:29:25 +00:00
PhilippC
748bd493c4
Merge pull request #2134 from tenzap/master_my
...
Fix build, support build of 'nonet' flavor inside master branch
2022-12-11 14:28:54 +01:00
PhilippC
8616956df1
New translations strings.xml (Japanese)
2022-12-11 06:33:44 +01:00
PhilippC
e0da5470e2
New translations strings.xml (Japanese)
2022-12-11 05:30:02 +01:00
PhilippC
27e237c5e9
New translations strings.xml (Japanese)
2022-12-11 01:05:29 +01:00
PhilippC
22d4ebbea4
New translations strings.xml (Japanese)
2022-12-10 23:58:51 +01:00
tenzap
586b7fc389
remove src/build-scripts/build-xamarin*.bat
...
Prefered method to build on command line is with make since it is provided in NDK anyway
2022-12-10 20:44:55 +01:00
tenzap
63f6c1e5cf
relocate build.readme.md and mention it in README.md
2022-12-10 20:44:55 +01:00
tenzap
2c128794ac
Update build scripts for Windows, linux, support macos & 'build readme'
...
Remove the older shell scripts, they are superseede by a Makefile
which is more efficient.
BTW update the build README
2022-12-10 20:44:55 +01:00
tenzap
cf0e8a1926
[nonet migration] adapt Makefile and github worklow, update build doc
...
This will permit to build on the github workflow both the 'net' and 'nonet'
variant
2022-12-10 20:44:55 +01:00
tenzap
06bd468658
[nonet migration] permit to build nonet on master branch through NoNet Flavor
...
To select the NoNet Flavor, call MSBuild with the 'Flavor' Parameter.
For example MSBuild.exe ....... -p:Flavor=NoNet
For the "net" build, flavor value is "Net"
See: https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-build-the-same-source-files-with-different-options?view=vs-2019
2022-12-10 20:44:55 +01:00
tenzap
7b6ff73fb9
Add Makefile to be able to build from command line
2022-12-10 20:44:51 +01:00
PhilippC
54231b23f3
New translations strings.xml (Japanese)
2022-12-10 15:50:08 +01:00
PhilippC
77ee958587
New translations strings.xml (Japanese)
2022-12-10 14:46:54 +01:00
PhilippC
69137b2212
New translations strings.xml (Japanese)
2022-12-10 11:45:56 +01:00
PhilippC
208f080bd2
New translations strings.xml (Japanese)
2022-12-10 10:41:40 +01:00
PhilippC
34b738e2fe
New translations strings.xml (Japanese)
2022-12-10 03:32:42 +01:00
PhilippC
1664171794
New translations strings.xml (Japanese)
2022-12-10 01:20:54 +01:00
PhilippC
5690ff6c99
New translations strings.xml (Japanese)
2022-12-09 07:25:47 +01:00
PhilippC
e7a43ab7a6
New translations strings.xml (Japanese)
2022-12-09 04:32:52 +01:00
tenzap
96fcc79c93
Autoselect correct AndroidManifest in csproj
...
This avoids use of an external .bat script and selects the correct manifest based
on the configuration to build for (Debug, Release...)
2022-12-08 12:29:16 +01:00
tenzap
b99272e850
add github actions workflow (build with macos, windows, linux)
2022-12-08 12:29:15 +01:00
PhilippC
b04aba7644
New translations strings.xml (Japanese)
2022-12-08 01:42:55 +01:00
PhilippC
cef13eafa0
New translations strings.xml (Japanese)
2022-12-08 00:16:52 +01:00
PhilippC
37befe2c46
New translations strings.xml (Finnish)
2022-12-07 14:32:24 +01:00