Logo
Explore Help
Sign In
wismna/modernkeepass
1
0
Fork 0
You've already forked modernkeepass
mirror of https://github.com/wismna/ModernKeePass.git synced 2025-10-04 08:00:16 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
34cd4ca3d86036e54a39710098a735718dab1c62
modernkeepass/ModernKeePass/Interfaces/ISettingsService.cs

8 lines
216 B
C#
Raw Normal View History

Created a Settings Service Created a Recent Service Created a Resources Service Code refactor Updated tests
2017-12-01 17:59:38 +01:00
namespace ModernKeePass.Interfaces
{
Changed most services to singletons Refactor the Database Service (no more enum, ...) Restored the Donate page with Paypal web page Added (but not working) MS App Center integration Corrected tests accordingly WIP AOP to detect database changes
2018-02-23 18:09:21 +01:00
public interface ISettingsService
Created a Settings Service Created a Recent Service Created a Resources Service Code refactor Updated tests
2017-12-01 17:59:38 +01:00
{
KeepassLib version 2.38 Added a new settings page to allow auto-save or not App now resumes correctly from suspend Settings service now allows getting default values Removed french special characters from metadata Code cleanup
2018-03-09 18:06:06 +01:00
T GetSetting<T>(string property, T defaultValue = default(T));
Created a Settings Service Created a Recent Service Created a Resources Service Code refactor Updated tests
2017-12-01 17:59:38 +01:00
void PutSetting<T>(string property, T value);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 117ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API