profile/iot/apps/dotnet/oobe-ui.git
3 years agoRelease version 1.0.27
Lukasz Stanislawski [Thu, 17 Dec 2020 08:38:52 +0000 (09:38 +0100)]
Release version 1.0.27

Change-Id: Ia845b3b1a37b669926b7b5bdba66550c6b9aa517

3 years agoHotfix for "NoService" issue
Lukasz Stanislawski [Thu, 17 Dec 2020 08:34:23 +0000 (09:34 +0100)]
Hotfix for "NoService" issue

In environments w/o enlightenment support showing/hiding
may throw exceptions.

Change-Id: Ia3fc6ff0980a1fb24e3b2a0c3e8b1ad2d0db6c97

3 years agoRelease version 1.0.26
Lukasz Stanislawski [Thu, 12 Nov 2020 12:08:11 +0000 (13:08 +0100)]
Release version 1.0.26

Change-Id: I312b1fe896fba1e2d4a9c25ee30b9f7f6b0a57d1

3 years agoUse "system" background category
Lukasz Stanislawski [Thu, 12 Nov 2020 12:00:06 +0000 (13:00 +0100)]
Use "system" background category

This patch solves issue with terminating oobe app during system boot.
The app was sometimes terminated by AMD daemon because
it managed to launch faster then homescreen app.

When such situation occured, the AMD daemon had internal logic that
do not allow apps that are not homescreen and are not task-managable to
run as app leader.

To solve this issue the additional special flag was added to tell AMD to ignore
this case.

Change-Id: I4ec39e9bb168a97b1351a57237180a5f86d7860c

3 years agoRelease version 1.0.25
k.stepaniuk [Mon, 26 Oct 2020 10:25:14 +0000 (11:25 +0100)]
Release version 1.0.25

Change-Id: I3c7a4bce7251d9082fdfb31fc035334005c0ba61
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
3 years agoChanging visibility of Add Button
k.stepaniuk [Mon, 26 Oct 2020 08:36:15 +0000 (09:36 +0100)]
Changing visibility of Add Button

depending on ssid entered

Change-Id: Ib9f0095920e9126260e3189cd16d12a6e3140801
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
3 years agoRelease version 1.0.24
Lukasz Stanislawski [Thu, 15 Oct 2020 10:27:19 +0000 (12:27 +0200)]
Release version 1.0.24

Change-Id: I487011c448426cd16fdcd110c282547602fa27da

3 years agoRemove delayed initialization
Lukasz Stanislawski [Thu, 15 Oct 2020 10:23:08 +0000 (12:23 +0200)]
Remove delayed initialization

After updating the englightenment package the delayed initialization
is no longer required.

Change-Id: I69acdd5d55e7ad2893503f6e25cfcb9d076f863f

3 years agoRelease version 1.0.23
Lukasz Stanislawski [Wed, 14 Oct 2020 09:03:18 +0000 (11:03 +0200)]
Release version 1.0.23

Change-Id: I10602a6c8aaaaa6ddf941673c05aa623bc0f48b0

3 years agoShow oobe app after reset
Lukasz Stanislawski [Wed, 14 Oct 2020 08:59:27 +0000 (10:59 +0200)]
Show oobe app after reset

When oobe is called with reset operation, clear oobe_done flag
and also show application to allow user to go through oobe process
again.

Change-Id: I19c625b0c0642e825554c6d369625809f60c9897

3 years agoMerge "add BackKey support." into tizen
Lukasz Stanislawski [Fri, 9 Oct 2020 13:23:03 +0000 (13:23 +0000)]
Merge "add BackKey support." into tizen

3 years agoMerge "SoftKeys handling added." into tizen
Lukasz Stanislawski [Fri, 9 Oct 2020 09:56:46 +0000 (09:56 +0000)]
Merge "SoftKeys handling added." into tizen

3 years agoadd BackKey support.
Lukasz Stanislawski [Wed, 23 Sep 2020 10:13:14 +0000 (12:13 +0200)]
add BackKey support.

Handle BackKey with BackKeyPressed event. Refactor MainView
to be a NUI View for easy event handling.

