Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						b2b0b8ddc9 
					 
					
						
						
							
							switch to Java 17 in build.yml  
						
						
						
						
							
						
					 
					
						2024-10-22 15:23:27 +02:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						9494f28acf 
					 
					
						
						
							
							Merge branch 'anttiharju/master' into update-libs-and-tools  
						
						
						
						
							
						
					 
					
						2024-10-22 15:11:36 +02:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						a98cd33cff 
					 
					
						
						
							
							updating OkHttp, okhttp-digest and dropbox sdk. Removing no longer needed onedrive aar.  
						
						... 
						
						
						
						I wasn't successful in binding the latest dropbox sdk (7.0) and therefor only updated to 5.4.6 which doesn't require an .aar. 
						
						
							
						
					 
					
						2024-10-22 15:02:10 +02:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						65092dcccf 
					 
					
						
						
							
							Switch okhttp-digest source to github  
						
						... 
						
						
						
						as instructed at
https://github.com/rburgst/okhttp-digest?tab=readme-ov-file#use-via-gradle  
						
						
							
						
					 
					
						2024-10-15 22:55:48 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						e464c59796 
					 
					
						
						
							
							Downgrade setup-gradle to v3  
						
						... 
						
						
						
						v3 is node20 and doesn't do validation by default like v4
validation can be disabled in v4 but when that bump is made it's
probably better to resolve the issues rather than ignore them. 
						
						
							
						
					 
					
						2024-10-15 22:48:50 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						7dcccf1105 
					 
					
						
						
							
							Bump artifact actions to v4  
						
						... 
						
						
						
						v4 included breaking changes, but the setup here was compatible
thanks to the usage of `${{ github.job }}`.
https://github.com/actions/upload-artifact/releases/tag/v4.0.0 
v3 artifact actions will be deprecated on November 30th
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ 
node16 actions will be EOL on October 15th
https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/ 
These seem contradictory but I _guess_ on self-hosted runners one
can keep using v3 artifact actions until November 30th. 
						
						
							
						
					 
					
						2024-10-13 15:29:45 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						8d354bb3f0 
					 
					
						
						
							
							Update actions/setup-java to v4  
						
						... 
						
						
						
						Just a node20 update
https://github.com/actions/setup-java/releases/tag/v4.0.0  
						
						
							
						
					 
					
						2024-10-13 15:22:50 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						5882263ee8 
					 
					
						
						
							
							Bump microsoft/setup-msbuild to v2 for node20  
						
						... 
						
						
						
						Just a node20 update
https://github.com/microsoft/setup-msbuild/releases/tag/v2  
						
						
							
						
					 
					
						2024-10-13 15:20:33 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						38e305bb4a 
					 
					
						
						
							
							Pin a third-party action  
						
						... 
						
						
						
						This is security hardening, see
https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-third-party-actions  
						
						
							
						
					 
					
						2024-10-13 15:16:37 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						177b1fc9a3 
					 
					
						
						
							
							Update al-cheb/configure-pagefile-action to v1.4  
						
						... 
						
						
						
						Just a node20 update per
https://github.com/al-cheb/configure-pagefile-action/releases/tag/v1.4  
						
						
							
						
					 
					
						2024-10-13 15:15:11 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						8bde5ed262 
					 
					
						
						
							
							Use actions/checkout for fetching submodules  
						
						
						
						
							
						
					 
					
						2024-10-13 15:10:36 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						247b37262d 
					 
					
						
						
							
							Bump actions/cache to v4  
						
						... 
						
						
						
						Just a node20 update per
https://github.com/actions/cache/releases/tag/v4.0.0  
						
						
							
						
					 
					
						2024-10-13 14:58:18 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						84230b32ef 
					 
					
						
						
							
							Bump gradle/actions/setup-gradle to v4  
						
						... 
						
						
						
						It includes caching improvements as described here:
https://github.com/gradle/actions/releases/tag/v4.0.0 
windows-2022 includes node20 per
https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md#nodejs  
						
						
							
						
					 
					
						2024-10-13 14:56:14 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						a54444e919 
					 
					
						
						
							
							Bump gradle-build-action to v3  
						
						... 
						
						
						
						Gradle v2 uses node16 which will be EOL soon.
