spacepaste

  1.  
  2. commit 2bfa3bd7c95f50ffb066d6fc2ec7c17d83364776
  3. Merge: b095731 3539238
  4. Author: DeadSquirrel01 <m.marcaccini01@gmail.com>
  5. Date: Fri Jun 8 22:37:24 2018 +0000
  6. Merge branch 'master' of https://github.com/mer-hybris/droid-hal-configs into HEAD
  7. commit b095731124d4e7531da4cef010258890c79efc38
  8. Author: Franz-Josef Haider <franz.haider@jollamobile.com>
  9. Date: Wed Apr 25 20:15:45 2018 +0300
  10. [boot] use nohup on droid-hal-init. JB#41779
  11. Use exec nohup since systemd may send SIGHUP, but droid-hal-init doesn't
  12. handle it. This avoids having to modify android_system_core, which would
  13. require different handling for every different android version.
  14. commit 323304a1eb9a329d7ace9f700c631c0dd2e02027
  15. Author: Franz-Josef Haider <franz.haider@jollamobile.com>
  16. Date: Wed Apr 25 16:04:57 2018 +0300
  17. [configs] Adjust udev partition rules to match what android does. JB#41430, JB#41473
  18. Change udev rules to fix /devices/dir1/dir2 platform device handling.
  19. This also fixes the bootdevice symlink creation such that we don't need
  20. special handling on some devices.
  21. It also avoids the usage of scripts entirely, which means far less udev
  22. processes are started during the boot process (currently >240), which improves
  23. the boot up time.
  24. This currently removes the /lib/udev/platform-device script, since it should
  25. not be necessary anymore. Rules using that script will fail, but that is fine
  26. since the bootdevice is now handled here. If someone uses this script they will
  27. quickly notice that something has changed and that those obsolete rules need to
  28. be removed.
  29. This also fixes an issue with certain android daemons (one of which is
  30. qseecomd), which on some devices expects that /dev/block/bootdevice is a
  31. symlink to the /dev/block/platform/dir1/dir2 bootdevice entry.
  32. In our previous implementation /dev/block/bootdevice contained symlinks to
  33. /dev/block/platform/dir1/dir2/mmcblk* entries, now it is a symlink itself, as
  34. expected by some android daemons.
  35. Unfortunately we cannot do comparisions like ENV{X}==ENV{Y} or
  36. ENV{X}=="$env{Y}", therefore the comparision with androidboot.bootdevice works
  37. via a dummy file in /tmp.
  38. commit a47392c2892fbfdf965e7bdbe7b82ceb871efa83
  39. Author: Lewis Rockliffe <r0kk3rz@gmail.com>
  40. Date: Fri Apr 20 16:57:17 2018 +0200
  41. [patterns] Add sd-utils for sd card support
  42. commit 3539238f113d00b77d67db587c146fb4c3854316
  43. Merge: 49ababa 77968c5
  44. Author: Matti Kosola <matti.kosola@jollamobile.com>
  45. Date: Wed May 23 09:40:54 2018 +0300
  46. Merge pull request #133 from krnlyng/nohup
  47. [boot] use nohup on droid-hal-init. JB#41779
  48. commit 49ababaf2ae2f0c27ac9801d88b62a7dd4f507b5
  49. Merge: e34b992 d9e4b78
  50. Author: Franz-Josef Anton Friedrich Haider <f_haider@gmx.at>
  51. Date: Fri Apr 27 15:02:22 2018 +0300
  52. Merge pull request #132 from krnlyng/jb41430
  53. [configs] Adjust udev partition rules to match what android does. JB#41430, JB#41473
  54. commit 77968c5d285ba770b6ae6e4eb73634218cda8a81
  55. Author: Franz-Josef Haider <franz.haider@jollamobile.com>
  56. Date: Wed Apr 25 20:15:45 2018 +0300
  57. [boot] use nohup on droid-hal-init. JB#41779
  58. Use exec nohup since systemd may send SIGHUP, but droid-hal-init doesn't
  59. handle it. This avoids having to modify android_system_core, which would
  60. require different handling for every different android version.
  61. commit d9e4b78f0a294a2872204896b68832616331d1eb
  62. Author: Franz-Josef Haider <franz.haider@jollamobile.com>
  63. Date: Wed Apr 25 16:04:57 2018 +0300
  64. [configs] Adjust udev partition rules to match what android does. JB#41430, JB#41473
  65. Change udev rules to fix /devices/dir1/dir2 platform device handling.
  66. This also fixes the bootdevice symlink creation such that we don't need
  67. special handling on some devices.
  68. It also avoids the usage of scripts entirely, which means far less udev
  69. processes are started during the boot process (currently >240), which improves
  70. the boot up time.
  71. This currently removes the /lib/udev/platform-device script, since it should
  72. not be necessary anymore. Rules using that script will fail, but that is fine
  73. since the bootdevice is now handled here. If someone uses this script they will
  74. quickly notice that something has changed and that those obsolete rules need to
  75. be removed.
  76. This also fixes an issue with certain android daemons (one of which is
  77. qseecomd), which on some devices expects that /dev/block/bootdevice is a
  78. symlink to the /dev/block/platform/dir1/dir2 bootdevice entry.
  79. In our previous implementation /dev/block/bootdevice contained symlinks to
  80. /dev/block/platform/dir1/dir2/mmcblk* entries, now it is a symlink itself, as
  81. expected by some android daemons.
  82. Unfortunately we cannot do comparisions like ENV{X}==ENV{Y} or
  83. ENV{X}=="$env{Y}", therefore the comparision with androidboot.bootdevice works
  84. via a dummy file in /tmp.
  85. commit e34b9925626acfb7f91a3d185b4427acc004fc87
  86. Merge: de4fe40 5a453a6
  87. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  88. Date: Sat Apr 21 11:52:02 2018 +0100
  89. Merge pull request #131 from r0kk3rz/master
  90. [patterns] Add sd-utils for sd card support
  91. commit 5a453a661909d5b8674770767fc263bc148d7fb5
  92. Author: Lewis Rockliffe <r0kk3rz@gmail.com>
  93. Date: Fri Apr 20 16:57:17 2018 +0200
  94. [patterns] Add sd-utils for sd card support
  95. commit de4fe40084d0a8e19ddeb7982807c1d3456766f2
  96. Merge: 709094a 199f8cc
  97. Author: Matti Kosola <matti.kosola@jollamobile.com>
  98. Date: Wed Apr 18 08:04:59 2018 +0300
  99. Merge pull request #130 from mer-hybris/jb41676
  100. Depend on jolla-devicelock-daemon-encsfa by default.
  101. commit 199f8cc9bc1cf01a8ed1eda3164e37ae7fc1c9a6
  102. Author: Raine Makelainen <raine.makelainen@jolla.com>
  103. Date: Tue Apr 17 20:05:52 2018 +0300
  104. [configs] Depend on jolla-devicelock-daemon-encsfa by default. Contributes to JB#41676
  105. commit 709094abe097478747597cb4d1cf12494f320600
  106. Merge: 1ad9276 5eaf07b
  107. Author: martyone <martyone@ubedi.net>
  108. Date: Tue Apr 17 18:01:43 2018 +0200
  109. Merge pull request #129 from martyone/jb41359
  110. Do not attach os-release, now available from ssu-repos
  111. commit 5eaf07b508b4fd14914b35206aea977b02b93948
  112. Author: Martin Kampas <martin.kampas@jolla.com>
  113. Date: Fri Apr 13 08:54:41 2018 +0200
  114. Do not attach os-release, now available from ssu-repos
  115. [ks] Do not attach os-release, now available from ssu-repos. Contribute to JB#41359
  116. commit 1ad9276071c8a0be89a151bd3bbc63608b85120c
  117. Merge: ff6a3c5 6e9dd08
  118. Author: Juho Hämäläinen <jusa@hilvi.org>
  119. Date: Wed Apr 11 14:35:44 2018 +0300
  120. Merge pull request #128 from jusa/jb41613
  121. Classify fmradio loopback source as player.
  122. commit ff6a3c5e5441b14b46eeb4c5a0fab87730f41bb5
  123. Merge: 5980073 d0c0799
  124. Author: Juho Hämäläinen <jusa@hilvi.org>
  125. Date: Tue Apr 10 17:51:22 2018 +0300
  126. Merge pull request #127 from jusa/jb41568
  127. Split policy earpiece configuration.
  128. commit 6e9dd08f70fa6178f0596202973c1bcee2aef7e2
  129. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  130. Date: Tue Apr 10 17:00:38 2018 +0300
  131. [configs] Classify fmradio loopback source as player. JB#41613
  132. Instead of classifying source output of module-loopback as internal
  133. (meaning policy enforcement doesn't touch the source output at all)
  134. classify the source output as player. This way when we have multiple
  135. sources to choose from policy enforcement can connect the source output
  136. to correct source.
  137. Now when for example USB-audio device with recording capabilities is
  138. connected when fmradio is enabled, module-loopback connects to the
  139. first source it sees which may be the wrong one. With this change
  140. policy enforcement has pointers to select the right source.
  141. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  142. commit d0c07995e8240ea5c1838d46a4a58a769271baad
  143. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  144. Date: Mon Apr 9 09:49:45 2018 +0300
  145. [configs] Split policy earpiece configuration. JB#41568
  146. There may be devices with voice modem but no earpiece connected. Split
  147. earpiece configuration from the main xpolicy.conf so that with these
  148. kind of devices earpiece route can be disabled by removing earpiece.conf
  149. and bluez4_earpiece.conf or bluez5_earpiece.conf in delete_file_foo.list.
  150. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  151. commit 59800733989cdd6721c228f071ea3e7b1feceef0
  152. Merge: c2f9067 80fcccd
  153. Author: Marko Saukko <marko.saukko@gmail.com>
  154. Date: Mon Mar 19 10:17:45 2018 +0200
  155. Merge pull request #125 from mer-hybris/jb41325
  156. Relax systemCheck.d a bit on droid-hal-*
  157. commit c2f9067595abdc6561d16451ff7a0af349d0e3fe
  158. Merge: 15e902f 025fdbd
  159. Author: Andrew Branson <abranson@users.noreply.github.com>
  160. Date: Fri Mar 16 12:47:03 2018 +0000
  161. Merge pull request #126 from mer-hybris/jb41377
  162. [codecs] Add symlink for newer media_codecs_performance.xml codec definition file
  163. commit 025fdbd253f7c63733a67434b8881f9aa9097b52
  164. Author: Andrew Branson <andrew.branson@jollamobile.com>
  165. Date: Fri Mar 16 13:28:20 2018 +0100
  166. [codecs] Add symlink for newer media_codecs_performance.xml codec definition file, as some adaptations crash if these files are missing. JB#41377
  167. commit 80fcccd93c0ac81ded28cb7f0dce7ad0086be1ee
  168. Author: Marko Saukko <marko.saukko@jolla.com>
  169. Date: Mon Mar 12 15:30:16 2018 -0400
  170. Relax systemCheck.d a bit on droid-hal-*
  171. [systemCheck.d] Relax droid-hal-*. Contributes to JB#41325
  172. When sharing an adaptation we can not be too specific on certain
  173. packages such as droid-hal-* but we should refer to the provides
  174. packages.
  175. In the end we should think if we could add Requires lines to the
  176. droid-hal-version package and require mainly that in this ha.check file,
  177. but that is for future. :)
  178. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  179. commit 15e902f6c16dd1ffbb3324a290890ec873c53851
  180. Merge: 7698649 54512d2
  181. Author: Juho Hämäläinen <jusa@hilvi.org>
  182. Date: Sat Feb 17 13:17:19 2018 +0200
  183. Merge pull request #123 from jusa/pa11.1
  184. Updated configs for PulseAudio 11.1
  185. commit 54512d281406e25bb6698f2e3de5c268aa7c55c0
  186. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  187. Date: Sat Feb 17 12:14:36 2018 +0200
  188. [dhc] Update pulseaudio package requirements.
  189. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  190. commit 4141f4303bd57cde63a2a78e7d98aedf4cd21df3
  191. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  192. Date: Tue Feb 13 14:20:15 2018 +0200
  193. [configs] Update loopback arguments for PulseAudio 11.1. JB#38694
  194. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  195. commit 400a79ddb4ce5b45b19da32428913a71593d7629
  196. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  197. Date: Tue Feb 13 14:19:49 2018 +0200
  198. [configs] Update bluez5 arguments for PulseAudio 11.1. JB#38694
  199. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  200. commit 769864929261d14ba2380323ddced4e325d5c819
  201. Merge: 2e6e8f9 0aac45f
  202. Author: Marko Saukko <marko.saukko@gmail.com>
  203. Date: Tue Feb 13 10:58:10 2018 +0200
  204. Merge pull request #122 from mer-hybris/jb41099
  205. Add SAILFISH_CUSTOMER to os-release.
  206. commit 0aac45f65a32f37ab97f582c4f2ad1e64176bdfe
  207. Author: Marko Saukko <marko.saukko@jolla.com>
  208. Date: Mon Feb 12 18:18:02 2018 +0200
  209. Add SAILFISH_CUSTOMER to os-release.
  210. [ks] Add SAILFISH_CUSTOMER to os-release for image builds. Contributes to JB#41099
  211. When there are multiple of customer images it is not clear by default
  212. what the image contains. This commit adds SAILFISH_CUSTOMER to the
  213. os-release for the image builds so that later in the %pack we can use
  214. this value to add more information to the image name what is this image
  215. about.
  216. We could also add all the other features from /usr/share/ssu/features.d/
  217. however before doing that we would need to rename those to match e.g.
  218. feature-*.ini naming scheme. Also if we would add all those that could
  219. mean that the filename lenght is starting to be too much, which it
  220. already after this commit almost is. ;)
  221. NOTE: After this it is still up to the device specific %pack to take
  222. this part in use.
  223. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  224. commit 2e6e8f97703aab0d948e6633c0056788fc7e3305
  225. Merge: 936fe70 aac652a
  226. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  227. Date: Mon Feb 12 15:07:57 2018 +0200
  228. Merge pull request #121 from mlehtima/vibra
  229. [patterns] Use native vibrator in templates.
  230. commit aac652aae840a15629c0f4e070275ea128fe088f
  231. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  232. Date: Thu Feb 8 20:00:38 2018 +0200
  233. [patterns] Use native vibrator in templates.
  234. commit 936fe70c0e9adcc5106cfdca93effb2bcd9baf38
  235. Merge: 2e158c1 8b60635
  236. Author: Juho Hämäläinen <jusa@hilvi.org>
  237. Date: Thu Feb 1 15:45:41 2018 +0200
  238. Merge pull request #120 from jusa/dev
  239. Update PulseAudio configurations.
  240. commit 8b60635f77abf394a8a478d1516f3906d4f5b618
  241. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  242. Date: Thu Feb 1 11:41:19 2018 +0200
  243. [configs] Delay voice port changes. JB#40097
  244. Prevent leakage of ringtone fade out when using wired accessories, as
  245. the delayed port change also mutes media streams when doing the port
  246. change.
  247. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  248. commit 797fcd660060ad8fd209563f24419be6e68ed9f3
  249. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  250. Date: Tue Jan 30 23:24:49 2018 +0200
  251. [configs] Update PulseAudio stream ducking. JB#40097
  252. Instead of silencing media streams completely when notification or
  253. warning streams are playing, just duck them a bit so that they stay
  254. audible and are nicely mixed with higher priority streams.
  255. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  256. commit 2e158c19d13a0a5605c909e159feecec18565ba6
  257. Merge: d19f643 9c3cd1c
  258. Author: Matti Kosola <matti.kosola@jollamobile.com>
  259. Date: Thu Feb 1 09:30:46 2018 +0200
  260. Merge pull request #118 from mer-hybris/jb40935
  261. Use os-release instead of sailfish-release.
  262. commit 9c3cd1c8a2b9cf025adf71dbb2af74f308c65019
  263. Author: Marko Saukko <marko.saukko@jolla.com>
  264. Date: Wed Jan 31 16:31:00 2018 -0500
  265. Use os-release instead of sailfish-release.
  266. [release] Use os-release instead of sailfish-release. Contributes to JB#40935
  267. We should use the os-release everywhere instead of sailfish-release to
  268. make sure that different identification can be used. os-release will
  269. always be the link to the right identification file regardless of the
  270. name of the actual *-release file.
  271. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  272. commit 43fec8aa726b2836e80406299b039cd142a0ae74
  273. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  274. Date: Tue Jan 30 23:21:51 2018 +0200
  275. [configs] Update PulseAudio policy configuration. JB#40097
  276. Add media notify for alarm group. Requires ohm-plugins-misc 1.4.2 to
  277. have any actual effect. Now when alarm is activated we have more control
  278. with routing etc as the policy framework will automatically acquire
  279. audio_playback resource for the alarm stream.
  280. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  281. commit d19f643222896a80d167f4ce31e2bec2b5cf5e9c
  282. Merge: b5cde68 1283062
  283. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  284. Date: Fri Jan 5 19:39:42 2018 +0000
  285. Merge pull request #117 from r0kk3rz/master
  286. Add strace to porter-tools
  287. commit 1283062659639ea966b804e8937ff20c3115ac16
  288. Author: r0kk3rz <r0kk3rz@gmail.com>
  289. Date: Fri Jan 5 11:40:13 2018 +0000
  290. Add strace to porter-tools
  291. strace is a common enough debugging tool, especially early on when you might not have things like Wifi working yet so installing it manually can be difficult
  292. commit b5cde68ba125a833e707a71c2d8d74e4f926ee5b
  293. Merge: 89e435e 35d0211
  294. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  295. Date: Thu Dec 14 14:31:24 2017 +0000
  296. Merge pull request #116 from krnlyng/jb40170
  297. Add lowi.conf symlink
  298. commit 35d0211f2de8bc3b3f6d9fc7e11f6d42955f500a
  299. Author: Franz-Josef Haider <franz.haider@jollamobile.com>
  300. Date: Thu Dec 14 15:57:12 2017 +0200
  301. Add lowi.conf symlink such that lowi does not exit during powerup on those devices where it is necessary.
  302. commit 89e435e116e26fb4c25bdfd72db6440f23ac187b
  303. Merge: d0ee40e dce099d
  304. Author: Juho Hämäläinen <jusa@hilvi.org>
  305. Date: Tue Dec 12 16:06:04 2017 +0200
  306. Merge pull request #115 from jusa/jb40435
  307. Add default configs for usb-otg audio and fmradio.
  308. commit dce099d34fc3a30969a21dffcf6264f64829c59b
  309. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  310. Date: Tue Dec 12 15:29:19 2017 +0200
  311. [configs] Add default step configs for usbaudio. JB#40435
  312. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  313. commit 07cf8d9069a56d0dd39cbed67b3bace751e00458
  314. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  315. Date: Tue Dec 12 15:24:18 2017 +0200
  316. [configs] Add PulseAudio configs for fmradio and usb-otg audio. JB#40435
  317. To enable either feature check config file comments.
  318. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  319. commit d0ee40e3110c142f47875318a5d1bf79269be3c6
  320. Merge: 1853397 5b10bc6
  321. Author: Juho Hämäläinen <jusa@hilvi.org>
  322. Date: Fri Dec 8 14:48:51 2017 +0200
  323. Merge pull request #114 from jusa/newconfig
  324. Update PulseAudio configuration.
  325. commit 5b10bc630e4149cb66182a88361dc6397bab6ec9
  326. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  327. Date: Tue Dec 5 12:12:00 2017 +0200
  328. [dhc] Update pulseaudio package requirements.
  329. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  330. commit 91718954ba84c956c0be6232d1148a760ae0505e
  331. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  332. Date: Tue Dec 5 10:34:57 2017 +0200
  333. [configs] Update PulseAudio configuration. JB#40125
  334. Instead of relying on absolute sink or source names for routing targets,
  335. use property flags.
  336. This config change requires packages and dependencies for
  337. pulseaudio-modules-droid >= 8.0.63
  338. pulseaudio-policy-enforcement >= 8.0.33
  339. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  340. commit 18533976083a6a09d379ebb4bb6431a25874b80d
  341. Merge: 8a83606 6bec4f9
  342. Author: Matti Kosola <matti.kosola@jollamobile.com>
  343. Date: Tue Nov 14 13:11:52 2017 +0200
  344. Merge pull request #113 from mer-hybris/template-cleanup
  345. Template cleanup
  346. commit 6bec4f955fa477b0a3ad6a3caca5f1fe96392793
  347. Author: Matti Kosola <matti.kosola@jolla.com>
  348. Date: Fri Nov 10 14:35:04 2017 +0200
  349. [patterns] Use bluez5 by default instead of bluez4
  350. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  351. commit f4c8dc0d3c82d835e268ddb2f0e0e13dff2d31f4
  352. Author: Matti Kosola <matti.kosola@jolla.com>
  353. Date: Fri Nov 10 14:33:53 2017 +0200
  354. [patterns] Use meta packages instead of patterns
  355. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  356. commit 8a836068a5f5eb1ae818f96005f10f69837b86a5
  357. Merge: efb0841 910555a
  358. Author: Juho Hämäläinen <jusa@hilvi.org>
  359. Date: Mon Nov 6 15:24:34 2017 +0200
  360. Merge pull request #112 from jusa/jb40317
  361. Don't fail PulseAudio startup if module-droid-glue fails to load.
  362. commit 910555a380a7fe45e580dd72e72de2f97844be37
  363. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  364. Date: Mon Nov 6 15:13:37 2017 +0200
  365. [configs] Don't fail PulseAudio startup if module-droid-glue fails to load. JB#40317
  366. commit efb0841fea30d6d93c8b74a3d43944dfb72cddc3
  367. Merge: b957b1a f2a1099
  368. Author: Matti Kosola <matti.kosola@jollamobile.com>
  369. Date: Thu Nov 2 10:12:18 2017 +0200
  370. Merge pull request #111 from mer-hybris/fix-post-script
  371. Fix droid-config post-script return value
  372. commit f2a109989591b5d71fa1096de1bf6063abd58aaa
  373. Author: Matti Kosola <matti.kosola@jolla.com>
  374. Date: Wed Nov 1 16:19:38 2017 +0200
  375. Fix droid-config post-script return value
  376. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  377. commit b957b1aec48e82b81cb00034858b766bbbbc02fd
  378. Merge: 993b088 12d84db
  379. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  380. Date: Thu Oct 26 11:30:31 2017 +0100
  381. Merge pull request #110 from krnlyng/boot
  382. [boot] don't use 32 bit LD_LIBRARY_PATH on 64-bit devices
  383. commit 12d84dbe6abda609ed15527314a5a13bfb53c762
  384. Author: Franz-Josef Haider <franz.haider@jollamobile.com>
  385. Date: Wed Oct 25 10:44:20 2017 +0300
  386. [boot] don't use 32 bit LD_LIBRARY_PATH on 64-bit devices
  387. commit 993b088d38b9d930765270d08ab7ad9f97be81be
  388. Merge: 18af85b c1a6b37
  389. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  390. Date: Mon Oct 16 11:24:35 2017 +0100
  391. Merge pull request #109 from mer-hybris/jb39992
  392. Improve Camera startup times if RAM is 2GB or more
  393. commit c1a6b37a5f78c09e7208326f90d431b174154331
  394. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  395. Date: Mon Oct 16 11:12:53 2017 +0100
  396. [configs] Improve Camera startup times if RAM is 2GB or more. JB#39992
  397. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  398. commit 18af85b1b0ae847506fe17bcd85d9ed2d6e0270d
  399. Merge: f525900 7f64988
  400. Author: Matti Kosola <matti.kosola@jollamobile.com>
  401. Date: Fri Oct 13 10:28:59 2017 +0300
  402. Merge pull request #108 from jpetrell/master
  403. Remove keys duplicated in us kmap.
  404. commit 7f649885a4bedb9693b66f32615b59e1e37c1797
  405. Author: Joona Petrell <joona.petrell@jollamobile.com>
  406. Date: Fri Oct 13 00:23:04 2017 +0300
  407. [droid-hal-configs] Remove keys duplicated in us kmap. Contributes to JB#17545
  408. commit f525900321cf88fca963224ac6af33d0e751b6ff
  409. Merge: 1846e33 488b3e4
  410. Author: Matti Kosola <matti.kosola@jollamobile.com>
  411. Date: Thu Oct 12 15:53:39 2017 +0300
  412. Merge pull request #107 from jpetrell/master
  413. Use appropriate key code for device's home key.
  414. commit 488b3e42bc7ffffa387f92b3b521b8bf30f3b21c
  415. Author: Joona Petrell <joona.petrell@jollamobile.com>
  416. Date: Thu Oct 12 11:15:10 2017 +0300
  417. [droid-hal-configs] Use appropriate key code for device's home key. Contributes to JB#17545
  418. commit 1846e332ebdae349d22685a612ac7d9879f622af
  419. Merge: 31498c3 dd99d3c
  420. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  421. Date: Wed Oct 11 13:02:54 2017 +0100
  422. Merge pull request #106 from jpetrell/master
  423. [droid-hal-configs] Align with upstream key naming. Contributes to JB#39965
  424. commit dd99d3cc569f4a7218b096d6008040832d40d852
  425. Author: Joona Petrell <joona.petrell@jollamobile.com>
  426. Date: Wed Oct 11 14:57:45 2017 +0300
  427. [droid-hal-configs] Align with upstream key naming. Contributes to JB#39965
  428. commit 31498c3560d092eb7e8c0a2f5c8d5460c2f92e4d
  429. Merge: 479355b 1debf91
  430. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  431. Date: Wed Oct 11 12:40:26 2017 +0100
  432. Merge pull request #105 from jpetrell/master
  433. [droid-hal-configs] Map navigation keys. Contributes to JB#39965
  434. commit 1debf91d4413468dff97433f9e3593f88ad1be7d
  435. Author: Joona Petrell <joona.petrell@jollamobile.com>
  436. Date: Wed Oct 4 22:10:00 2017 +0300
  437. [droid-hal-configs] Map navigation keys. Contributes to JB#39965
  438. commit 479355b07c003df68ae4da67cf7f0be62c93b488
  439. Merge: 65a9a8a 18a69d8
  440. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  441. Date: Mon Oct 2 13:44:39 2017 +0100
  442. Merge pull request #102 from mer-hybris/fix-localbuild-systemCheck
  443. [zypp] Perform systemCheck only on OBS. MER#1807
  444. commit 65a9a8a54dd6faee2b44ff6e905ee4ebcdf2fa07
  445. Merge: 239c794 6962dca
  446. Author: Matti Kosola <matti.kosola@jollamobile.com>
  447. Date: Mon Oct 2 11:42:08 2017 +0300
  448. Merge pull request #104 from pvuorela/master
  449. [droid-hal-configs] Map camera button keycodes. Contributes to MER#1817
  450. commit 6962dcaf47b94f223be7845f99924ed708db27c7
  451. Author: Pekka Vuorela <pekka.vuorela@jollamobile.com>
  452. Date: Wed Sep 27 17:23:25 2017 +0300
  453. [droid-hal-configs] Map camera button keycodes. Contributes to MER#1817
  454. commit 239c79450b8dd57d3c64d1918b1b6e59e7b96330
  455. Merge: 73dbf5b d9a5f06
  456. Author: Juho Hämäläinen <jusa@hilvi.org>
  457. Date: Wed Sep 27 15:30:51 2017 +0300
  458. Merge pull request #103 from jusa/bluez
  459. Use better default for card profile.
  460. commit d9a5f0625ea2078ac871a12a9fd5a762b2324375
  461. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  462. Date: Wed Sep 27 15:21:03 2017 +0300
  463. [config] Use better default for card profile. Fixes JB#39681
  464. With default pulseaudio config (arm_droid_default.pa) primary (a
  465. combined profile) is not generated, so using profile generated always
  466. by default is better default in policy configuration as well.
  467. commit 18a69d8c0babc1a241b75fcd15345a400cf2deeb
  468. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  469. Date: Tue Sep 26 21:29:25 2017 +0100
  470. [zypp] Perform systemCheck only on OBS. MER#1807
  471. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  472. commit 73dbf5b5a6ab4d241622b51c48994a57941ffbbe
  473. Merge: 7ea5af9 331e636
  474. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  475. Date: Tue Sep 19 17:26:11 2017 +0100
  476. Merge pull request #98 from r0kk3rz/master
  477. [patterns] Add Jolla Store and Sideloading for post 2.1.1 builds
  478. commit 7ea5af9d6d37c1d7c19faae33d8a852ae99dc77f
  479. Merge: b1fccee 00e1b88
  480. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  481. Date: Tue Sep 19 14:13:43 2017 +0100
  482. Merge pull request #101 from sledges/community-productised
  483. Enable community adaptations also for productised devices
  484. commit 00e1b880f8b94f46d8d0eff58661e4080d5be85f
  485. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  486. Date: Tue Sep 19 09:19:07 2017 +0100
  487. [dhc] Enable community adaptations also for productised devices
  488. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  489. commit b1fcceecce2e4dc7a3e290a237504c001a1f4924
  490. Merge: 8b218e4 92f632a
  491. Author: Matti Kosola <matti.kosola@jollamobile.com>
  492. Date: Tue Sep 19 09:24:49 2017 +0300
  493. Merge pull request #100 from krnlyng/shutdown
  494. [shutdown] shutdown gracefully.
  495. commit 92f632abc8d9e63805e575134dddac6b0564f6b1
  496. Author: Franz-Josef Haider <f_haider@gmx.at>
  497. Date: Fri Sep 8 22:16:12 2017 +0300
  498. [shutdown] shutdown gracefully. If the parameter %c is not specified for the droid-hal-shutdown script, The script will just exit without shutting down the services properly. Also fix an issue where the script would loop forever. JB#38944 is not regressed by this.
  499. commit 331e6366480793b44d06a34f76f17bbf5aa9dc5a
  500. Author: Lewis Rockliffe <r0kk3rz@gmail.com>
  501. Date: Wed Aug 23 13:43:37 2017 +0200
  502. [patterns] Add Jolla Store and Sideloading for post 2.1.1 builds
  503. commit 8b218e4b5c531f4705e1901eedb8e21f8f6232a0
  504. Merge: 61affe2 84281c2
  505. Author: Matti Kosola <matti.kosola@jollamobile.com>
  506. Date: Mon Aug 28 14:17:58 2017 +0300
  507. Merge pull request #99 from jpetrell/jb39307
  508. [touch] Automatically scale start drag distance if pixel ratio is known. Contributes to JB#39307
  509. commit 84281c2601a315b9c3bb7fa9fb0d54aab94bb06b
  510. Author: Joona Petrell <joona.petrell@jollamobile.com>
  511. Date: Mon Aug 28 12:21:55 2017 +0300
  512. [touch] Automatically scale start drag distance if pixel ratio is known. Contributes to JB#39307
  513. commit 61affe2d1907782024f538d25e85a5e17e49024f
  514. Merge: 9f9575f 8cddf34
  515. Author: Juho Hämäläinen <jusa@hilvi.org>
  516. Date: Mon Aug 14 14:35:36 2017 +0300
  517. Merge pull request #97 from jusa/bluez5
  518. Split bluez4 and bluez5 policy configs.
  519. commit 8cddf345e4bdd32a5e427c30e826bc1266b62f9a
  520. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  521. Date: Mon Aug 14 12:36:32 2017 +0300
  522. [configs] Discover plugin for both bluez4 and bluez5.
  523. commit 3db62fb5a68d3b7fe92d3c9d863f90da9a99fa5e
  524. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  525. Date: Mon Aug 14 12:03:14 2017 +0300
  526. [configs] Split bluez4 and bluez5 policy configs.
  527. Sync bluez configurations for pulseaudio policy enforcement.
  528. commit 9f9575faacee8ae9b7041f3d1e37826589b9fdc8
  529. Merge: 66a1811 9093cfa
  530. Author: Matti Kosola <matti.kosola@jollamobile.com>
  531. Date: Wed Jul 26 12:21:04 2017 +0300
  532. Merge pull request #96 from mer-hybris/prevent-removing-ha-packages
  533. Prevent removing main HA packages
  534. commit 9093cfa278f74f72f142fe586c30becc56427e58
  535. Author: Matti Kosola <matti.kosola@jolla.com>
  536. Date: Wed Jul 26 05:00:10 2017 -0400
  537. [zypp] Prevent removing main HA packages
  538. ha.check file prevents removing main hardware adaptation packages.
  539. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  540. commit 66a18115221e999c1a0b602d68d121fce044fd6c
  541. Merge: 160a9cf 188784d
  542. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  543. Date: Thu Jun 29 14:40:21 2017 +0100
  544. Merge pull request #95 from abranson/shutdown
  545. [shutdown] Gracefully shutdown android init services using new 'hybris.shutdown' property instead of killing them. Fixes JB#38944
  546. commit 188784d2c572b0aad630626e6183cdb55ad3c004
  547. Author: Andrew Branson <andrew.branson@jollamobile.com>
  548. Date: Tue Jun 27 14:42:07 2017 +0200
  549. [shutdown] Gracefully shutdown android init services using new 'hybris.shutdown' property instead of killing them. Fixes JB#38944
  550. commit 160a9cfdd9a2af311b3f323a9c057958333e17d3
  551. Merge: 6550d6e 399101b
  552. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  553. Date: Sat Jun 3 15:07:27 2017 +0300
  554. Merge pull request #93 from mlehtima/bootdevice
  555. [configs] Add bootdevice symlinks to udev rules. Needed on most new devices.
  556. commit 399101b42ae1bcd4ddc8b78d5f4e2e1eb16a240d
  557. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  558. Date: Sat Jun 3 12:32:40 2017 +0300
  559. [configs] Add bootdevice symlinks to udev rules. Needed on most new devices.
  560. commit 6550d6e9251aee9a18be98bc6eb265dbc8a995e7
  561. Merge: 35a7907 a70a8e0
  562. Author: Matti Kosola <matti.kosola@jollamobile.com>
  563. Date: Fri May 19 14:34:10 2017 +0300
  564. Merge pull request #92 from spiiroin/jb38630_diag_mode_adb
  565. Restart adbd if it exits without being stopped
  566. commit a70a8e0df9a26cc2d3dab486758505ebce6dea4a
  567. Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  568. Date: Fri May 19 13:43:41 2017 +0300
  569. Restart adbd if it exits without being stopped. JB#38630
  570. When adbd needs to switch identity based on root/unroot commands it
  571. makes an exit and expects to be restarted. In android this would be
  572. handled via actions bound to related property changes. But current
  573. systemd unit configuration leaves the adbd service in failed state.
  574. Add restart configuration for adbd.service.
  575. Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  576. commit 35a79073dcfe0ed6dfd9c1385f5dca462ea8e9eb
  577. Merge: a809b29 acc9844
  578. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  579. Date: Fri May 5 10:01:29 2017 +0100
  580. Merge pull request #91 from mer-hybris/tools-abstraction
  581. There is only one provider of tools.
  582. commit acc98445d2b180acb165df2e78020eaf41ad7274
  583. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  584. Date: Fri May 5 09:47:08 2017 +0100
  585. [flashing] There is only one provider of tools.
  586. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  587. commit a809b2942d089a91622d655f5f480fe0de1f00f4
  588. Merge: 3185442 059d9a1
  589. Author: Juho Hämäläinen <jusa@hilvi.org>
  590. Date: Thu Apr 6 09:15:26 2017 +0300
  591. Merge pull request #90 from jusa/bluez
  592. Load stream-restore based on bluez version.
  593. commit 059d9a1cbd71342d25657a5f9a176fc33471340b
  594. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  595. Date: Thu Apr 6 09:10:39 2017 +0300
  596. [configs] Update bluetooth volume steps. JB#38299
  597. Some of the values when converted to bluetooth volume steps overlap,
  598. update the values a bit arbitrarily, but so that they will map to all
  599. 0..15 steps of bluetooth volume.
  600. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  601. commit 822f13747a19e49d754f546f4362c015baa47651
  602. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  603. Date: Thu Apr 6 09:00:00 2017 +0300
  604. [configs] Load stream-restore based on bluez version. JB#38234
  605. With bluez5 we don't have sink or source to control volume with, and so
  606. we don't need sink-volume mode as it does nothing.
  607. Load combine-sink for simultaneous playback to phone outputs and
  608. bluetooth devices.
  609. Load rescue-streams so that sink-inputs or source-outputs left hanging
  610. after bluetooth device disappears are not killed but are gracefully
  611. moved to new sink or source.
  612. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  613. commit 3185442a3e426e99f136dd050d81f570b37105da
  614. Merge: 3fb5470 d1ec25b
  615. Author: Juho Hämäläinen <jusa@hilvi.org>
  616. Date: Wed Mar 29 10:12:00 2017 +0300
  617. Merge pull request #89 from jusa/earpieceforcall
  618. Add earpieceforcall for consistency.
  619. commit d1ec25b058d5c19e2883176e1b4a786f3872b534
  620. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  621. Date: Mon Mar 27 11:45:28 2017 +0300
  622. [policy] Add earpieceforcall for consistency. JB#36527
  623. For consistency's sake earpieceforcall is going to be used in upcoming
  624. policy-settings-common, so that all routes used during voice calls use
  625. forcall suffix. Adding the card and device sections to xpolicy.conf
  626. already now, as they do no harm if they exist before
  627. policy-settings-common changes, but would break if they don't exist when
  628. the update is in place.
  629. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  630. commit 3fb54707eee7bdadfcba6b44f3074140baabc1d8
  631. Merge: 3361c85 4fe7ace
  632. Author: Matti Kosola <matti.kosola@jollamobile.com>
  633. Date: Fri Mar 24 13:24:00 2017 +0200
  634. Merge pull request #88 from jpetrell/jb38166
  635. [quick] Add QtQuick configs. Contributes to JB#38166
  636. commit 4fe7ace07238a9a32aa82e4bde405357bc30e8dd
  637. Author: Joona Petrell <joona.petrell@jollamobile.com>
  638. Date: Fri Mar 24 13:15:28 2017 +0200
  639. [quick] Add QtQuick configs. Contributes to JB#38166
  640. commit 3361c853f230076d710d3e2671f935fc61a9add2
  641. Author: Matti Kosola <matti.kosola@jolla.com>
  642. Date: Thu Feb 16 13:55:37 2017 +0100
  643. [patterns] Do not check patterns/hybris to produce patterns
  644. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  645. commit 8c7b6cb21189d7e2d153fc126efc99cac1ddfd44
  646. Merge: 873011a 37ba9cc
  647. Author: Matti Kosola <matti.kosola@jollamobile.com>
  648. Date: Thu Feb 16 14:31:02 2017 +0200
  649. Merge pull request #86 from mer-hybris/droid-vibrator
  650. Remove jolla-hw-adaptation-hybris-droid-vibrator pattern
  651. commit 37ba9cc9a521e337357424e6f640dd543531283b
  652. Author: Matti Kosola <matti.kosola@jolla.com>
  653. Date: Thu Feb 16 13:25:11 2017 +0100
  654. [patterns] Remove jolla-hw-adaptation-hybris-droid-vibrator pattern
  655. Adapt jolla-hw-adaptation-hybris-droid-vibrator pattern packages
  656. to jolla-hw-adaptation pattern
  657. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  658. commit 873011a54d1749f2a1a9bfc248bcd0c1fe716f63
  659. Merge: e3f7003 7553481
  660. Author: Juho Hämäläinen <jusa@hilvi.org>
  661. Date: Thu Feb 16 13:24:21 2017 +0200
  662. Merge pull request #85 from jusa/packaging
  663. Remove manual packaged files earlier and package bluez5.
  664. commit 755348154cd57477c5abe6e7ae708a75167d0c53
  665. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  666. Date: Thu Feb 16 12:12:03 2017 +0200
  667. [packaging] Package bluez5 configs as well.
  668. commit 306bc922f15f550f92549ca5109bce8f7f8952d3
  669. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  670. Date: Thu Feb 16 11:51:23 2017 +0200
  671. [packaging] Remove manual packaged files earlier.
  672. Delete the files before the subpackages files are grepped from the file
  673. list, otherwise files belonging to subpackages might be packaged twice.
  674. commit e3f7003db0f4bd96b0587873ff251847d0961ae6
  675. Merge: 6266438 5e0f6ad
  676. Author: Matti Kosola <matti.kosola@jollamobile.com>
  677. Date: Wed Feb 8 15:57:48 2017 +0200
  678. Merge pull request #82 from mer-hybris/pattern-cleanup
  679. Cleanup patterns
  680. commit 5e0f6ad1fa38630366616e73cf00118cf13f8c7d
  681. Author: Matti Kosola <matti.kosola@jolla.com>
  682. Date: Wed Feb 8 14:42:15 2017 +0100
  683. [patterns] Remove jolla-ui-configuration pattern and replace it with sailfish-content-graphics package
  684. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  685. commit 489ef7f103375a8cb2fc64274d9be59666fbf86d
  686. Author: Matti Kosola <matti.kosola@jolla.com>
  687. Date: Wed Feb 8 14:20:42 2017 +0100
  688. [patterns] Remove jolla-hw-adaptation-hybris and merge packages to hw template
  689. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  690. commit 963e4ab5a6ce97c6f84beb0f3a68b634ea846c5d
  691. Author: Matti Kosola <matti.kosola@jolla.com>
  692. Date: Wed Feb 8 14:12:01 2017 +0100
  693. [patterns] Move geoclue-provider-mlsdb and csd from hw to configuration.
  694. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  695. commit 56805a5a1650fd7857d4b019c6b5b1725674153c
  696. Author: Matti Kosola <matti.kosola@jolla.com>
  697. Date: Wed Feb 8 07:16:20 2017 -0500
  698. [patterns] Settings require jolla-settings-layout so it can be removed
  699. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  700. commit e3d2036b6dee786c63780b9fddfeddc2ddf7019e
  701. Author: Matti Kosola <matti.kosola@jolla.com>
  702. Date: Wed Feb 8 07:12:33 2017 -0500
  703. [patterns] Move cellular configuration packages to jolla config.
  704. telepathy-ring is part of jolla-sailfish-cellular-apps so it is
  705. not needed to list anymore.
  706. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  707. commit ddcbf61f572310f2f4e68873c7bb4d5c86834ab6
  708. Author: Matti Kosola <matti.kosola@jolla.com>
  709. Date: Wed Feb 8 12:41:06 2017 +0100
  710. [patterns] Remove jolla-ui-configuration template
  711. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  712. commit d57ae309aee6743c45255388449b64eaa8f4637f
  713. Author: Matti Kosola <matti.kosola@jolla.com>
  714. Date: Wed Feb 8 12:38:19 2017 +0100
  715. [patterns] Include only needed libhybris packages on jolla-hw-adaptation-hybris
  716. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  717. commit 6266438639b76ef8941d77ceda2bb0a50004cdef
  718. Merge: c6e3930 d2849ae
  719. Author: Juho Hämäläinen <jusa@hilvi.org>
  720. Date: Wed Feb 1 13:12:33 2017 +0200
  721. Merge pull request #81 from jusa/glue
  722. Load module-droid-glue if the so exists.
  723. commit d2849ae01a9d1035a307d331cbafe2d402af8da6
  724. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  725. Date: Wed Feb 1 13:10:09 2017 +0200
  726. [configs] Load module-droid-glue if the so exists.
  727. commit c6e39309d420d810fda217df57398ec21e23768b
  728. Merge: afecc98 1bc915b
  729. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  730. Date: Tue Jan 31 12:47:39 2017 +0200
  731. Merge pull request #79 from mlehtima/cleanup
  732. [patterns] Cleanup pattern template and add many useful bits
  733. commit 1bc915becdcf84e25002c4c5c66269b80e6a18ed
  734. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  735. Date: Tue Jan 31 11:27:04 2017 +0200
  736. [patterns] Add example of jolla-settings-networking-multisim needed on multi-SIM devices.
  737. commit 64d9c01e9491619d25909eb79071931c97c1e25e
  738. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  739. Date: Mon Jan 30 22:36:44 2017 +0200
  740. [patterns] Enable geoclue-provider-hybris and geoclue-provider-mlsdb for all devices.
  741. commit afecc986f60a2a7b35ff37acb36bcfeaa393e909
  742. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  743. Date: Mon Jan 30 21:47:19 2017 +0200
  744. [dhc] Remove call to no-longer-existing android-permission-fixup.sh
  745. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  746. commit 577c28fac064373101180a2717397c59695df9ad
  747. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  748. Date: Mon Jan 30 22:18:50 2017 +0200
  749. [patterns] Add example of FM radio packages.
  750. commit 15c3211b746e56c05a7ffed7be57301c4b4e5660
  751. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  752. Date: Mon Jan 30 22:15:33 2017 +0200
  753. [patterns] Add Sailfish OS CSD tool.
  754. commit 52550b06056168852588e1fda1d69c8150933d7f
  755. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  756. Date: Mon Jan 30 20:40:56 2017 +0200
  757. [patterns] Comment out some unsupported usb-moded packages.
  758. commit bf4d42cd566bda6cf65cee7e33290cbc347f0bae
  759. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  760. Date: Mon Jan 30 20:37:27 2017 +0200
  761. [patterns] Add example of gstreamer1.0-droid.
  762. commit 6a79a4c8e86c36a9db560dbe8e32ebaf9dbc235c
  763. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  764. Date: Mon Jan 30 20:36:25 2017 +0200
  765. [patterns] Remove obsolete gstreamer0.10 packages.
  766. commit 439175d1503144b35d9363ec53e1141ad54b896e
  767. Author: Matti Kosola <matti.kosola@jolla.com>
  768. Date: Thu Jan 26 14:04:22 2017 +0100
  769. [dhc] Remove obsoleted droid-battery-monitor systemd service
  770. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  771. commit f79f3e463345ea58ba18dbc0e183ba1e5e4447fd
  772. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  773. Date: Tue Jan 24 15:03:40 2017 +0000
  774. [dhc] No need to set the obsolete dhd_path anymore
  775. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  776. commit 011090f4fc9bfa43b73f9646c0ff4d218e3f2508
  777. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  778. Date: Tue Jan 24 15:01:46 2017 +0000
  779. [dhc] Do not fail when device-specific sparse/ is missing
  780. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  781. commit dc405b0051e476a7585ee78c6aee9dba50c9150f
  782. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  783. Date: Tue Jan 24 15:01:06 2017 +0000
  784. [patterns] We assume most devices have modem. Comment out otherwise
  785. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  786. commit e22386952700bb62b10195a0cff523e409f68306
  787. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  788. Date: Tue Jan 24 14:38:33 2017 +0200
  789. [dhc] Nag more about how to comment RPM macros
  790. Otherwise it is really prone to some hard-to-catch errors.
  791. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  792. commit 9001de63c84bd2d39378251575dede4596628259
  793. Merge: e18ddb3 783a27b
  794. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  795. Date: Tue Jan 24 14:27:29 2017 +0200
  796. Merge pull request #71 from sledges/pixel-ratio
  797. pixel ratio
  798. commit 783a27bb51ba4056337faea01e23527699aead50
  799. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  800. Date: Fri Dec 23 16:46:30 2016 +0100
  801. [ui] Instruct how to calculate pixel_ratio
  802. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  803. commit e18ddb3abb356177e32ed3cbf18d86733c59c043
  804. Merge: e2e323a 0087626
  805. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  806. Date: Thu Jan 5 10:34:47 2017 +0000
  807. Merge pull request #73 from sledges/symlinks
  808. [etc] Add popular symlinks to /system/etc
  809. commit 0087626a1d7ef52e192fb83791c99889b6af0a18
  810. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  811. Date: Wed Jan 4 22:00:26 2017 +0000
  812. [etc] Add popular symlinks to /system/etc
  813. If some adaptation doesn't need a file or two, it should be safe to keep them
  814. dangling.
  815. If their presence breaks functionality, an adaptation then adds them to its
  816. delete_file.list
  817. Feel free to add more symlinks you found necessary.
  818. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  819. commit e2e323a272e19af981c8ec576b01b897a02c9926
  820. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  821. Date: Wed Dec 28 19:46:53 2016 +0200
  822. [configs] Add example of module-droid-glue to default pulseaudio config.
  823. commit e2b51d9ea50bca59ee69c0e46f8de43394981ca6
  824. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  825. Date: Fri Dec 23 17:19:25 2016 +0100
  826. [bluez4] Complete refactoring in patterns and packaging
  827. This will remove obsolete bluez-configs-mer from existing installations.
  828. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  829. commit d68853a95f1ab4cca34969daf20ccb74c7e67e45
  830. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  831. Date: Fri Dec 23 16:57:03 2016 +0100
  832. [configs] Ensure ssu features.d also get updated
  833. This will prevent adaptation-community* repos from disappearing after OTA.
  834. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  835. commit 8c6cf440602a283ca48ea97c07f1f8bd5f10dd26
  836. Merge: fa74626 04ac831
  837. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  838. Date: Fri Dec 23 12:48:05 2016 +0000
  839. Merge pull request #69 from kimmoli/iconres
  840. [configs] calculate icon_res from pixel_ratio. Contributes to NEMO#814
  841. commit 04ac83124986b46b610e45bdbfffc6e98e10705e
  842. Author: Kimmo Lindholm <kimmo.lindholm@eke.fi>
  843. Date: Sun Dec 18 18:16:15 2016 +0000
  844. [configs] calculate icon_res from pixel_ratio
  845. allow freely defined theme_pixel_ratio
  846. calculate icon_res from pixel_ratio, limit to one of the allowed values 1.0, 1.25, 1.5, 1.75 or 2.0
  847. set theme_icon_subdir according to icon_res
  848. commit fa74626273af1a403d6ca91eeb249385aa1f3c75
  849. Merge: 728f65c 545202a
  850. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  851. Date: Fri Dec 16 15:41:33 2016 +0200
  852. Merge pull request #68 from kimmoli/actdead
  853. [actdead] fix actdead charging animation
  854. commit 545202acd1ab417a226b035564099aed7b15a059
  855. Author: Kimmo Lindholm <kimmo@eke.fi>
  856. Date: Fri Dec 16 09:10:33 2016 +0200
  857. [actdead] fix actdead charging animation
  858. start droid-hal-init in actdead mode
  859. commit 728f65c529796b9b0200a0808ad4b0c13ee254f7
  860. Merge: 9deec9c de498a2
  861. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  862. Date: Thu Dec 15 18:00:23 2016 +0000
  863. Merge pull request #67 from sledges/community
  864. Enablers for community-adaptation
  865. commit de498a2159afc81f80bab172d81a2248fea4156f
  866. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  867. Date: Tue Dec 13 15:31:57 2016 +0000
  868. [configs] Enablers for community-adaptation
  869. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  870. commit 9deec9cf7cef620b94f1d12066eb9a7c0bdbb023
  871. Merge: b5d5061 7141e9f
  872. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  873. Date: Thu Dec 15 09:17:19 2016 +0000
  874. Merge pull request #65 from mlehtima/bluez4
  875. [configs] Add default configurations for bluez4 and obexd.
  876. commit b5d50619828da6cb47b290bc0e7ce7c433e35165
  877. Merge: 10e194b 1f568ed
  878. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  879. Date: Tue Dec 13 12:56:02 2016 +0000
  880. Merge pull request #66 from mlehtima/udev
  881. [configs] Modify default platform device udev rule to work on recent devices.
  882. commit 7141e9f48f3ef55acec50575d921d5a3ace77b98
  883. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  884. Date: Mon Dec 12 00:31:03 2016 +0000
  885. [dhc] Assume all devices have a cellular modem unless stated otherwise
  886. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  887. commit fd39ac3e6aaaebd11160ef2ab36e66a066d88800
  888. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  889. Date: Sat Dec 10 14:52:37 2016 +0200
  890. [configs] Add default configuration files for obexd and bluez.
  891. commit 1f568edddb66bfa03f4345fee11edc5d8464ed87
  892. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  893. Date: Sat Dec 10 17:54:47 2016 +0200
  894. [configs] Modify default platform device udev rule to work on recent devices.
  895. commit 10e194be6a5334995331f6d7aac25253bb86271d
  896. Author: Kimmo Lindholm <kimmo@eke.fi>
  897. Date: Tue Dec 6 23:10:35 2016 +0200
  898. Allow additional pixel ratios
  899. Packages for 1.25 and 1.75 are now available, allow using them as pixel_ratio.
  900. commit c13a6e771d96a81b39337f407e9dc06cc3bcc6a8
  901. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  902. Date: Wed Nov 9 10:08:36 2016 +0000
  903. Account providers now have their pattern, starting 2.0.4
  904. commit 06fa45c21435b80a71da453afad2a51bd2253795
  905. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  906. Date: Mon Nov 7 03:58:38 2016 +0000
  907. Do not fail when *.files have empty lines
  908. Especially prone to fail when a file has the terminating new line.
  909. Change-Id: Ifc2be505446d49d36f3625b1ec46e35887986d23
  910. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  911. commit 80e7c56fc05dec382b2ed6762c0136df777ae2fd
  912. Author: Matti Kosola <matti.kosola@jolla.com>
  913. Date: Thu Oct 27 06:38:03 2016 +0000
  914. Remove extra "+"-marks
  915. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  916. commit 75bf084a0be78eea1be427c6ef3822face6e156c
  917. Merge: 9a46020 0bac6c4
  918. Author: Matti Kosola <matti.kosola@jollamobile.com>
  919. Date: Tue Oct 25 15:27:57 2016 +0300
  920. Merge pull request #59 from mer-hybris/sparse-flashing
  921. Add droid-hal-tools dependecy to support sparse image flashing
  922. commit 0bac6c4597ee66d4bc74781648b4d5febe98aa35
  923. Author: Matti Kosola <matti.kosola@jolla.com>
  924. Date: Tue Oct 25 14:12:33 2016 +0200
  925. Add droid-hal-tools dependecy to support sparse image flashing
  926. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  927. commit 9a46020ea28f3b3868f626a14990e1f89d89c849
  928. Merge: 93af476 5359b67
  929. Author: Matti Kosola <matti.kosola@jollamobile.com>
  930. Date: Tue Oct 25 13:39:30 2016 +0300
  931. Merge pull request #58 from mer-hybris/separate-flashing-files
  932. Package on device flashing files to separate rpm package
  933. commit 5359b6791f0e47a617c9eae4177c320d303e7f73
  934. Author: Matti Kosola <matti.kosola@jolla.com>
  935. Date: Fri Oct 21 06:35:23 2016 -0400
  936. Package on device flashing files to separate rpm package
  937. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  938. commit 93af47631f44295ad11d7ee2daaf5b0787944cfa
  939. Merge: 2214162 2ba90ce
  940. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  941. Date: Wed Oct 19 01:02:35 2016 +0100
  942. Merge pull request #57 from blammit/master
  943. [packaging] Remove bluez-configs from droid-configs.inc. Fixes JB#36529
  944. commit 2ba90ce6c94d678207d6d10217fa35982b8fb87f
  945. Author: Bea Lam <bea.lam@jollamobile.com>
  946. Date: Sun Oct 16 22:32:26 2016 +1000
  947. [packaging] Remove bluez-configs from droid-configs.inc. Fixes JB#36529
  948. commit 2214162b0ebbac81bc8f7ac085e853bc10f8dd66
  949. Merge: c394aa0 4e34ccb
  950. Author: Matti Kosola <matti.kosola@jollamobile.com>
  951. Date: Tue Oct 11 15:57:39 2016 +0300
  952. Merge pull request #56 from mer-hybris/unpackaged-files
  953. [packaging] Subpackages in .spec should not let their files packaged twice
  954. commit 4e34ccba557943bbdbe17e23790e38b51e88f697
  955. Author: Matti Kosola <matti.kosola@jolla.com>
  956. Date: Tue Oct 11 07:45:00 2016 -0400
  957. [packaging] Subpackages in .spec should not let their files packaged twice
  958. If we have some sub package for droid-config and we need to include
  959. some files into that package it can be done by adding file paths
  960. to packaged-in-main-spec.files
  961. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  962. Here is brief example:
  963. ls sparse/var/lib/environment/ofono/
  964. bluez4-noplugin.conf bluez5-noplugin.conf
  965. cat packaged-in-main-spec.files
  966. /var/lib/environment/ofono/bluez4-noplugin.conf
  967. /var/lib/environment/ofono/bluez5-noplugin.conf
  968. Spec file includes:
  969. %package bluez4
  970. Summary: Config package for BlueZ 4
  971. %package bluez5
  972. Summary: Config package for BlueZ 5
  973. %files bluez4
  974. /var/lib/environment/ofono/bluez4-noplugin.conf
  975. %files bluez5
  976. /var/lib/environment/ofono/bluez5-noplugin.conf
  977. commit c394aa0f7102754803bdee2ed609b81890a04492
  978. Merge: ca81f75 619251f
  979. Author: Matti Kosola <matti.kosola@jollamobile.com>
  980. Date: Fri Oct 7 14:58:25 2016 +0300
  981. Merge pull request #55 from mer-hybris/post
  982. Add possibility to add additional post scripts
  983. commit 619251f24b27843dc228bb58e51cb929ea81adc1
  984. Author: Matti Kosola <matti.kosola@jolla.com>
  985. Date: Fri Oct 7 14:47:11 2016 +0300
  986. Add possibility to add additional post scripts
  987. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  988. commit ca81f75ba758625c61ba3c4ab4a637f444a11efa
  989. Merge: ecd5789 9714290
  990. Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  991. Date: Fri Oct 7 09:19:23 2016 +0300
  992. Merge pull request #54 from mer-hybris/jb27650_mtp_mode
  993. Provide mtp usb mode config by default instead of pc_suite mode
  994. commit 9714290818693a1b78ecdbcc00528db2c415b395
  995. Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  996. Date: Fri Oct 7 09:06:31 2016 +0300
  997. [usb-moded] Remove pc_suite mode configuration. JB#27650
  998. The pc_suite usb mode equals mtp + obex. Since mtp mode config is now made
  999. available by default, pc_suite mode config does not need to be installed.
  1000. Also, since obex functionality can conflict with Bluez5, it is might be
  1001. preferable to remove already installed pc_suite config.
  1002. commit 69d930a866010c22e330c13700fb36ae828cfd3c
  1003. Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  1004. Date: Wed Oct 5 09:29:07 2016 +0300
  1005. [usb-moded] Add mtp mode configuration. JB#27650
  1006. Initial content is identical to mtp_mode-android-ffs.ini included in the
  1007. usb-moded source tree.
  1008. commit ecd5789ef81a5fdd779b004db0e944efbc718305
  1009. Merge: a7ae3bb 49c1875
  1010. Author: Juho Hämäläinen <jusa@hilvi.org>
  1011. Date: Thu Aug 18 12:56:01 2016 +0300
  1012. Merge pull request #53 from jusa/defaultihf
  1013. Update default ihf volume steps.
  1014. commit 49c1875b085cd063141776fa07858d9e9cf880de
  1015. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1016. Date: Thu Aug 18 11:03:44 2016 +0300
  1017. [configs] Update default ihf volume steps. JB#35909
  1018. Previous default steps usually had lowest steps inaudible and thus
  1019. unnecessary. Use less steps and have lowest volume level set so
  1020. that it is audible so that all steps are useful.
  1021. Signed-off-by: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1022. commit a7ae3bb87cab8168cef0acb39045013791a3eace
  1023. Merge: 16c0312 2a9d5ed
  1024. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1025. Date: Tue Jul 26 15:36:09 2016 +0300
  1026. Merge pull request #52 from mer-hybris/sensorfwd
  1027. Fix sensorfwd service file for droid hal init and late services
  1028. commit 2a9d5ed51b33be8c9794148507732c4235dd50ee
  1029. Author: Matti Kosola <matti.kosola@jolla.com>
  1030. Date: Tue Jul 26 14:31:26 2016 +0200
  1031. [droid] Fix sensorfwd service file for droid hal init and late services. Fixes JB#35845
  1032. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1033. commit 16c03129f373ebbaa4fa5d9ecb9db2a4aac8a099
  1034. Merge: fc2d7cb 8d1548d
  1035. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1036. Date: Thu Jul 7 14:12:55 2016 +0300
  1037. Merge pull request #51 from spiiroin/jb35683_adb_services
  1038. Tune adb related systemd services
  1039. commit 8d1548df7c6192b9ed81590c3b501f46913f7850
  1040. Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  1041. Date: Thu Jul 7 13:45:17 2016 +0300
  1042. [adb] Unconditionally unmount adb on adbd-prepare stop. Fixes JB#35683
  1043. When /usr/sbin/adbd-functionfs.sh mounts adb fs, for some reason two
  1044. mount points can appear on the mount list - one under /dev as expected
  1045. and another one at /opt/alien/dev - and single umount does not remove
  1046. both of them.
  1047. Add second umount command and do both from ExecStopPost rather than
  1048. ExecStop so that they will be executed unconditionally even if the
  1049. all commands in the start script are not successfully completed.
  1050. Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  1051. commit 0a4e7b8ccb633442e7a93f5ad6fbb675fce6d41a
  1052. Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  1053. Date: Thu Jul 7 13:41:59 2016 +0300
  1054. [adb] Tune adbd-prepare and adbd service interdependencies. JB#35683
  1055. Make adbd require running of adbd-prepare service, so that the prepare
  1056. service is started even if just adbd service is requested.
  1057. Make abdd be part of adbd-prepare service, so that it will be always
  1058. stopped before the prepare service.
  1059. Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  1060. commit fc2d7cbb641c5a9e6f4009670a859afce6cb505a
  1061. Merge: 71b6ce7 d523098
  1062. Author: Marko Saukko <marko.saukko@gmail.com>
  1063. Date: Thu Jun 30 04:02:59 2016 +0300
  1064. Merge pull request #50 from jpetrell/jb35487
  1065. [keys] Forward home key to compositor. Contributes to JB#35487
  1066. commit d5230985d564c20ef9c066707dd8a1a706ddadb0
  1067. Author: Joona Petrell <joona.petrell@jollamobile.com>
  1068. Date: Wed Jun 29 13:44:20 2016 +0300
  1069. [keys] Forward home key to compositor. Contributes to JB#35487
  1070. commit 71b6ce79793460535ac37a2f02ebe6cf4029d92e
  1071. Merge: 9592633 5b14834
  1072. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1073. Date: Mon May 16 16:17:22 2016 +0100
  1074. Merge pull request #49 from mer-hybris/force-ssu-update
  1075. Force an update of ssu repositories
  1076. commit 5b14834ca70ccfd052cdce6e10f43695101a2b82
  1077. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1078. Date: Mon May 16 16:14:49 2016 +0100
  1079. [ssu] Force an update of ssu repositories
  1080. commit 95926332468bc40da4c4a0c2f283af1f982a16e6
  1081. Merge: 5bc4ae2 5c9466b
  1082. Author: Juho Hämäläinen <jusa@hilvi.org>
  1083. Date: Mon May 9 10:37:58 2016 +0300
  1084. Merge pull request #47 from jusa/dev
  1085. Load mainvolume before stream-restore-nemo.
  1086. commit 5c9466bf1428d00046a1b91d3cb4dfcaa9943ebd
  1087. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1088. Date: Fri May 6 15:33:28 2016 +0300
  1089. [configs] Load mainvolume before stream-restore-nemo.
  1090. Mainvolume and stream-restore-nemo modules are pretty much completing
  1091. each other, the whole volume handling wouldn't work without both loaded.
  1092. Mainvolume needs to load certain things before stream-restore-nemo so
  1093. change the loading order.
  1094. commit 5bc4ae215207f47dccba2471ca8cb334e67ac483
  1095. Merge: faf0f85 809613c
  1096. Author: Juho Hämäläinen <jusa@hilvi.org>
  1097. Date: Thu Apr 28 16:27:11 2016 +0300
  1098. Merge pull request #46 from jusa/dev
  1099. Update route volume defaults.
  1100. commit 809613c55a8d2f1e584872f63b894b2ef9f05924
  1101. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1102. Date: Thu Apr 28 15:46:44 2016 +0300
  1103. [configs] Update route volume defaults.
  1104. Remove minimum volume for phone stream (remove second argument from
  1105. sink-input-by-media-role:phone route volume). As the hw adaptation
  1106. this configuration is used for doesn't have silent volume for
  1107. voicecall there is no need to have minimum volume.
  1108. Make default media stream volume a bit quieter, mainly for the sake of
  1109. lineout default volume.
  1110. commit faf0f85c9262e9e8b05167794b10e464b8329fe0
  1111. Merge: 072367c b1c462d
  1112. Author: Juho Hämäläinen <jusa@hilvi.org>
  1113. Date: Tue Apr 26 19:05:10 2016 +0300
  1114. Merge pull request #45 from jusa/dev
  1115. Add missing parameter modes.
  1116. commit b1c462dda61a37d89d32e49d2a3403a9cd6ae49b
  1117. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1118. Date: Tue Apr 26 15:13:05 2016 +0300
  1119. [configs] Add missing parameter modes.
  1120. Due to kind-of-bug in module-meego-parameters if mode definition is
  1121. missing and mode (or route) changes to missing mode, parameters module
  1122. doesn't report the mode change forward. This then causes bugs further
  1123. down the path as certain actions aren't done when mode changes.
  1124. Simple fix is to just introduce all modes in the configuration.
  1125. commit 072367cd05de35c37bed9a1be2650813bf68ca7c
  1126. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1127. Date: Mon Apr 18 12:57:35 2016 +0100
  1128. geoclue-provider-hybris is available to build against
  1129. commit a81e5affceb32103f258607e185a5ea2b687be9f
  1130. Merge: 735d939 e28ee97
  1131. Author: Marko Saukko <marko.saukko@gmail.com>
  1132. Date: Thu Mar 31 09:37:54 2016 +0300
  1133. Merge pull request #43 from saukko/extradirs
  1134. Add extra_files.files and create.dirs
  1135. commit e28ee97a6cbeae8e3ffe88b65a64884585607627
  1136. Author: Marko Saukko <marko.saukko@jolla.com>
  1137. Date: Wed Mar 30 15:53:03 2016 +0000
  1138. Add extra_files.files and create.dirs
  1139. In some cases we might need to specify special permissions in %files
  1140. section. Also in some cases we might need to create directories for
  1141. example for mount points, so add support doing these to the
  1142. droid-configs.inc.
  1143. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1144. commit 735d93971a018262d52cc21a0dddf45b7bc8c2f6
  1145. Merge: 43f6f18 7dab3a2
  1146. Author: Juho Hämäläinen <jusa@hilvi.org>
  1147. Date: Thu Mar 24 16:30:08 2016 +0200
  1148. Merge pull request #42 from jusa/dev
  1149. Require new ohm-plugin-route.
  1150. commit 7dab3a291ea20512abb92d41c923f57f8e68b714
  1151. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1152. Date: Thu Mar 24 15:54:05 2016 +0200
  1153. [configs] Require new ohm-plugin-route.
  1154. Route plugin enables better way to follow audio routing changes and
  1155. allows for requesting special routing cases, for example voicecall
  1156. routing.
  1157. commit 43f6f1834655e9a46f154ef109fd3dd340086add
  1158. Merge: 435c220 a8c8c0a
  1159. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1160. Date: Thu Feb 25 07:58:15 2016 +0200
  1161. Merge pull request #41 from mer-hybris/variant_ks_fix
  1162. Use all defines when create variant kickstart files
  1163. commit a8c8c0a78574b44308eac52758c98309f7b40c55
  1164. Author: Matti Kosola <matti.kosola@jolla.com>
  1165. Date: Wed Feb 24 16:31:20 2016 +0100
  1166. [ks] Use all defines when create variant kickstart files.
  1167. It seems that "%define ssu_override domain=sales" is not visible
  1168. for %gen_ks if variant kickstart creation is on separate function.
  1169. When using %gen_ks directly without function all seems to work
  1170. properly and domain is correct in different situations.
  1171. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1172. commit 435c2202124754dcd49458a3f9b8d7046e439fce
  1173. Merge: 7e06a42 1980f9f
  1174. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1175. Date: Thu Feb 11 16:31:54 2016 +0200
  1176. Merge pull request #40 from mer-hybris/variant_name
  1177. Replace VARIANT_NAME variable with proper name from ks.
  1178. commit 1980f9f8fcaf930d65c0f06c122a76226d0039f8
  1179. Author: Matti Kosola <matti.kosola@jolla.com>
  1180. Date: Thu Feb 11 15:04:49 2016 +0100
  1181. [ks] Replace VARIANT_NAME variable with proper name from ks.
  1182. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1183. commit 7e06a42b324a274e7272e29e05bdff2ca49b83f5
  1184. Merge: e37f266 97d7547
  1185. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1186. Date: Thu Feb 11 13:21:53 2016 +0200
  1187. Merge pull request #39 from mer-hybris/variant_ks
  1188. Add option to produce variant kickstart files.
  1189. commit 97d7547434628e46b37cd6739807f558dff3cb3c
  1190. Author: Matti Kosola <matti.kosola@jolla.com>
  1191. Date: Thu Feb 11 07:19:32 2016 +0100
  1192. [ks] Clean up symbolic links from kickstart configuration files.
  1193. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1194. commit 3c1fb8667408ed576414bace9ccd705f0ad26368
  1195. Author: Matti Kosola <matti.kosola@jolla.com>
  1196. Date: Wed Feb 10 07:59:32 2016 +0100
  1197. [configs] Add option to produce variant kickstart files.
  1198. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1199. commit e37f2662fadac50ffda037f01a301dd9fe6a17f3
  1200. Merge: 531a610 665d7aa
  1201. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1202. Date: Fri Feb 5 21:59:26 2016 +0000
  1203. Merge pull request #38 from mlehtima/master
  1204. Add default configs for sensors and pulseaudio.
  1205. commit 665d7aa1a48843d51283ead5ba45e9fddee7ab7c
  1206. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  1207. Date: Fri Feb 5 23:03:53 2016 +0200
  1208. [configs] Add default config for pulseaudio.
  1209. commit 8b3f4faa1d45c7bf247f14474de3ca988d71ad90
  1210. Author: Matti Lehtimäki <matti.lehtimaki@gmail.com>
  1211. Date: Fri Feb 5 22:59:39 2016 +0200
  1212. [configs] Add default configs for sensors.
  1213. commit 531a610ce8a0b53c2109d1dbedf90dbe6782a5c3
  1214. Merge: 0c35eb3 5d744f1
  1215. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1216. Date: Tue Jan 26 16:43:52 2016 +0000
  1217. Merge pull request #36 from saukko/key_media
  1218. Add handling for KEY_MEDIA.
  1219. commit 0c35eb38c12c72c3afc19755181fcc3e8846bdca
  1220. Merge: e39a474 6f62648
  1221. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1222. Date: Thu Jan 14 13:18:52 2016 +0200
  1223. Merge pull request #37 from mer-hybris/delete_files
  1224. Specify rpm device specific delete files list
  1225. commit 6f626481b5e53c92f4b2be3eb81fc80fd79cb596
  1226. Author: Matti Kosola <matti.kosola@jolla.com>
  1227. Date: Thu Jan 14 12:11:03 2016 +0100
  1228. [configs] Specify rpm device specific delete files list
  1229. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1230. commit 5d744f16708f06f77b65fc5a0ac088b95dc0b0a3
  1231. Author: Marko Saukko <marko.saukko@jolla.com>
  1232. Date: Fri Dec 4 13:17:59 2015 +0000
  1233. Add handling for KEY_MEDIA.
  1234. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1235. commit e39a4749f3f6627b0510d6e424f247374c6d6c69
  1236. Merge: d827258 9cc5ca8
  1237. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1238. Date: Tue Nov 10 15:52:38 2015 +0200
  1239. Merge pull request #35 from pvuorela/master
  1240. [configs] Add AltGr keycode to kmap. Contributes to JB#31092
  1241. commit 9cc5ca874ac65b8628b78b09f757be2ecd98989f
  1242. Author: Pekka Vuorela <pekka.vuorela@jollamobile.com>
  1243. Date: Mon Nov 9 16:01:20 2015 +0200
  1244. [configs] Add AltGr keycode to kmap. Contributes to JB#31092
  1245. Us layout as overridden default doesn't include AltGr so
  1246. it needs to be included separately in droid.kmap.
  1247. commit d8272589ccf5a10d5210a5e299e30356e2818373
  1248. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1249. Date: Tue Nov 3 20:05:17 2015 +0000
  1250. [patterns] make audio recording work. Fixes NEMO#846
  1251. commit 21c9b7937386e34f100f7a070ac12574c2ca1851
  1252. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1253. Date: Mon Oct 5 13:32:26 2015 +0100
  1254. [patterns] add cellular and gps to templates as suggestions
  1255. commit b35ab282bd2940ca4f670a209c4226176d229494
  1256. Merge: 488c9da 6b82d76
  1257. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1258. Date: Thu Sep 24 13:09:17 2015 +0100
  1259. Merge pull request #33 from mer-hybris/nemo865
  1260. [libhybris] Update according to upstream API changes
  1261. commit 6b82d767940bc6fefb760cf255921ede0ccb943f
  1262. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1263. Date: Thu Sep 24 12:49:48 2015 +0100
  1264. [libhybris] Update according to upstream API changes. Contributes to NEMO#865
  1265. commit 488c9da91e2fda5d9fa26826360dc8cfde4dab87
  1266. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1267. Date: Thu Sep 10 13:56:22 2015 +0100
  1268. [patterns] Cleanup rnd stuff into sailfish-porter-tools
  1269. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1270. commit b9408888006be76521e91732c204f58da9b16376
  1271. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1272. Date: Thu Sep 10 13:41:31 2015 +0100
  1273. [patterns] Add settings layout to templates
  1274. commit 48b55d2079bde22ad25c201ec084b9bb2142aa6e
  1275. Merge: 160a10b 3322831
  1276. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1277. Date: Mon Aug 31 15:11:25 2015 +0300
  1278. Merge pull request #32 from mkosola/master
  1279. Blacklist evbug kernel module loading
  1280. commit 3322831862fc8186c4fd3c4ea30868ef2763b336
  1281. Author: Matti Kosola <matti.kosola@jolla.com>
  1282. Date: Mon Aug 31 14:30:32 2015 +0300
  1283. [kernel] Blacklist evbug kernel module loading
  1284. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1285. commit 160a10b2e96b777189337ba0f9c282d0c46d4f49
  1286. Merge: 62d0e00 f39ded2
  1287. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1288. Date: Tue Aug 25 15:28:02 2015 +0100
  1289. Merge pull request #30 from alinelena/master
  1290. [multirom] copy the needed files for multirom. fixes zypper dup for m…
  1291. commit f39ded282e150365a7adf1ffac69b00512d8e286
  1292. Author: Alin Marin Elena <alin@elena.space>
  1293. Date: Thu Aug 13 16:49:03 2015 +0100
  1294. [multirom] copy the needed files for multirom. fixes zypper dup in multirom installs
  1295. commit 62d0e00522b423e9f00d959ab366073d99d6d338
  1296. Merge: af93587 906171f
  1297. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1298. Date: Fri Aug 21 15:02:28 2015 +0100
  1299. Merge pull request #31 from mer-hybris/media
  1300. [media] Add environmental variables needed by QtMultimedia. Contributes to JB#31698
  1301. commit 906171fda7a1612619cbe8a26ec287d48a0110bc
  1302. Author: Mohammed Hassan <mohammed.hassan@jolla.com>
  1303. Date: Fri Aug 21 16:59:29 2015 +0300
  1304. [media] Add environmental variables needed by QtMultimedia. Contributes to JB#31698
  1305. commit af9358769584cf15ddb188d482e3b234cbc9170d
  1306. Merge: 34403a5 0fcf588
  1307. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1308. Date: Sat Aug 1 06:46:30 2015 +0100
  1309. Merge pull request #28 from mlehtima/master
  1310. [actdead] Add configurable kernel parameter check for actdead mode.
  1311. commit 0fcf5889efcd867ec344d053def07c050c322502
  1312. Author: Matti Lehtimaki <matti.lehtimaki@gmail.com>
  1313. Date: Wed Jul 29 22:55:40 2015 +0200
  1314. [actdead] Add configurable kernel parameter check for actdead mode.
  1315. commit 34403a5faa8472a9ac67dad1f829afd67991b057
  1316. Merge: 6fe782b 235f5a0
  1317. Author: Juho Hämäläinen <jusa@hilvi.org>
  1318. Date: Tue Jul 7 14:02:19 2015 +0300
  1319. Merge pull request #26 from jusa/mer1143
  1320. Add configuration for passing alien process id.
  1321. commit 6fe782b44b87b36bed0cbbc7657951268a2896d1
  1322. Merge: c08f260 961bdea
  1323. Author: Philippe De Swert <philippedeswert@gmail.com>
  1324. Date: Tue Jul 7 13:38:53 2015 +0300
  1325. Merge pull request #27 from philippedeswert/adb
  1326. [adb] Add the adbd-prepare service. Contributes: JB#30264
  1327. commit 961bdea6f22950f88e4528dc8202d9fb6c9da55d
  1328. Author: Philippe De Swert <philippe.deswert@jollamobile.com>
  1329. Date: Tue Jul 7 13:33:16 2015 +0300
  1330. [adb] Add the adbd-prepare service. Contributes: JB#30264
  1331. We need to add a systemd service to set up the functionfs
  1332. before starting adbd. This also keeps the adbd service clean.
  1333. Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  1334. commit c08f2607c289d7c4f5221704380aebbc32e0b18a
  1335. Merge: da70b76 b6746cf
  1336. Author: Philippe De Swert <philippedeswert@gmail.com>
  1337. Date: Thu Jul 2 16:35:08 2015 +0300
  1338. Merge pull request #25 from philippedeswert/adb
  1339. [adb] Adapt to the new adbd functionfs. Contributes: JB#30264
  1340. commit 235f5a0da6d2ffd0c2f608e3369020a215c08053
  1341. Author: Juho Hämäläinen <juho.hamalainen@jolla.com>
  1342. Date: Wed Jul 1 13:58:39 2015 +0300
  1343. [policy] Add configuration for passing alien process id. Contributes to MER#1143
  1344. Add D-Bus signal listening configuration for passing alien application
  1345. UI process id to OHM. This information is then used to map topmost
  1346. application pid to determine correct media state.
  1347. Unless alien is used this configuration change has no effect.
  1348. commit b6746cf8ae69ce2a1edb5a8b939a6e3e91518f10
  1349. Author: Philippe De Swert <philippe.deswert@jollamobile.com>
  1350. Date: Tue Jun 30 16:47:37 2015 +0300
  1351. [adb] Add support for newer adb with functionfs. Contributes: JB#30264
  1352. Add functionfs helper, however is backwards compatible with the
  1353. old adb.
  1354. Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  1355. commit da70b76a8b58c91a85e9b467201cd3510e91acb7
  1356. Merge: baeb820 8227adb
  1357. Author: Juho Hämäläinen <jusa@hilvi.org>
  1358. Date: Tue Jun 16 15:12:49 2015 +0300
  1359. Merge pull request #23 from jusa/mer1108
  1360. Update policy and pulseaudio settings dependencies.
  1361. commit 8227adbfc355979f7ef01013e7736a6203dc07f1
  1362. Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
  1363. Date: Tue Jun 16 14:22:32 2015 +0300
  1364. [packaging] Update policy and pulseaudio settings dependencies. Contributes to MER#1108
  1365. Require later versions of policy-settings-common and
  1366. pulseaudio-policy-enforcement to prepare for device adaptation specific
  1367. configuration for enabling USB audio interface support with USB-OTG
  1368. compatible devices. Unless device specific configuration is added to
  1369. enable USB audio support, the changes shouldn't have any effect.
  1370. commit baeb82030ea3878f39b5e83802b26a3c27e5b1b0
  1371. Merge: 1384c5a c10abe6
  1372. Author: Juho Hämäläinen <jusa@hilvi.org>
  1373. Date: Wed Jun 3 16:40:35 2015 +0300
  1374. Merge pull request #21 from jusa/mer1063
  1375. Remove bta2dp from listening time notifier config.
  1376. commit c10abe65b4482750bd8c26594d1ba002311b498c
  1377. Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
  1378. Date: Wed Jun 3 16:19:11 2015 +0300
  1379. [pulseaudio] Remove bta2dp from listening time notifier config. Fixes MER#1063
  1380. commit 1384c5a946c41bc39da1b04ba6020c1f5a57bc35
  1381. Merge: e9f84a5 772c82f
  1382. Author: Juho Hämäläinen <jusa@hilvi.org>
  1383. Date: Tue Jun 2 10:46:01 2015 +0300
  1384. Merge pull request #20 from jusa/mer1051
  1385. Unify policy settings more.
  1386. commit 772c82f25246399589afd18902ae77feb574fc50
  1387. Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
  1388. Date: Tue Jun 2 10:28:55 2015 +0300
  1389. [policy] Add policy-enforcement-configuration.
  1390. As the textual policy configuration is currently the same for all
  1391. devices, add the configuration here for now. If need for device specific
  1392. changes arise, the configuration can be added to
  1393. etc/pulse/xpolicy.conf.d directory. However, current
  1394. policy-enforcement-module only supports extending the stream section, so
  1395. if changes are needed configuration file loading needs to be extended as
  1396. well.
  1397. commit 8ce6efbbec1902cf78f599a242aa65b5702c90fd
  1398. Author: Juho Hämäläinen <juho.hamalainen@tieto.com>
  1399. Date: Mon Jun 1 21:06:55 2015 +0300
  1400. [packaging] Policy settings require policy-settings-common 0.2.5. Fixes MER#1051
  1401. commit e9f84a53230c00413ad642201666c7a1336e3f2e
  1402. Merge: 16ab1ad 20b3cf9
  1403. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1404. Date: Wed May 27 13:47:26 2015 +0300
  1405. Merge pull request #19 from mkosola/master
  1406. Add support to %config rpm files.
  1407. commit 20b3cf9929b31408a1d2a4329d286e1cc4b1349d
  1408. Author: Matti Kosola <matti.kosola@jolla.com>
  1409. Date: Wed May 27 13:37:16 2015 +0300
  1410. Add support to %config rpm files.
  1411. Some files need %config in spec %files section. This add support to list
  1412. those files in rpm-config-files.files.
  1413. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1414. commit 16ab1ada8149d1e4a111de396de65b7e4b33c274
  1415. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1416. Date: Thu Apr 30 01:22:41 2015 +0100
  1417. [packaging] correct macro notation
  1418. commit b57b4ff27e2f0772e1a2aef8f58529a361a21887
  1419. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1420. Date: Tue Apr 28 22:59:24 2015 +0100
  1421. [template] customisable pixel ratio (defaults to 1.0)
  1422. Every porter should select an optimal pixel ratio for their device
  1423. commit 867a94e053a650474c3bf3364e2aeb44c20c9ffa
  1424. Merge: fb544dd 70a9d49
  1425. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1426. Date: Tue Apr 28 16:02:05 2015 +0100
  1427. Merge pull request #14 from sledges/dhd2modular
  1428. Add template for the upcoming migration script +bugfixes
  1429. commit 70a9d498359d8a782a1997fa2695ed1987f4ec64
  1430. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1431. Date: Tue Apr 28 10:48:49 2015 +0200
  1432. [patterns] rfkill is useful, for some devices even mandatory
  1433. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1434. commit 918484c4863fc06260e03b1a1cef370c30e4ad0f
  1435. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1436. Date: Fri Apr 24 12:08:46 2015 +0100
  1437. [patterns] enable device lock and allow to select untrusted software
  1438. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1439. commit 3792176fdf02036df1f31685568cdf7df1631d81
  1440. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1441. Date: Fri Apr 24 12:07:56 2015 +0100
  1442. [patterns] make BT work. Fixes NEMO#810
  1443. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1444. commit fcae91d63328c454b996054dd646ee976a4b6c65
  1445. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1446. Date: Mon Apr 27 12:40:11 2015 +0200
  1447. [ofono] assume most devices have modem
  1448. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1449. commit 4d421cb90d5f3a1e988cea6f180d70e921a48338
  1450. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1451. Date: Thu Apr 23 09:47:39 2015 +0100
  1452. [patterns] Add GStreamer v1.0 as standard
  1453. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1454. commit 5e2457e8df9e44f87dc590f7a3c265c9a7ae7514
  1455. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1456. Date: Tue Apr 21 22:34:55 2015 +0100
  1457. [patterns] drop redundant '-config' from sailfish
  1458. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1459. commit 2dffb3320ee4cb6cc38fbd894c00578ec25983d3
  1460. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1461. Date: Sat Apr 4 17:44:09 2015 +0100
  1462. give some clarifications
  1463. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1464. commit 436e47bde06a26b6286b92747a6da4550efe0259
  1465. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1466. Date: Sat Apr 4 14:33:50 2015 +0100
  1467. [patterns] add pulseaudio
  1468. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1469. commit 5f94f6bfc07cbd66f870c6fb0fce9beb783d78cf
  1470. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1471. Date: Sat Apr 4 14:33:14 2015 +0100
  1472. [patterns] add version package
  1473. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1474. commit 271a558efb704a51b600acd6c2c19265079ba9d9
  1475. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1476. Date: Sat Apr 4 11:00:17 2015 +0100
  1477. [dhd2modular] Add template for the upcoming migration script. Contributes to NEMO#801
  1478. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1479. commit fb544dd81a280cd313506ba5403ba2f05f1b81d7
  1480. Merge: 215c1cc 0769f72
  1481. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1482. Date: Mon Apr 27 10:51:19 2015 +0100
  1483. Merge pull request #18 from sledges/nemo813
  1484. selectable pixel-ratio dconf key. Fixes NEMO#813
  1485. commit 0769f72548fc2152f2c141f550d756ffa9b653ef
  1486. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1487. Date: Thu Apr 23 16:09:06 2015 +0100
  1488. [UI] selectable pixel-ratio dconf key. Fixes NEMO#813
  1489. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1490. commit 215c1cc5eabe8849a12b2c37d44ebf42e7f081b7
  1491. Merge: 315f7a1 eebf761
  1492. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1493. Date: Fri Apr 24 14:14:46 2015 +0100
  1494. Merge pull request #16 from sledges/dconf-separate-rpm
  1495. Add all "*/dconf/db/*" files to sailfish settings package
  1496. commit eebf761fc82f1feb474f536f1a2c91d9e6c36d4c
  1497. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1498. Date: Thu Apr 23 14:28:21 2015 +0100
  1499. Add all "*/dconf/db/*" files to sailfish settings package
  1500. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1501. commit 315f7a1fda85b912740f172b10892b8042db44cf
  1502. Merge: f197388 b28c676
  1503. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1504. Date: Fri Apr 24 09:27:30 2015 +0100
  1505. Merge pull request #15 from sledges/nemo809
  1506. offer configurable ofono plugins for devices with modem
  1507. commit b28c6769373ed27b0ef5921f164a915f5041047f
  1508. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1509. Date: Thu Apr 23 12:55:01 2015 +0100
  1510. [ofono] add modem capability. Fixes NEMO#809
  1511. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1512. commit f197388844e7b4151453f8ced6af9580fbdf601a
  1513. Merge: 30eba13 b00eddf
  1514. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1515. Date: Wed Apr 1 15:31:50 2015 +0100
  1516. Merge pull request #13 from sledges/enable-usb-moded
  1517. Enable usb-moded
  1518. commit b00eddf0cf2ac4f50f179aa5d7a1df0cde424d1f
  1519. Author: Philippe De Swert <philippe.deswert@jollamobile.com>
  1520. Date: Wed Apr 1 13:51:39 2015 +0100
  1521. [patterns] re-enable usb-moded, because jolla-rnd-device is available
  1522. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1523. commit 30eba13c14d6411ef5401b3473a9261758d07d9a
  1524. Merge: e907698 9df287d
  1525. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1526. Date: Fri Mar 27 08:27:09 2015 +0000
  1527. Merge pull request #12 from tkenakka/filter-ofono-plugins
  1528. Disable ofono plugins by default
  1529. commit 9df287da1ef40f59e709aa47035eb7c72c940391
  1530. Author: Tommi Kenakkala <tommi.kenakkala@oss.tieto.com>
  1531. Date: Thu Mar 26 14:18:28 2015 +0200
  1532. Disable all ofono plugins by default
  1533. commit e9076980c7956e787becb03068cdd092f23c0bbe
  1534. Merge: 60bbb59 92470be
  1535. Author: Marko Saukko <marko.saukko@gmail.com>
  1536. Date: Wed Mar 18 13:41:56 2015 +0200
  1537. Merge pull request #10 from mer-hybris/flashing
  1538. Add support for compressed images as well.
  1539. commit 92470be168ca0df2a6703e4aed711c53f081b817
  1540. Author: Marko Saukko <marko.saukko@jolla.com>
  1541. Date: Tue Mar 17 12:47:36 2015 +0200
  1542. Add support for compressed images as well.
  1543. NOTE: if image is compressed and sparsed there will be quite a bit of
  1544. space needed, thus the uncompressed image is extracted to memory as it
  1545. shouldn't ever need to be larger than tmpfs (in theory at least ;))
  1546. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1547. commit 60bbb593c1c42967ee2ff750a5eeaa2f2f57c800
  1548. Merge: 6188444 253c207
  1549. Author: Marko Saukko <marko.saukko@gmail.com>
  1550. Date: Tue Mar 10 10:50:53 2015 +0200
  1551. Merge pull request #9 from mer-hybris/ooi-pkg
  1552. Add out-of-image-files package.
  1553. commit 253c2072d021883bde1026a7729ad05f79f513c6
  1554. Author: Marko Saukko <marko.saukko@jolla.com>
  1555. Date: Tue Mar 10 07:21:21 2015 +0000
  1556. Add out-of-image-files package.
  1557. This package contains files that are not put to the build image but are
  1558. used only for flashing the device and thus should not be part of the
  1559. real image.
  1560. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1561. commit 61884446dd4c4927332891fa7f648821388a96d8
  1562. Merge: 8c6048a e5f7fa6
  1563. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1564. Date: Mon Mar 9 10:22:14 2015 +0200
  1565. Merge pull request #8 from tigeli/master
  1566. [security] disable icmp-redirects and enable ipv6 temporary addresses
  1567. commit 8c6048a0306fa3583d5ab420944545e7de550aad
  1568. Merge: 98f7ecd 3f7bacc
  1569. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1570. Date: Mon Mar 9 10:20:59 2015 +0200
  1571. Merge pull request #7 from mkosola/master
  1572. Start droid hal init in graphical target instead of basic target
  1573. commit e5f7fa6c37a1dddcf3ee468cec41cb7645240ecf
  1574. Author: Pasi Sjöholm <pasi.sjoholm@jollamobile.com>
  1575. Date: Fri Mar 6 16:50:03 2015 +0200
  1576. [security] disable icmp-redirects and enable ipv6 temporary addresses
  1577. Signed-off-by: Pasi Sjöholm <pasi.sjoholm@jollamobile.com>
  1578. commit 3f7bacc4c1906b744e5de297cfe249a1bea7d7c5
  1579. Author: Matti Kosola <matti.kosola@jolla.com>
  1580. Date: Fri Mar 6 11:12:31 2015 +0200
  1581. [systemd] Start droid hal init in graphical target
  1582. Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  1583. commit 98f7ecd9b12ad4a464b47312348423e978de3c01
  1584. Merge: 2da6f38 3d0bc89
  1585. Author: Matti Kosola <matti.kosola@jollamobile.com>
  1586. Date: Thu Mar 5 09:07:19 2015 +0200
  1587. Merge pull request #6 from jpoutiai/ofono-udev
  1588. [ofono] Disable udev modem autodetection
  1589. commit 3d0bc89ec8977670e6f495c2bbf830e351051522
  1590. Author: Jarko Poutiainen <jarko.poutiainen@oss.tieto.com>
  1591. Date: Thu Mar 5 08:13:23 2015 +0200
  1592. [ofono] Disable udev modem autodetection
  1593. commit 2da6f380d69f6e642ccc806b1acf61b3f089bf5b
  1594. Merge: e135d68 e761e04
  1595. Author: Juho Hämäläinen <jusa@hilvi.org>
  1596. Date: Wed Mar 4 14:18:41 2015 +0200
  1597. Merge pull request #5 from tkenakka/telit
  1598. [ofono] Disable ofono telitmodem
  1599. commit e761e04ec609308a98403efc9095e31d23dab24e
  1600. Author: Tommi Kenakkala <tommi.kenakkala@oss.tieto.com>
  1601. Date: Tue Mar 3 15:05:49 2015 +0200
  1602. [ofono] Disable ofono telitmodem
  1603. commit e135d689610c9d5ce9ef2b8a773be42d45a1f4de
  1604. Author: Marko Saukko <marko.saukko@jolla.com>
  1605. Date: Mon Feb 23 12:46:37 2015 +0000
  1606. Split the drm udev rule to separate file so it can be excluded easily on
  1607. device specific part.
  1608. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1609. commit bf126d6feaec8cbbff04d81598482646f7848e32
  1610. Author: Marko Saukko <marko.saukko@jolla.com>
  1611. Date: Mon Feb 23 12:45:40 2015 +0000
  1612. When ever the file does not exist fail so that maintainers note the
  1613. change.
  1614. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1615. commit 9748dcb196be63399ee3eeb8bea3bd44d7615d05
  1616. Author: Marko Saukko <marko.saukko@jolla.com>
  1617. Date: Thu Feb 19 15:56:37 2015 +0000
  1618. Preinit scripts need execution bit for root.
  1619. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1620. commit 233cba69254721cba1d56f87298b5c1aadcae892
  1621. Author: Marko Saukko <marko.saukko@jolla.com>
  1622. Date: Wed Feb 18 23:27:06 2015 +0000
  1623. Requires droid-config in kickstart configs
  1624. Droid-config package contains ssu.ini thus it should be requirement for
  1625. kickstartconfigs as otherwise those can not be used properly.
  1626. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1627. commit ccc08f0e3972cf15dbdce5e195c6c18384cabbd9
  1628. Author: Marko Saukko <marko.saukko@jolla.com>
  1629. Date: Wed Feb 18 22:22:48 2015 +0000
  1630. Make sure we have systemd services enabled properly.
  1631. We want the rpm package to own these files thus these are linked in
  1632. files and not in %post/%postun.
  1633. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1634. commit 79a3d5f7d9de4157e1f6889e39585492937b254f
  1635. Author: Marko Saukko <marko.saukko@jolla.com>
  1636. Date: Wed Feb 18 18:00:46 2015 +0000
  1637. Do not include preinit scripts twice.
  1638. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1639. commit 74262b2a4dea8398b17ccdc2362179a5a668c3cb
  1640. Author: Marko Saukko <marko.saukko@jolla.com>
  1641. Date: Wed Feb 18 17:29:09 2015 +0000
  1642. Packaging fixes here and there.
  1643. Move pulseaudio and ohm policy files to proper packages. Also fix the
  1644. version string for the kickstart.
  1645. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1646. commit 305eed63c705b609946e971639f420bb7c91853a
  1647. Merge: b8d292b 650b10e
  1648. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1649. Date: Wed Feb 18 15:35:20 2015 +0000
  1650. Merge pull request #4 from sledges/fix-updater-ks
  1651. [configs] do not purge updater .ks part, if device-specific is absent
  1652. commit b8d292bcf6d9cbaa520a9c7772b4ef6a43b6396c
  1653. Author: Marko Saukko <marko.saukko@jolla.com>
  1654. Date: Wed Feb 18 15:30:08 2015 +0000
  1655. Fix build in OBS by adding %setup and build requirement.
  1656. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1657. commit 650b10eed7f352103cc2b272adc1b2fa5350e332
  1658. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1659. Date: Wed Feb 18 14:00:05 2015 +0000
  1660. [configs] do not purge updater .ks part, if device-specific is absent
  1661. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1662. commit dbeb960beb6df8adddd2f3666f6fbbaf644af8d0
  1663. Author: Marko Saukko <marko.saukko@jolla.com>
  1664. Date: Wed Feb 18 11:47:28 2015 +0000
  1665. Bring ssu configs to the droid-hal-configs package
  1666. This was part of droid-hal-device and now that we have done the split
  1667. lets move it as well to the configs package.
  1668. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1669. commit f787b733a4978e9b26446eebeeb0aa2a773549a5
  1670. Merge: 451d460 1408865
  1671. Author: Marko Saukko <marko.saukko@gmail.com>
  1672. Date: Tue Feb 17 17:44:24 2015 +0200
  1673. Merge pull request #3 from mer-hybris/splitfix
  1674. Improve standalone builds.
  1675. commit 1408865fd0b23a939f5a0ac0dd8983284275acb2
  1676. Author: Marko Saukko <marko.saukko@jolla.com>
  1677. Date: Tue Feb 17 16:33:32 2015 +0200
  1678. Improve standalone builds.
  1679. Drop the dependency to droid-hal/droid-hal-devel as the information is
  1680. now located anyway in the configs package. Also make sure that one can
  1681. define the path as device specific basis if needed.
  1682. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1683. commit 451d4608467b45cab18af50bdc4c6c5cd05aff3c
  1684. Author: David Greaves <david@dgreaves.com>
  1685. Date: Mon Feb 16 19:51:21 2015 +0000
  1686. [configs] add Provides: bluetooth-rfkill-event-configs
  1687. This probably should be a discrete package soon.
  1688. commit a1b1466190a9ef65ce1f79ec91caf0d2088a5850
  1689. Author: David Greaves <david@dgreaves.com>
  1690. Date: Fri Feb 13 13:30:16 2015 +0000
  1691. [configs] Rename to droid-config-* as per old name. Add HA-neutral Provides:
  1692. Signed-off-by: David Greaves <david.greaves@jolla.com>
  1693. commit 85b8bd69220fb06868c9a93e062579c5a7fefb2b
  1694. Author: David Greaves <david@dgreaves.com>
  1695. Date: Fri Feb 13 12:52:12 2015 +0000
  1696. [configs] add Provides: bluez-configs. This probably should be a discrete package soon.
  1697. commit f8ee5786d5ab307d7b1f20f584df24fa27d777ac
  1698. Author: David Greaves <david@dgreaves.com>
  1699. Date: Mon Feb 9 17:20:49 2015 +0000
  1700. Make it possible to override the default values with vendor specifics
  1701. [ssu] Make it possible to provide ssu configs by vendor. Contributes to JB#25780
  1702. Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  1703. commit 70a605fd84c64a68e78821d09b8ec3bde60fe01e
  1704. Author: David Greaves <david@dgreaves.com>
  1705. Date: Mon Feb 9 13:57:47 2015 +0000
  1706. Use rpm_device macro
  1707. Signed-off-by: David Greaves <david.greaves@jolla.com>
  1708. commit a25b1f80a65fc46d96e0efb792d1f5e238f823ae
  1709. Author: David Greaves <david@dgreaves.com>
  1710. Date: Mon Feb 2 20:39:31 2015 +0000
  1711. split out %files
  1712. Signed-off-by: David Greaves <david.greaves@jolla.com>
  1713. commit 86985d469eef0c3c76289dd3f8ca254343bad735
  1714. Author: David Greaves <david@dgreaves.com>
  1715. Date: Mon Jan 26 17:56:09 2015 +0000
  1716. Update the pattern templates
  1717. Signed-off-by: David Greaves <david.greaves@jolla.com>
  1718. commit 94bd2e7a78b1d97397db4a5fdfa9f5c3e6312875
  1719. Author: David Greaves <david@dgreaves.com>
  1720. Date: Sun Jan 18 12:00:07 2015 +0000
  1721. Fix the pattern processing
  1722. Note it's an error to include multiple -p options as only the last one is used
  1723. commit 71505da05c337d1f6b71df769d4945bf6b7d1197
  1724. Author: David Greaves <david@dgreaves.com>
  1725. Date: Mon Jan 5 23:27:52 2015 +0000
  1726. Rename to an .inc file as per droid-hal-device
  1727. Add -packages, policy-settings, kickstart-configuration, preinit-plugin, pulseaudio-settings, sailfish-configs
  1728. Put as much in sparse as possible
  1729. Signed-off-by: David Greaves <david.greaves@jolla.com>
  1730. commit 64dfd79051573f1ca2ab79c991fbeca9f2bbd013
  1731. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1732. Date: Thu Sep 11 00:08:51 2014 +0000
  1733. [configs] build .ks of correct domain
  1734. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1735. commit 98ad3c86b548dc4ddb4cd1ad9c264ac23708ddc9
  1736. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1737. Date: Wed Sep 10 14:12:34 2014 +0100
  1738. [configs] provide (empty) top-level package
  1739. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1740. commit 9d0936c0383f2b48229e73d0b287922bce4b2e14
  1741. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1742. Date: Wed Jul 30 15:44:02 2014 +0000
  1743. [droid-hal-configs] droid-hal provides board-mappings.d/05-$VENDOR-$DEVICE.ini
  1744. Change-Id: I317da2a86b618f6699268c8c47539e65d7edc927
  1745. Signed-off-by: Simonas Leleiva <simonas.leleiva@jollamobile.com>
  1746. commit dbf01bdbfc9567de01d5f58a4bc68775fa236570
  1747. Author: David Greaves <david@dgreaves.com>
  1748. Date: Thu Jul 24 22:50:31 2014 +0100
  1749. Depend on droid-hal-devel for hw-release.vars
  1750. commit 305c3a992c3cfd01a6c81dc11d1f5e5049cc036f
  1751. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1752. Date: Sat Jul 19 18:18:04 2014 +0100
  1753. fix hadk mic phase
  1754. commit de87bdcfb089e1ce5d3e0f3b3a5f74a55b778b8e
  1755. Author: Simonas Leleiva <simonas.leleiva@meramo.co.uk>
  1756. Date: Thu Jun 5 12:58:34 2014 +0100
  1757. [droid-hal-configs] initial import
  1758.