For closing popup use similar approach as BackKey events
should be passed only to top level objects.

Change-Id: I994d333bab9bfdaeda96fe03c3a6125053d78ee3

3 years agoSoftKeys handling added.
Lukasz Stanislawski [Wed, 23 Sep 2020 10:51:05 +0000 (12:51 +0200)]
SoftKeys handling added.

Add SoftKeyClientService class to handle softkeys showing and hiding
feature.

Change-Id: I0206e94f6ca6602b6726c44addc6f1fc03cd3ef1

4 years agorefactor: move opacity effect to ViewStack
Lukasz Stanislawski [Wed, 23 Sep 2020 06:46:09 +0000 (08:46 +0200)]
refactor: move opacity effect to ViewStack

previously dim effect was handled in MainView, now all effects
- transitions, dim are handled in singe place.

Change-Id: I2c790111fe0e0aec334f2ea466d88000b2cb84f8

4 years agorefactor: require ProcessStep to return BasePage
Lukasz Stanislawski [Wed, 23 Sep 2020 06:03:14 +0000 (08:03 +0200)]
refactor: require ProcessStep to return BasePage

Change-Id: I7ccee0441c2a5bee1b203ce82a9d8f2e4138a194

4 years agorefactor: change page naming convention
Lukasz Stanislawski [Wed, 23 Sep 2020 05:45:09 +0000 (07:45 +0200)]
refactor: change page naming convention

Currently all pages had "Layout" suffix in their names. To avoid
confusion with NUI layout concept change suffix to "Page"

Change-Id: I4abdcd88c1dbcc0477a0ac6bc2ab817a3a2d5562

4 years agorefactor: remove Page class
Lukasz Stanislawski [Tue, 22 Sep 2020 12:31:42 +0000 (14:31 +0200)]
refactor: remove Page class

The Page class was introduced to handle dim effects. However
beacouse dim effect has been removed from guide some time ago,
currently this class does too few things to make it separate entity.

Change-Id: I6456f03d12f48d7bb8d663f222b1f8168b59a671

4 years agoRelease version 1.0.22
Lukasz Stanislawski [Thu, 17 Sep 2020 11:08:43 +0000 (13:08 +0200)]
Release version 1.0.22

Change-Id: Ia6537c27eca4ac4fb73f0e64aa038208f287a4e0

4 years agoFix SVACE issue
Lukasz Stanislawski [Thu, 17 Sep 2020 10:29:02 +0000 (12:29 +0200)]
Fix SVACE issue

- avoid null-check when dereference was already done

Change-Id: I611d6c57cde06737b69dbcadeb65ebdbe59bf3af

4 years agoMerge "Handle exception with logging" into tizen
Lukasz Stanislawski [Thu, 10 Sep 2020 13:06:00 +0000 (13:06 +0000)]
Merge "Handle exception with logging" into tizen

4 years agoMerge "add reset operation to manifest" into tizen
Lukasz Stanislawski [Thu, 10 Sep 2020 13:05:54 +0000 (13:05 +0000)]
Merge "add reset operation to manifest" into tizen

4 years agoHandle exception with logging
Lukasz Stanislawski [Thu, 10 Sep 2020 13:00:59 +0000 (15:00 +0200)]
Handle exception with logging

Do not ignore exception as it causes SonarCube to complain.

Change-Id: I958249f93bdd5ff1b0f8b9ab4d46722cb6959c69

4 years agoadd reset operation to manifest
Lukasz Stanislawski [Thu, 10 Sep 2020 12:59:10 +0000 (14:59 +0200)]
add reset operation to manifest

Change-Id: I7fe59e6b7f2c70da8a61f1a8d4ff000f7f8e0f96

4 years agoAdd Jenkinsfile
Krzysztof Wieclaw [Mon, 20 Jul 2020 15:22:35 +0000 (17:22 +0200)]
Add Jenkinsfile

Change-Id: I04df8f7c20fe4c51e14239bc1398c1dc0bc700ab
Signed-off-by: Krzysztof Wieclaw <k.wieclaw@samsung.com>
4 years agoRelease version 1.0.21
Lukasz Stanislawski [Tue, 18 Aug 2020 12:16:37 +0000 (14:16 +0200)]
Release version 1.0.21

