Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						738d59dbda 
					 
					
						
						
							
							remove old (pre-sdk-style) projects, rename sdk style projects to have the names of the old ones. adjust the .sln and .csproj files accordingly. This is a bit like a squash commit, as it shows the diff between the pre-sdk-style code with the updated code (sdk-style, Material3, Zxing=>GMS CodeScanner, Kdbp support removed)  
						
						 
						
						
						
						
					 
					
						2025-01-07 11:19:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						e9b9d0a781 
					 
					
						
						
							
							fix crash when switching tasks while saving, should fix  https://github.com/PhilippC/keepass2android/issues/719  
						
						 
						
						
						
						
					 
					
						2020-06-14 20:14:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						30d1534c01 
					 
					
						
						
							
							show save errors as dialogs,  closes   #339  
						
						 
						
						
						
						
					 
					
						2018-12-17 12:09:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						dc39f874ac 
					 
					
						
						
							
							fix potential null reference exception when displaying error message  
						
						 
						
						
						
						
					 
					
						2018-07-09 12:27:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						8c379739f0 
					 
					
						
						
							
							refactoring of ProgressTask and OnFinish classes, allowing to access the currently active activity from the task handlers. This  fixes   #33  and is required to correctly manage the activity recreation caused by the NFC activity coming to foreground with KeepassXC challenge ( #4 )  
						
						 
						
						
						
						
					 
					
						2018-06-26 13:44:48 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						aed1d88f75 
					 
					
						
						
							
							disable fingerprint unlock when unlocking fails with invalid key  
						
						 
						
						
						
						
					 
					
						2016-01-02 21:57:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						84aeb31fd0 
					 
					
						
						
							
							* Introduced IFileStorage interface: Better abstraction than current IOConnection (suitable for cloud support). Currently only implemented by the built-in IOConnection (local/http/ftp)  
						
						 
						
						... 
						
						
						
						* Implemented Merge functionality for SaveDB. UI is not yet implemented!
* Added tests for merge functionality 
						
						
					 
					
						2013-07-09 09:59:17 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						64e62cae70 
					 
					
						
						
							
							Changed/Added logging  
						
						 
						
						
						
						
					 
					
						2013-07-06 16:12:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						903de8368a 
					 
					
						
						
							
							More refactoring and introduction of further abstractions  
						
						 
						
						... 
						
						
						
						Added further tests
Fixed test loading with keyfile only 
						
						
					 
					
						2013-06-25 21:27:41 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						d2a06617eb 
					 
					
						
						
							
							Refactoring:  
						
						 
						
						... 
						
						
						
						Wiped out the historical partial Java naming conventions, replaced by C#
removed unused fields/parameters
removed many unused usings
...
(Thanks to ReSharper :-)) 
						
						
					 
					
						2013-06-15 12:40:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Philipp Crocoll 
							
						 
					 
					
						
						
							
						
						26575c4ba4 
					 
					
						
						
							
							Splitted keepass2android project into  
						
						 
						
						... 
						
						
						
						- keepass2android: UI stuff only
 - Kp2aBusinessLogic: Password-Database related algorithms (even though tied to android, no UI required here)
Removed dependencies of logic layer to static Application, Resource class or other UI stuff
Added MonoDroidUnitTesting (not yet used, will be used for testing logic layer) 
						
						
					 
					
						2013-06-14 06:14:50 +02:00