Implement Terms View
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 11 Mar 2020 18:24:49 +0000 (19:24 +0100)
committerLukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics <l.stanislaws@samsung.com>
Fri, 20 Mar 2020 11:34:20 +0000 (12:34 +0100)
commitcd5976983b5922c88e45dfd7ad7607bd88a32946
tree69e4debf58725670216e39578830d78ecef6b8e4
parent4dc7c5dbae8e165bea40171585f1a6ba907d9408
Implement Terms View

Current issues:
* The TextLabel is unable to handle properly text with very long lines.
  As a workaround the license has been splitted int lines 133 char
  width, which maps well to current OOBE ui.
23 files changed:
Oobe/Oobe.Terms/Model/TermsProvider.cs [new file with mode: 0644]
Oobe/Oobe.Terms/OobeTerms.csproj [moved from Oobe/OobeTerms/OobeTerms.csproj with 72% similarity]
Oobe/Oobe.Terms/Styles/SwitchStyles.cs [new file with mode: 0644]
Oobe/Oobe.Terms/Styles/TextLabelStyles.cs [new file with mode: 0644]
Oobe/Oobe.Terms/TermsStep.cs [new file with mode: 0644]
Oobe/Oobe.Terms/Views/TermsView.cs [new file with mode: 0644]
Oobe/Oobe.Terms/res/Rectangle 861.svg [new file with mode: 0644]
Oobe/Oobe.Terms/res/switch/07_check_off_active.png [new file with mode: 0644]
Oobe/Oobe.Terms/res/switch/07_check_off_disabled.png [new file with mode: 0644]
Oobe/Oobe.Terms/res/switch/07_check_on_active.png [new file with mode: 0644]
Oobe/Oobe.Terms/res/terms/en_GB.txt [new file with mode: 0644]
Oobe/Oobe.Terms/res/terms/ko_KR.txt [new file with mode: 0644]
Oobe/Oobe.Terms/res/terms/pl_PL.txt [new file with mode: 0644]
Oobe/Oobe/Managers/ProcessManager.cs
Oobe/Oobe/Oobe.csproj
Oobe/Oobe/Views/Page.cs
Oobe/OobeCommon/Styles/ButtonStyles.cs
Oobe/OobeCommon/res/02_CTA_empty_selected.svg [deleted file]
Oobe/OobeCommon/res/button/02_CTA_empty_disabled.svg [moved from Oobe/OobeCommon/res/02_CTA_empty_active.svg with 59% similarity]
Oobe/OobeLanguage/Model/LanguageManger.cs
Oobe/OobeRegion/Model/RegionManager.cs
Oobe/OobeRegion/res/regions_OOBE.xml
Oobe/OobeTerms/Class1.cs [deleted file]