Change-Id: I4fd45c45c0459f95c3e1853a9754bc229945ec4f

4 years agofix selection button behaviour
Lukasz Stanislawski [Tue, 18 Aug 2020 12:13:01 +0000 (14:13 +0200)]
fix selection button behaviour

Fix selection issues occured after NUI behaviur change:
* Button is not selectable by default. Enable IsSelectable
  proporty to allow applying Selected style.
* When tapped, the selected state changes automatically so using:
  button.IsSelected = !button.IsSelecetd actually reverts selection
  state.

Change-Id: I506b8dfb804e0399d917fcc85c06a1fb93f9eb59

4 years agoUpdate Tizen.NET version to 8.0.0.15475
Lukasz Stanislawski [Tue, 18 Aug 2020 10:26:02 +0000 (12:26 +0200)]
Update Tizen.NET version to 8.0.0.15475

Change-Id: I2d7d92808d97e2fb34894e711566e28358f5766d

4 years agoAdd StyleCop & fixe all issues.
Lukasz Stanislawski [Sat, 1 Aug 2020 20:25:48 +0000 (22:25 +0200)]
Add StyleCop & fixe all issues.

Change-Id: I0e216145a1ee96bf983db920d3804696698a5a76

4 years agoRelease version 1.0.20
Lukasz Stanislawski [Thu, 30 Jul 2020 23:17:54 +0000 (01:17 +0200)]
Release version 1.0.20

Change-Id: I2bbcb43653c7fd04c6991a7b71c0abba3e61cfc7

4 years agoFix SonarCube issues
Lukasz Stanislawski [Thu, 30 Jul 2020 11:03:52 +0000 (13:03 +0200)]
Fix SonarCube issues

Change-Id: I5d0684f5d0e98803cfa6ec7c3d4ca1a58330717c

4 years agoMatch LocaleCountry with LocaleLanguage
Lukasz Stanislawski [Thu, 30 Jul 2020 10:46:14 +0000 (12:46 +0200)]
Match LocaleCountry with LocaleLanguage

When setting language the LocaleLanguage and LocaleCountry should be
equal. Use custom setting to represent selected country.

Change-Id: I5322d6f7688ef8c29b4e729a78b30dfb6dc89aa3

4 years agoUse "Clicked" event
Lukasz Stanislawski [Mon, 27 Jul 2020 14:29:50 +0000 (16:29 +0200)]
Use "Clicked" event

Remove deprecated API usage.

Change-Id: If3043e217f6843776cd0d1fab7e9a6b6aa71c8a6

4 years agoRelease version 1.0.19
Lukasz Stanislawski [Mon, 27 Jul 2020 14:24:03 +0000 (16:24 +0200)]
Release version 1.0.19

Change-Id: If797fd5a5acc1c88e71b63dcc51915a6746e5f17

4 years agoTizen.NET updgrade to version 8.0.0.15430
Lukasz Stanislawski [Mon, 27 Jul 2020 14:11:39 +0000 (16:11 +0200)]
Tizen.NET updgrade to version 8.0.0.15430

Upgrade solves issue with clicking on AP in Wifi Step.

Change-Id: I6886c101ac2098bbf1ceb9d5a845e1ee3593676b

4 years agoscrollable-base: fix layout problem when child relayouts
Lukasz Stanislawski [Mon, 27 Jul 2020 12:25:01 +0000 (14:25 +0200)]
scrollable-base: fix layout problem when child relayouts

In previous implementation there was no mechanims to inform
ScrollableBase to relayout when content changed.

This fix allows to remove some workaround code.

Change-Id: I7b09a92db2dc2a880043b7e0f6f767bbdf78af7c

4 years agoRelease version 1.0.18
Lukasz Stanislawski [Mon, 27 Jul 2020 11:16:24 +0000 (13:16 +0200)]
Release version 1.0.18

Change-Id: I54a0843aba422a80939d8d32f8efdc784afc696a

