[ABS] [WorldClockMap] Recalculate map shadow tizen_4.0_unified_tpk accepted/tizen/4.0/unified/20170811.140723 submit/tizen_4.0_unified_tpk/20170811.094300
authorMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 11 Aug 2017 10:43:15 +0000 (19:43 +0900)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 11 Aug 2017 10:43:15 +0000 (19:43 +0900)
Whenever scroller's size changes, the shadow should be recalculated
to the new scroller size. Earlier at the beginning if scroller's
width was smaller than real size of the view, the line and shadow
were blured and couldn't be recalculated until next day.

Reference: submit/tizen_4.0/20170811.094300
Commit id: 0007743728018bd38ba9fa4611f96d36095b4b3a
Requested by: m.wereski@partner.samsung.com
SDK rootstrap version: 20170809_1

org.tizen.clock-1.0.0-aarch64-debug.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-aarch64.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-x86.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-x86_64-debug.tpk [new file with mode: 0644]
org.tizen.clock-1.0.0-x86_64.tpk [new file with mode: 0644]
packaging/org.tizen.clock.spec [new file with mode: 0644]

diff --git a/org.tizen.clock-1.0.0-aarch64-debug.tpk b/org.tizen.clock-1.0.0-aarch64-debug.tpk
new file mode 100644 (file)
index 0000000..371564e
Binary files /dev/null and b/org.tizen.clock-1.0.0-aarch64-debug.tpk differ
diff --git a/org.tizen.clock-1.0.0-aarch64.tpk b/org.tizen.clock-1.0.0-aarch64.tpk
new file mode 100644 (file)
index 0000000..b858412
Binary files /dev/null and b/org.tizen.clock-1.0.0-aarch64.tpk differ
diff --git a/org.tizen.clock-1.0.0-arm-debug.tpk b/org.tizen.clock-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..9e6e808
Binary files /dev/null and b/org.tizen.clock-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.clock-1.0.0-arm.tpk b/org.tizen.clock-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..d76cf4a
Binary files /dev/null and b/org.tizen.clock-1.0.0-arm.tpk differ
diff --git a/org.tizen.clock-1.0.0-x86-debug.tpk b/org.tizen.clock-1.0.0-x86-debug.tpk
new file mode 100644 (file)
index 0000000..b26f73d
Binary files /dev/null and b/org.tizen.clock-1.0.0-x86-debug.tpk differ
diff --git a/org.tizen.clock-1.0.0-x86.tpk b/org.tizen.clock-1.0.0-x86.tpk
new file mode 100644 (file)
index 0000000..3481028
Binary files /dev/null and b/org.tizen.clock-1.0.0-x86.tpk differ
diff --git a/org.tizen.clock-1.0.0-x86_64-debug.tpk b/org.tizen.clock-1.0.0-x86_64-debug.tpk
new file mode 100644 (file)
index 0000000..3e269dd
Binary files /dev/null and b/org.tizen.clock-1.0.0-x86_64-debug.tpk differ
diff --git a/org.tizen.clock-1.0.0-x86_64.tpk b/org.tizen.clock-1.0.0-x86_64.tpk
new file mode 100644 (file)
index 0000000..113e76c
Binary files /dev/null and b/org.tizen.clock-1.0.0-x86_64.tpk differ
diff --git a/packaging/org.tizen.clock.spec b/packaging/org.tizen.clock.spec
new file mode 100644 (file)
index 0000000..feee606
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.clock
+#VCS_FROM:   profile/mobile/apps/native/clock#0007743728018bd38ba9fa4611f96d36095b4b3a
+#RS_Ver:    20170809_1 
+Summary:    clock
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    N/A
+Source0:    %{name}-%{version}.tar.gz
+
+ExclusiveArch:  x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
+
+
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.clock
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
+
+%define build_mode %{nil}
+
+%ifarch arm armv7l
+%define target arm
+%endif
+%ifarch aarch64
+%define target aarch64
+%endif
+%ifarch x86_64
+%define target x86_64
+%endif
+%ifarch i386 i486 i586 i686
+%define target x86
+%endif
+
+%description
+profile/mobile/apps/native/clock#0007743728018bd38ba9fa4611f96d36095b4b3a
+This is a container package which have preload TPK files
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*
+