"The only major breaking change from gradle-build-action@v2.12 .0
is the update to require a Node 20 runtime environment.
Aside from that change, this release should generally serve as a
drop-in replacement for gradle-build-action@v2."
Gradle updated the action name, following the advice from
https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0  
						
						
							
						
					 
					
						2024-10-13 14:42:06 +03:00 
						 
				 
			
				
					
						
							
							
								anttiharju 
							
						 
					 
					
						
						
							
						
						4b55e2ce8b 
					 
					
						
						
							
							Bump checkout from v3 to v4  
						
						... 
						
						
						
						checkout v3 uses node16 which reaches EOL on 15th of Oct 2024
https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/  
						
						
							
						
					 
					
						2024-10-13 14:35:35 +03:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						5ae718c58e 
					 
					
						
						
							
							update targetframework for Guava libs  
						
						
						
						
							
						
					 
					
						2024-10-08 16:19:24 +02:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						669022ddf0 
					 
					
						
						
							
							update Newtonsoft.Json, FluentFTP and MegaApiClient to the latest versions  
						
						
						
						
							
						
					 
					
						2024-10-08 16:07:56 +02:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						f0fd21a6ec 
					 
					
						
						
							
							upgrade to Gradle version 8.6 (plugin version 8.4)  
						
						
						
						
							
						
					 
					
						2024-10-08 16:03:03 +02:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						73a8ec27d4 
					 
					
						
						
							
							remove no-longer-needed jars from JavaFileStorageBindings  
						
						
						
						
							
						
					 
					
						2024-10-08 15:19:23 +02:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						51902c9bc4 
					 
					
						
						
							
							fix build issues related to removal of deprecated OneDrive API jars. onedrive:// is now no longer supported, but has been replaced with onedrive2:// a long time ago already.  
						
						
						
						
							
						
					 
					
						2024-10-08 14:59:49 +02:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						32d3abf5d6 
					 
					
						
						
							
							Merge pull request  #2544  from PhilippC/release-preparation-1-11  
						
						... 
						
						
						
						Version 1.11-r0 
						
						
							
 
						
					 
					
						2024-02-20 07:10:16 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						543eeb69ef 
					 
					
						
						
							
							manifest for 1.11  
						
						
						
						
							
						
					 
					
						2024-02-19 21:07:32 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						ec6e1593b0 
					 
					
						
						
							
							Merge pull request  #2542  from PhilippC/l10n_master2  
						
						... 
						
						
						
						New Crowdin updates 
						
						
							
						
					 
					
						2024-02-19 16:18:36 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						ee27bea111 
					 
					
						
						
							
							New translations strings.xml (Dutch)  
						
						
						
						
							
						
					 
					
						2024-02-19 14:39:34 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						de93b12877 
					 
					
						
						
							
							New translations strings.xml (Japanese)  
						
						
						
						
							
						
					 
					
						2024-02-19 14:39:33 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						71d2a332c7 
					 
					
						
						
							
							New translations strings.xml (German)  
						
						
						
						
							
						
					 
					
						2024-02-19 14:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						37d1481658 
					 
					
						
						
							
							Merge pull request  #2513  from PhilippC/l10n_master2  
						
						... 
						
						
						
						New Crowdin updates 
						
						
							
						
					 
					
						2024-02-19 11:45:11 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						a8cc1ad66d 
					 
					
						
						
							
							New translations strings.xml (Portuguese, Brazilian)  
						
						
						
						
							
						
					 
					
						2024-02-16 16:28:07 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						3056ee9d45 
					 
					
						
						
							
							New translations strings.xml (Portuguese, Brazilian)  
						
						
						
						
							
						
					 
					
						2024-02-16 13:17:44 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						0ec5996c8d 
					 
					
						
						
							
							New translations strings.xml (Portuguese, Brazilian)  
						
						
						
						
							
						
					 
					
						2024-02-16 11:48:14 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						01666d8402 
					 
					
						
						
							
							New translations strings.xml (Czech)  
						
						
						
						
							
						
					 
					
						2024-02-13 12:46:17 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						422fa01ba1 
					 
					
						
						
							
							New translations strings.xml (Czech)  
						
						
						
						
							
						
					 
					
						2024-02-13 11:30:21 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						ca9c19e8a9 
					 
					
						
						
							
							New translations strings.xml (Turkish)  
						
						
						
						
							
						
					 
					
						2024-02-12 16:21:28 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						093f7683b8 
					 
					
						
						
							
							New translations strings.xml (German)  
						
						
						
						
							
						
					 
					
						2024-02-11 22:31:36 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						d4cf908f4a 
					 
					
						
						
							
							New translations strings.xml (German)  
						
						
						
						
							
						
					 
					
						2024-02-11 21:35:40 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						55d62144fb 
					 
					
						
						
							
							New translations strings.xml (Portuguese, Brazilian)  
						
						
						
						
							
						
					 
					
						2024-02-08 12:03:39 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						c181565aaa 
					 
					
						
						
							
							New translations strings.xml (Slovenian)  
						
						
						
						
							
						
					 
					
						2024-02-07 18:03:13 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						c0c4524562 
					 
					
						
						
							
							Merge pull request  #2530  from PhilippC/release-preparation-1-11  
						
						... 
						
						
						
						changelog for version 1.11 
						
						
							
						
					 
					
						2024-02-06 21:46:13 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						eac1803084 
					 
					
						
						
							
							New translations strings.xml (German)  
						
						
						
						
							
						
					 
					
						2024-02-06 13:47:53 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						58904f1166 
					 
					
						
						
							
							New translations strings.xml (German)  
						
						
						
						
							
						
					 
					
						2024-02-06 12:09:11 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						54eb1baee2 
					 
					
						
						
							
							changelog for version 1.11  
						
						
						
						
							
						
					 
					
						2024-02-06 09:40:54 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						ada01924ba 
					 
					
						
						
							
							New translations strings.xml (Chinese Simplified)  
						
						
						
						
							
						
					 
					
						2024-02-06 04:25:32 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						e38e7df221 
					 
					
						
						
							
							Merge pull request  #2516  from PhilippC/803--totp-overview  
						
						... 
						
						
						
						TOTP overview 
						
						
							
						
					 
					
						2024-01-17 18:34:29 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						fb4ab84ceb 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/PhilippC/keepass2android  into 803--totp-overview  
						
						
						
						
							
						
					 
					
						2024-01-17 07:48:06 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						4475fac51e 
					 
					
						
						
							
							add missing file for SearchTotpResults, preview TOTPs depending on settings, make TOTP copyable from Entry view  
						
						... 
						
						
						
						closes  #803  
					
						2024-01-17 07:46:51 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						13ef4ca9ff 
					 
					
						
						
							
							add FAB for TOTP, add activity for showing TOTP entries  
						
						
						
						
							
						
					 
					
						2024-01-17 07:35:05 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						f297ebcd40 
					 
					
						
						
							
							* introduce FAB for search  
						
						... 
						
						
						
						* introduce TOTP preview on PwEntryView
first steps towards #803  
						
						
							
						
					 
					
						2024-01-17 07:07:46 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						a5ef4ccc7a 
					 
					
						
						
							
							Merge pull request  #2514  from PhilippC/1942--fix-text-color-not-themed  
						
						... 
						
						
						
						Fix bad text color on autofill target preference dialog 
						
						
							
						
					 
					
						2024-01-15 12:30:50 +01:00 
						 
				 
			
				
					
						
							
							
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						dfd9c32251 
					 
					
						
						
							
							Fixes bad text color, closes  https://github.com/PhilippC/keepass2android/issues/1942  
						
						
						
						
							
						
					 
					
						2024-01-15 11:51:59 +01:00 
						 
				 
			
				
					
						
							
							
								PhilippC 
							
						 
					 
					
						
						
							
						
						5397a1c88f 
					 
					
						
						
							
							New translations strings.xml (Polish)  
						
						
						
						
							
						
					 
					
						2024-01-15 09:22:32 +01:00