4 years agoAdd reset functionality
Lukasz Stanislawski [Mon, 27 Jul 2020 11:08:55 +0000 (13:08 +0200)]
Add reset functionality

Change-Id: I6f8855be3b68eb73314512c15193d28116fc7e50

4 years agoprocess-manager: refactor
Lukasz Stanislawski [Mon, 27 Jul 2020 08:53:50 +0000 (10:53 +0200)]
process-manager: refactor

Change-Id: I73065991e46e1122440c843bb1021efc7d58f5ff

4 years agoFix typos in csprojs + update Tizen.NET
Lukasz Stanislawski [Thu, 23 Jul 2020 06:10:47 +0000 (08:10 +0200)]
Fix typos in csprojs + update Tizen.NET

Change-Id: I4a6830b5ecc2c875ecc2a5aa616e9d24abebce91

4 years agoRelease version 1.0.17
Lukasz Stanislawski [Wed, 15 Jul 2020 05:45:05 +0000 (07:45 +0200)]
Release version 1.0.17

Change-Id: I5cc2d79090cdb2e0727d3112fa1228db388344cf

4 years agoChange app type to "dotnet-nui"
Lukasz Stanislawski [Wed, 15 Jul 2020 06:58:18 +0000 (08:58 +0200)]
Change app type to "dotnet-nui"

Recently Xamarin and NUI app types has been separated.
Apply new app type for NUI application.

Change-Id: Ieddd74da9f0db72b9d1084c3c9523de56e28a40b

4 years agoUpdate Tizen.NUI version to 8.0.0.15389
Lukasz Stanislawski [Wed, 15 Jul 2020 05:39:36 +0000 (07:39 +0200)]
Update Tizen.NUI version to 8.0.0.15389

Fix breaks after API changes.

Change-Id: I01d99fe5d5dcdb70a6dbbff6418b08753ef71da9

4 years agospec: add exclusive arch - aarch64
Lukasz Stanislawski [Mon, 6 Jul 2020 07:09:47 +0000 (09:09 +0200)]
spec: add exclusive arch - aarch64

Change-Id: Ia400848f7b06d5fbff078db99cd6a6eec7d26846

4 years agoterms: add partial scaling support
Lukasz Stanislawski [Thu, 2 Jul 2020 08:41:20 +0000 (10:41 +0200)]
terms: add partial scaling support

Now the terms page should be partially scalable across various
resolutions.

Change-Id: I77df6e82459e3ed9903ab261101366468c9ab5de

4 years agooobe: background update
Lukasz Stanislawski [Wed, 1 Jul 2020 14:44:58 +0000 (16:44 +0200)]
oobe: background update

Replace svg background with png due to display issues.
Center the background so in lower (720 hight) resolution
top and bottom will hide.

Change-Id: I61f51e6822da4f5c391bf74a310bfdac5eb50d12

4 years agomake oobe layout partially scalable
Lukasz Stanislawski [Tue, 30 Jun 2020 11:41:57 +0000 (13:41 +0200)]
make oobe layout partially scalable

This is 1st stage of making OOBE Layout scalable
across various resolutions. This patch makes ui
scale well across 1280x720 and 1280x800 resolutions.

Supporting other resolutions will require some more work
and will be added later, after deciding which elements
should scale with resolution increase and which not.

This patch also removes some duplicated code and make
future changes easier.

Change-Id: I412af147d66825e2558f81e8b11803267942b0c7

4 years agoRelease version 1.0.16
Lukasz Stanislawski [Fri, 26 Jun 2020 15:00:46 +0000 (17:00 +0200)]
Release version 1.0.16

Change-Id: I18202ff49a81801c546387669875957eb75166b5

4 years agoterms: Adjust to NUI Api changes
Lukasz Stanislawski [Fri, 26 Jun 2020 07:47:59 +0000 (09:47 +0200)]
terms: Adjust to NUI Api changes

Change following issues related to NUI API changes
* Update NUI version
* Renamed ScrollEvent => Scrolling
* Change namespace of ScrollEventArgs
* Remove extra scroller content which was added as workaround
* Change logic of IsScrolledToLastPage method as refering now
  to Child[0] do not work anymore, since some extra container was
  added.

