Merge lp:~sergiusens/ubuntu-rssreader-app/clicker into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Sergio Schvezov
Status: Merged
Approved by: Joey Chan
Approved revision: 86
Merged at revision: 97
Proposed branch: lp:~sergiusens/ubuntu-rssreader-app/clicker
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 58 lines (+7/-6)
3 files modified
manifest.json (+3/-3)
rssreader-app.qml (+1/-1)
tests/autopilot/ubuntu_rssreader_app/tests/__init__.py (+3/-2)
To merge this branch: bzr merge lp:~sergiusens/ubuntu-rssreader-app/clicker
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Shorts Developers Pending
Review via email: mp+189590@code.launchpad.net

Commit message

Changing to final click name

To post a comment you must log in.
85. By Sergio Schvezov

Merging trunk

86. By Sergio Schvezov

localstorage adaptations

Revision history for this message
Joey Chan (qqworini) wrote :

Where is Jenkins Bot ?

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'apparmor/rssreader-app.json' => 'apparmor/shorts.json'
2=== modified file 'manifest.json'
3--- manifest.json 2013-10-02 03:42:50 +0000
4+++ manifest.json 2013-10-07 12:50:16 +0000
5@@ -2,14 +2,14 @@
6 "description": "RSS Reader application",
7 "framework": "ubuntu-sdk-13.10",
8 "hooks": {
9- "rssreader-app": {
10- "apparmor": "apparmor/rssreader-app.json",
11+ "shorts": {
12+ "apparmor": "apparmor/shorts.json",
13 "desktop": "rssreader-app.desktop"
14 }
15 },
16 "icon": "rssreader64.png",
17 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
18- "name": "com.ubuntu.rssreader",
19+ "name": "com.ubuntu.shorts",
20 "title": "shorts",
21 "version": "0.2"
22 }
23
24=== modified file 'rssreader-app.qml'
25--- rssreader-app.qml 2013-10-07 05:19:06 +0000
26+++ rssreader-app.qml 2013-10-07 12:50:16 +0000
27@@ -13,7 +13,7 @@
28 // objectName for functional testing purposes (autopilot-qt5)
29 id: mainView
30 objectName: "mainView"
31- applicationName: "rssreader-app"
32+ applicationName: "com.ubuntu.shorts"
33
34 width: units.gu(50)
35 height: units.gu(75)
36
37=== modified file 'tests/autopilot/ubuntu_rssreader_app/tests/__init__.py'
38--- tests/autopilot/ubuntu_rssreader_app/tests/__init__.py 2013-10-03 19:17:30 +0000
39+++ tests/autopilot/ubuntu_rssreader_app/tests/__init__.py 2013-10-07 12:50:16 +0000
40@@ -48,7 +48,8 @@
41 local_location = "../../rssreader-app.qml"
42 installed_location = "/usr/share/rssreader-app/rssreader-app.qml"
43
44- sqlite_dir = os.path.expanduser("~/.local/share/rssreader-app/Databases")
45+ sqlite_dir = os.path.expanduser(
46+ "~/.local/share/com.ubuntu.shorts/Databases")
47 backup_dir = sqlite_dir + ".backup"
48
49 def setUp(self):
50@@ -89,7 +90,7 @@
51
52 def launch_test_click(self):
53 self.app = self.launch_click_package(
54- "com.ubuntu.rssreader-app",
55+ "com.ubuntu.shorts",
56 emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
57
58 def temp_move_sqlite_db(self):

Subscribers

People subscribed via source and target branches