summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Krzysztof Wieclaw [Wed, 8 Apr 2020 16:59:04 +0000 (18:59 +0200)]
Add prototype of choose security popup
Krzysztof Wieclaw [Wed, 8 Apr 2020 12:48:23 +0000 (14:48 +0200)]
Adapt popups to popup stack
Krzysztof Wieclaw [Wed, 8 Apr 2020 10:49:50 +0000 (12:49 +0200)]
Add reveal button
Krzysztof Wieclaw [Wed, 8 Apr 2020 10:04:17 +0000 (12:04 +0200)]
Add hidden network connecting
Krzysztof Wieclaw [Thu, 2 Apr 2020 16:40:44 +0000 (18:40 +0200)]
Prototype of popup
Lukasz Stanislawski [Thu, 9 Apr 2020 14:21:16 +0000 (16:21 +0200)]
Release 1.0.6
Merge pull request #35 from l-stanislaws/wifi-translations
Wifi translations
Lukasz Stanislawski [Thu, 9 Apr 2020 06:14:31 +0000 (08:14 +0200)]
Merge release & development branch
After removal of ABS support we are required to
keep spec file in "main" branch on tizen.org so
OBS can correctly handle submit requests.
Merge pull request #43 from l-stanislaws/padding-fix
[OAPSAN-4622] Resolve padding issues.
Merge pull request #42 from l-stanislaws/pagination-fix2
[OAPSAN-4621] Reduce size of Pagination indicator
Merge pull request #41 from l-stanislaws/entry-cursor
Entry cursor
Lukasz Stanislawski [Wed, 8 Apr 2020 10:13:59 +0000 (12:13 +0200)]
Resolve padding issues.
The padding issues were caused by shadow offset embedded into page
background image. This required positioning in pages content
to include also the shadow offset, which wasn't in fact done.
To not add offsets in all pages, alternatively the resource was
converted from svg to png and shadow offset was removed manually.
The size of image changed from 1199x639 to 1185x625, which is 1/1 pixels
different then size from GUI guideline. The 1/1 difference comes from
svg resizing issue and my lead to off-by-one error in positioning however
this difference is not recognizable visually.
Lukasz Stanislawski [Wed, 8 Apr 2020 09:08:13 +0000 (11:08 +0200)]
Reduce size of Pagination indicator
The pagination size has been significantly
increased to fit more possible pages.
k.stepaniuk [Tue, 7 Apr 2020 13:53:10 +0000 (15:53 +0200)]
Correcting cursor in password entry
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Wed, 8 Apr 2020 07:56:18 +0000 (09:56 +0200)]
Correction of translation
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Merge pull request #40 from l-stanislaws/version
Version update to match old oobe
Lukasz Stanislawski [Tue, 7 Apr 2020 09:21:07 +0000 (11:21 +0200)]
Version update to match old oobe
Advance from 1.0.4 (old oobe) -> 1.0.5
Merge pull request #39 from l-stanislaws/another-font-fix
Enlarge text box according to guideline
k.stepaniuk [Tue, 7 Apr 2020 07:35:42 +0000 (09:35 +0200)]
Adding Korean translations
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Sun, 5 Apr 2020 09:50:22 +0000 (11:50 +0200)]
Adding translations to Wifi
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Tue, 7 Apr 2020 08:32:38 +0000 (10:32 +0200)]
Enlarge text box according to guideline
Merge pull request #34 from l-stanislaws/dispose
Add Dispose during Pop
Merge pull request #38 from l-stanislaws/wifi-layout-fix
Wifi layout fix
Merge pull request #36 from l-stanislaws/scanning-animation
Scanning animation
k.stepaniuk [Mon, 6 Apr 2020 12:38:17 +0000 (14:38 +0200)]
Correcting wifi list layout
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Mon, 6 Apr 2020 09:53:30 +0000 (11:53 +0200)]
Adding animation to scanning
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Sun, 5 Apr 2020 09:50:22 +0000 (11:50 +0200)]
Adding translations to Wifi
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Fri, 3 Apr 2020 11:13:06 +0000 (13:13 +0200)]
Handling exception in wifi connection code
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Merge pull request #37 from l-stanislaws/font-fix
Font fix
Lukasz Stanislawski [Mon, 6 Apr 2020 12:56:50 +0000 (14:56 +0200)]
Fix font display bug
Because due to state problems there are in fact two
styles for agree label - both should be modified to
adjust to new guideline requirements.
This fixes changes from:
43e12755b42c8921c6bf3808b4b8317576a215b6
Merge pull request #33 from l-stanislaws/font-builder2
[OAPSAN-4629] Fonts improvements
Merge pull request #29 from l-stanislaws/popup-stack
Popup stack
k.stepaniuk [Mon, 6 Apr 2020 12:44:42 +0000 (14:44 +0200)]
Sequence fix
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Fri, 3 Apr 2020 13:49:36 +0000 (15:49 +0200)]
Add Bold Font style to Next and Previous buttons
Lukasz Stanislawski [Fri, 3 Apr 2020 13:59:41 +0000 (15:59 +0200)]
Remove FontStyles from Wifi
Lukasz Stanislawski [Fri, 3 Apr 2020 12:51:32 +0000 (14:51 +0200)]
Use builder pattern for FontStyles
This allow to mix styles if required.
Lukasz Stanislawski [Fri, 3 Apr 2020 13:03:12 +0000 (15:03 +0200)]
Add Dispose during Pop
Properly clean resource after page is popped.
Merge pull request #32 from l-stanislaws/release-fix
Release fix
Merge pull request #31 from l-stanislaws/pagination-fix
Pagination hide fix
Merge pull request #30 from l-stanislaws/font
[OAPSAN-4628] Enlarge fonts according to guideline change
Lukasz Stanislawski [Thu, 2 Apr 2020 12:59:44 +0000 (14:59 +0200)]
Workaround layouting bug with ScrollableBase
Lukasz Stanislawski [Thu, 2 Apr 2020 12:14:56 +0000 (14:14 +0200)]
Bahave the same in Debug & Release mode
when submitting to image we will provide two version
of package, they should not differ in behaviour.
Lukasz Stanislawski [Thu, 2 Apr 2020 11:35:47 +0000 (13:35 +0200)]
Pagination hide fix
The pagination should be hidden on last page.
Refactor Next to change current only if Next exists
Merge pull request #28 from l-stanislaws/live-translations
[OPASAN-4625] Add live translations on Language view
Merge pull request #27 from l-stanislaws/wifiState
Handling AP connection state & UI lifting
Merge pull request #26 from l-stanislaws/trans-fix
[OAPSAN-4624] Fix Korean translation
Lukasz Stanislawski [Thu, 2 Apr 2020 11:14:25 +0000 (13:14 +0200)]
Enlarge fonts according to guideline change
k.stepaniuk [Thu, 2 Apr 2020 10:42:42 +0000 (12:42 +0200)]
Adding possiblity to stack popups
Side effect: background gray layer intensifies with more popups displayed
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Thu, 2 Apr 2020 08:27:47 +0000 (10:27 +0200)]
Add live translations on Language view
Now when scrolling picke the title and button label
should change accordingly.
k.stepaniuk [Thu, 2 Apr 2020 07:01:36 +0000 (09:01 +0200)]
Correcting state & entry
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Wed, 1 Apr 2020 14:10:32 +0000 (16:10 +0200)]
Handling AP connection state & UI lifting
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Merge pull request #24 from l-stanislaws/remove-dim
Remove dim
Lukasz Stanislawski [Wed, 1 Apr 2020 10:59:08 +0000 (12:59 +0200)]
Fix Korean translation
Merge pull request #22 from l-stanislaws/password
Password popup prototype
k.stepaniuk [Wed, 1 Apr 2020 10:08:58 +0000 (12:08 +0200)]
Restoring translatable text
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Fri, 27 Mar 2020 11:53:26 +0000 (12:53 +0100)]
Password popup prototype
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Add password characters and reveal button
Styling popup
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Replacing password entry
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Connecting correction
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Tue, 31 Mar 2020 14:05:32 +0000 (16:05 +0200)]
Remove dim & top page fade out effects
Change requested by HQ.
Merge pull request #25 from l-stanislaws/navi-fix
Fix navigation issue.
Merge pull request #23 from l-stanislaws/translation
[OAPSAN-4583] Add Translations to app
k.stepaniuk [Tue, 31 Mar 2020 15:08:52 +0000 (17:08 +0200)]
Namespaces correction
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Tue, 31 Mar 2020 14:51:40 +0000 (16:51 +0200)]
Fix navigation issue.
Remove possibility that step could navigate to Next
step even though the step wasn't the current one.
Lukasz Stanislawski [Tue, 31 Mar 2020 05:43:08 +0000 (07:43 +0200)]
Add Translations to app
Only Wifi control currently do not support translations.
Merge pull request #19 from l-stanislaws/release
Changes before release
Merge pull request #21 from l-stanislaws/listViewCustomization
List view customization
k.stepaniuk [Fri, 27 Mar 2020 10:22:52 +0000 (11:22 +0100)]
Separator as background color
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Thu, 26 Mar 2020 12:23:00 +0000 (13:23 +0100)]
Adding separators
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Wed, 25 Mar 2020 14:41:12 +0000 (15:41 +0100)]
Keeping "add new network" as last element
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Wed, 25 Mar 2020 14:17:41 +0000 (15:17 +0100)]
Changes before release
* change package name org.tizen.oobe
* set window notification level to be above homescreen
* remove debug buttons
* set proper screen order
* set nodisplay flag
* disable taskmange flag
Add page indicator (#20)
* add page indicator to MainView
* extract WelcomeStep from proces steps
* add extra method to IProcessNavigation to finish process
[OAPSAN-4460] Add CarouselSelector (#18)
* Add CarouselPicker
Provide CarouselPicker control with limited styling
capabilities. Currently the line color and TextLablel
properties can be set using styles.
For now the only animatable properties on scrolling are:
* TextColor
* Opacity
k.stepaniuk [Wed, 25 Mar 2020 08:34:28 +0000 (09:34 +0100)]
Restoring onTap method
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 24 Mar 2020 16:14:16 +0000 (17:14 +0100)]
Adding gray effect & dismiss logic
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Fri, 20 Mar 2020 15:26:19 +0000 (16:26 +0100)]
Base popup prototype
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Wed, 25 Mar 2020 07:44:51 +0000 (08:44 +0100)]
Scan crash fix & handling system wifi event
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 24 Mar 2020 12:44:16 +0000 (13:44 +0100)]
NUI upgrade
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 24 Mar 2020 11:15:05 +0000 (12:15 +0100)]
Handling exceptions & turn on/off button
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 24 Mar 2020 08:10:30 +0000 (09:10 +0100)]
Fixing review
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Mon, 23 Mar 2020 15:39:01 +0000 (16:39 +0100)]
Detail label width correction
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Mon, 23 Mar 2020 14:29:09 +0000 (15:29 +0100)]
Handling on/off, updating items
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Sun, 22 Mar 2020 17:39:57 +0000 (18:39 +0100)]
Connecting to wifi
Replacing fake items by real AP
Type your password in code, wifiView ln:119
To refresh tap scan again
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Sun, 22 Mar 2020 15:11:11 +0000 (16:11 +0100)]
Refactor
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Sat, 21 Mar 2020 16:52:33 +0000 (17:52 +0100)]
Adding scanning images
Handling scan logic
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Buttons customization
Handling TurnOn/Off button with screen replacement
Signed-off-by: Kamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Correcting solution file
Signed-off-by: Kamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Wed, 11 Mar 2020 18:24:49 +0000 (19:24 +0100)]
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.
Correcting text color
Signed-off-by: Kamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Correcting button styles
Signed-off-by: Kamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Creating wifi layout scaffold
Signed-off-by: Kamil Stepaniuk/IoT K.stepaniuk UI Sample (PLT) /SRPOL/Designer/Samsung Electronics <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Thu, 19 Mar 2020 06:58:55 +0000 (07:58 +0100)]
Remove ProcessManager
Missed during review fix preparation.
Introduce oobe_done flag (#6)
* Introduce oobe_done flag
Create oobe_done file which preserve information
about previosly finished oobe process.
Setting oobe_done is currently disabled in Debug mode.
k.stepaniuk [Wed, 11 Mar 2020 08:52:07 +0000 (09:52 +0100)]
Handling observable collection in ListView
Signed-off-by: k.stepaniuk <k.stepaniuk@partner.samsung.com>
Lukasz Stanislawski [Wed, 11 Mar 2020 12:14:30 +0000 (13:14 +0100)]
Implement Welcome step
Lukasz Stanislawski [Fri, 13 Mar 2020 16:13:44 +0000 (17:13 +0100)]
Fix visual aritfacts
When inheriting from Control the rendering artifacts
appers during mount & touch events.
As inheriting strictly from Control is not required use View instead.
Lukasz Stanislawski [Wed, 11 Mar 2020 11:41:39 +0000 (12:41 +0100)]
Language and Region view implementation
Current difference comparing to guideline:
1. The carousel selector is replaced with DropDown control
2. Translations are missing
Lukasz Stanislawski [Tue, 10 Mar 2020 11:27:01 +0000 (12:27 +0100)]
Add Vconf service
Lukasz Stanislawski [Sat, 14 Mar 2020 18:36:38 +0000 (19:36 +0100)]
Tizen.NET package upgrade
List view (#3)
* Creating listView
Creating listView and displaying it in Wifi step
Signed-off-by: k.stepaniuk <k.stepaniuk@partner.samsung.com>
[OAPSAN-4414] ProcessManager implementation (#2)
* ProcessManager implementation
ViewSwitcher implementation (#1)
* Add ViewStack control
ViewStack control implements page-like based navigation in which
views are stacked over each other and only one, most recently added
child view is visible.
Lukasz Stanislawski [Tue, 25 Feb 2020 11:58:06 +0000 (12:58 +0100)]
Initial commit