Change-Id: I7d401d4702fc8e65bb95a49561456378841b8063

4 years agoRelease version 1.0.15
Lukasz Stanislawski [Tue, 23 Jun 2020 18:49:39 +0000 (20:49 +0200)]
Release version 1.0.15

Change-Id: I0761785e28b0f28e5aa1b7688d3a494c671913e3

4 years agoterms/wifi: add scrollbars
Lukasz Stanislawski [Sun, 21 Jun 2020 21:33:13 +0000 (23:33 +0200)]
terms/wifi: add scrollbars

Change-Id: I8151e35f0f290d254ea64253c5a9a7e1d7207bdb

4 years agoRelease version 1.0.14
Lukasz Stanislawski [Wed, 17 Jun 2020 22:08:02 +0000 (00:08 +0200)]
Release version 1.0.14

Change-Id: Ic69f023d7d8f69f37376597c88b148c4debb5007

4 years agoterms: workaround issue with crashing ScrollableBase
Lukasz Stanislawski [Wed, 17 Jun 2020 21:58:18 +0000 (23:58 +0200)]
terms: workaround issue with crashing ScrollableBase

Change-Id: I9fa623e2e5bd01a7099143bfdab45b0d683b1586

4 years agoUpdate NUI version to 8.0.0.15297
Lukasz Stanislawski [Wed, 17 Jun 2020 21:46:44 +0000 (23:46 +0200)]
Update NUI version to 8.0.0.15297

Change-Id: I3efa42cbbf9aca8c95d634cdf576158ec37f7841

4 years agoRelease version 1.0.13
Lukasz Stanislawski [Mon, 15 Jun 2020 13:00:13 +0000 (15:00 +0200)]
Release version 1.0.13

Change-Id: Ifcf633640267e51b60b593db8a5941decb2708f2

4 years agooobe: adjust pagination to guideline change
Lukasz Stanislawski [Mon, 15 Jun 2020 12:00:51 +0000 (14:00 +0200)]
oobe: adjust pagination to guideline change

Change-Id: I5b6bda0696df01f6d443396a21bdebb4eb350bd8

4 years agoUpdate Tizen.NET version
Lukasz Stanislawski [Mon, 15 Jun 2020 10:32:01 +0000 (12:32 +0200)]
Update Tizen.NET version

Change-Id: Ib28924eb541ab8f05d1aa389a228f49a9c09e7a4

4 years agoRelease version 1.0.12
Lukasz Stanislawski [Mon, 8 Jun 2020 10:36:04 +0000 (12:36 +0200)]
Release version 1.0.12

Change-Id: I31e31f3588ead59213e5e9a59ed3cacdffd90a54

4 years agowifi: use absolute layouting
Lukasz Stanislawski [Mon, 8 Jun 2020 10:12:54 +0000 (12:12 +0200)]
wifi: use absolute layouting

After gui guideline change using linear layout is no longer
possible since wifi view and buttons in main view overlaps.

Use absolute layout instead.

Change-Id: I4296157d5e5bdd2fc79f7cd034275ff6d09cfbff

4 years agoRelease version 1.0.11
Lukasz Stanislawski [Tue, 26 May 2020 06:32:58 +0000 (08:32 +0200)]
Release version 1.0.11

Change-Id: Idd7c59dbb1481200c025284eb856473fc8cac1da

4 years agoIncrease connection failure text font size
Lukasz Stanislawski [Mon, 25 May 2020 05:50:49 +0000 (07:50 +0200)]
Increase connection failure text font size

Change-Id: Ib3be37ccb6ef9944c11fc4ada6ef33e7ff1341e6

4 years agoRlease version 1.0.10
Lukasz Stanislawski [Thu, 21 May 2020 14:25:13 +0000 (16:25 +0200)]
Rlease version 1.0.10

Change-Id: I364ef824d41ae0da7f04acfcd5d3db6ab93f120e

4 years agowifi: adjust popup to new guideline
Lukasz Stanislawski [Thu, 21 May 2020 12:47:23 +0000 (14:47 +0200)]
wifi: adjust popup to new guideline

