summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ernest Borowski [Wed, 28 Sep 2022 13:22:04 +0000 (15:22 +0200)]
Add Settings Certificates UI.
This project has two subprojects:
1. SettingCertificates that has actual widget code and Interop API.
2. SettingView that has aplication for launching this widget,
it is just for debugging purposes and should be not packaged
in release build.
To test it:
1. Install tpk file from packaging dir
2. Open sln in Visual Studio, build and launch project.
When there is code change in "SettingsCertificates" subproject:
1. Build SettingsCertificates subproject
2. Install it on the device using sdb:
sdb install ./SettingCertificates/SettingCertificates/bin/Release/tizen10.0/org.tizen.cssetting-certificates-1.0.0.tpk
3. Launch SettingView using:
Visual Studio -> Debug -> Start Without Debugging
Change-Id: I92510e1ec1deeccd5043cbda971b58021ae9e65b
Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
Ernest Borowski [Fri, 23 Sep 2022 10:09:29 +0000 (12:09 +0200)]
Add setting project template.
Change-Id: I9b5fd6cd72fafdff2e84f2ee6cd494be22f58c36
Signed-off-by: Ernest Borowski <e.borowski@samsung.com>
Tizen Infrastructure [Fri, 5 Aug 2022 07:11:50 +0000 (07:11 +0000)]
Initial empty repository