Change-Id: I9d7e0f7befe601f60e3f9a80f5712c59331f733e

4 years agoReturn first language on error
Lukasz Stanislawski [Thu, 21 May 2020 05:53:40 +0000 (07:53 +0200)]
Return first language on error

If unable to match system settings key with list of
languages or regions return first item from list.

Change-Id: I8204fddaabc3159a48dcabbdcf238a63912fb258

4 years agoApply guideline changes
Lukasz Stanislawski [Wed, 20 May 2020 10:45:57 +0000 (12:45 +0200)]
Apply guideline changes

The changes cover:

* change titles font sizes & position
* change terms content size & position

Change-Id: Iced99e83c1efe5c2fb2f868c6fa801f15643a46d

4 years agoSet regular font style for buttons
Lukasz Stanislawski [Wed, 20 May 2020 10:34:59 +0000 (12:34 +0200)]
Set regular font style for buttons

Apply GUI guideline change from 15.05.2020

Change-Id: Ifef311bac66a4de327e64659314311c942a148cb

4 years agoRemove polish language and region
Lukasz Stanislawski [Wed, 20 May 2020 10:22:37 +0000 (12:22 +0200)]
Remove polish language and region

Change-Id: I2fb82ccdcb187a5ae8dc0dd4671d788591389bf6

4 years agoAdd license boilerplate to each source file
Lukasz Stanislawski [Tue, 12 May 2020 05:55:12 +0000 (07:55 +0200)]
Add license boilerplate to each source file

4 years agoadd LICENSE file
Lukasz Stanislawski [Mon, 11 May 2020 05:23:36 +0000 (07:23 +0200)]
add LICENSE file

4 years agoRelease version 1.0.9
Lukasz Stanislawski [Fri, 17 Apr 2020 12:52:19 +0000 (14:52 +0200)]
Release version 1.0.9

4 years agoFixing security type button (#50)
Kamil Stepaniuk/IoT & UI Sample (PLT) /SRPOL/Designer/Samsung Electronics [Fri, 17 Apr 2020 12:37:10 +0000 (14:37 +0200)]
Fixing security type button (#50)

* Fixing security type button

Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
4 years agoMerge pull request #49 from l-stanislaws/popupFix
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Fri, 17 Apr 2020 10:52:47 +0000 (12:52 +0200)]
Merge pull request #49 from l-stanislaws/popupFix

Fixing popup

4 years agoFixing popup
k.stepaniuk [Fri, 17 Apr 2020 07:27:31 +0000 (09:27 +0200)]
Fixing popup

Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
4 years agoUpdate README.md
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Thu, 16 Apr 2020 13:23:54 +0000 (15:23 +0200)]
Update README.md

4 years agoRelease version 1.0.8
Lukasz Stanislawski [Thu, 16 Apr 2020 13:12:45 +0000 (15:12 +0200)]
Release version 1.0.8

4 years agoMerge pull request #46 from l-stanislaws/always_accept
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Thu, 16 Apr 2020 11:36:09 +0000 (13:36 +0200)]
Merge pull request #46 from l-stanislaws/always_accept

Always require to accept terms on page enter

4 years agoMerge pull request #48 from l-stanislaws/animationDispose
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Thu, 16 Apr 2020 11:35:59 +0000 (13:35 +0200)]
Merge pull request #48 from l-stanislaws/animationDispose

Add animation dispose to dispose method

4 years agoMerge pull request #47 from l-stanislaws/readme
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Tue, 14 Apr 2020 14:50:31 +0000 (16:50 +0200)]
Merge pull request #47 from l-stanislaws/readme

clean up Language and Region resources

4 years agoAdd animation dispose to dispose method
Krzysztof Wieclaw/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Tue, 14 Apr 2020 14:09:37 +0000 (16:09 +0200)]
Add animation dispose to dispose method

4 years agoclean up Language and Region resources
Lukasz Stanislawski [Tue, 14 Apr 2020 13:06:26 +0000 (15:06 +0200)]
clean up Language and Region resources

The previous language and regions xml resources were copied from old
oobe implementation.

Some of xml attributes used there are not used anymore in new oobe and
in some cases - like setting city and timezone depending on country
codes - it doesn't make sense to set them.

4 years agoMerge pull request #45 from l-stanislaws/namingFix
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Tue, 14 Apr 2020 11:59:34 +0000 (13:59 +0200)]
Merge pull request #45 from l-stanislaws/namingFix

Unification of folders and projects names

4 years agoAlways require to accept terms on page enter
Lukasz Stanislawski [Tue, 14 Apr 2020 10:15:54 +0000 (12:15 +0200)]
Always require to accept terms on page enter

4 years agoUnification of folders and projects names
Krzysztof Wieclaw/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Tue, 14 Apr 2020 10:24:14 +0000 (12:24 +0200)]
Unification of folders and projects names

4 years agoRelease version 1.0.7
Lukasz Stanislawski [Sun, 12 Apr 2020 19:45:58 +0000 (21:45 +0200)]
Release version 1.0.7

4 years agoMerge pull request #44 from l-stanislaws/addnetwork
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Sun, 12 Apr 2020 19:41:30 +0000 (21:41 +0200)]
Merge pull request #44 from l-stanislaws/addnetwork

Add Network popup

4 years agoKorean translation & UI lifting
k.stepaniuk [Fri, 10 Apr 2020 09:55:52 +0000 (11:55 +0200)]
Korean translation & UI lifting

Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
4 years agoFix fonts issues
Krzysztof Wieclaw/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Thu, 9 Apr 2020 15:22:50 +0000 (17:22 +0200)]
Fix fonts issues

4 years agoAdd translations and underlines to text fields
Krzysztof Wieclaw [Thu, 9 Apr 2020 11:18:55 +0000 (13:18 +0200)]
Add translations and underlines to text fields

4 years agoAdd prototype of choose security popup
Krzysztof Wieclaw [Wed, 8 Apr 2020 16:59:04 +0000 (18:59 +0200)]
Add prototype of choose security popup

4 years agoAdapt popups to popup stack
Krzysztof Wieclaw [Wed, 8 Apr 2020 12:48:23 +0000 (14:48 +0200)]
Adapt popups to popup stack

4 years agoAdd reveal button
Krzysztof Wieclaw [Wed, 8 Apr 2020 10:49:50 +0000 (12:49 +0200)]
Add reveal button

4 years agoAdd hidden network connecting
Krzysztof Wieclaw [Wed, 8 Apr 2020 10:04:17 +0000 (12:04 +0200)]
Add hidden network connecting

4 years agoPrototype of popup
Krzysztof Wieclaw [Thu, 2 Apr 2020 16:40:44 +0000 (18:40 +0200)]
Prototype of popup

4 years agoRelease 1.0.6
Lukasz Stanislawski [Thu, 9 Apr 2020 14:21:16 +0000 (16:21 +0200)]
Release 1.0.6

4 years agoMerge pull request #35 from l-stanislaws/wifi-translations
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Thu, 9 Apr 2020 14:03:25 +0000 (16:03 +0200)]
Merge pull request #35 from l-stanislaws/wifi-translations

Wifi translations

4 years agoMerge release & development branch
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.

4 years agoMerge pull request #43 from l-stanislaws/padding-fix
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Wed, 8 Apr 2020 12:26:55 +0000 (14:26 +0200)]
Merge pull request #43 from l-stanislaws/padding-fix

[OAPSAN-4622] Resolve padding issues.

4 years agoMerge pull request #42 from l-stanislaws/pagination-fix2
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Wed, 8 Apr 2020 11:53:01 +0000 (13:53 +0200)]
Merge pull request #42 from l-stanislaws/pagination-fix2

[OAPSAN-4621] Reduce size of Pagination indicator

4 years agoMerge pull request #41 from l-stanislaws/entry-cursor
Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics [Wed, 8 Apr 2020 10:44:17 +0000 (12:44 +0200)]
Merge pull request #41 from l-stanislaws/entry-cursor

Entry cursor

4 years agoResolve padding issues.
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.