Kai Kreuzer
008a67486e
fixed dashboard localization ( #233 )
...
- included ESH-INF to binary
- simplified getLocalizedText method as it was now only called with a null locale
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-11-19 00:25:17 +01:00
lolodomo
3fa30c1fba
Dashboard internationalization ( #217 )
...
French version included
Fixes #214
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2017-11-18 23:36:41 +01:00
Kai Kreuzer
14dc90a128
Updated to Karaf 4.1.3 and Jetty 9.3.22 and used new ESH features ( #230 )
...
Updated to Karaf 4.1.3 and Jetty 9.3.22 and used new ESH features
2017-11-18 23:33:19 +01:00
Kai Kreuzer
29721e0a7b
updated features to latest ESH changes reg. jUPnP + Jetty HTTP Client ( #228 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-11-10 18:47:37 +01:00
Kai Kreuzer
5be5bc8284
reduced logging level as the util class cannot judge the severity ( #227 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-11-05 22:06:47 +01:00
Kai Kreuzer
597b986199
added a round white background to the favicon
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-10-27 18:07:13 +02:00
Patrick Fink
9855e439a5
Final changes for initial release automation process ( #223 )
...
* Update versions plugin to version 2.5 (makes property mapping obsolete)
Signed-off-by: Patrick Fink <mail@pfink.de>
* Update maven unleash plugin to newest version
Signed-off-by: Patrick Fink <mail@pfink.de>
2017-10-16 09:46:39 +02:00
Vlad Ivanov
bdd56bd628
BasicUI: update icons with new logo ( #221 )
...
Signed-off-by: Vlad Ivanov <vlad@ivanov.email>
2017-10-15 14:38:31 +02:00
Kai Kreuzer
52835948c5
logo update ( #220 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-10-15 01:21:24 +02:00
Kai Kreuzer
fcfdfbfbe7
adapted to changed ESH API ( #218 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-10-10 07:44:12 -07:00
Holger Reichert
d5841d354c
[compat1x] Fix ChartProvider API break ( #215 )
...
The ESH PR 4291 introduced a change in the ChartProvider API.
This commit changes the compat1x ChartProviderDelegate to work with these changes.
Signed-off-by: Holger Reichert <mail@h0lger.de>
2017-09-26 11:59:13 +02:00
Patrick Fink
74e24ce885
Add versions plugin for automated updating of version properties ( #213 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2017-09-25 07:59:00 +02:00
Patrick Fink
a1e10ccea7
Add maven-unleash-plugin for automated release process + add some properties to be able to do shadow releases ( #204 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2017-09-21 08:18:23 +02:00
Markus Rathgeb
e57044e13c
Rework / formatted manifest ( #211 )
...
* reworked and formatted manifest
* added missing jdt.annotation
Related to: https://github.com/eclipse/smarthome/pull/4308
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2017-09-21 08:16:38 +02:00
VelinYordanov
54cc26d4a4
Removed unnecessary inheritDoc. ( #210 )
...
See openhab/static-code-analysis#103
Signed-off-by: VelinYordanov <velin.iordanov@gmail.com>
2017-09-19 14:40:43 +02:00
Kai Kreuzer
aaf9d979c5
switched to patched ds annotation processor version ( #208 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-09-07 17:49:27 +02:00
Svilen
8b64c9371e
Revert "Add Saxon dependency because of static-code-analysis setting a system property ( #196 )" ( #207 )
...
The system property is removed in version 0.3.0 of the tool.
This reverts commit 778ce5b5da
.
2017-09-04 10:09:30 +02:00
Kai Kreuzer
321d6ca5d8
also consider Group items for binding configuration delegation ( #205 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-31 18:12:55 +02:00
Kai Kreuzer
8019801477
updated to latest SAT version ( #206 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-31 18:12:14 +02:00
VelinYordanov
2fa6689b3d
Added the lib folder to build.properties. ( #199 )
...
Signed-off-by: VelinYordanov <velin.iordanov@gmail.com>
2017-08-31 17:57:50 +02:00
Kai Kreuzer
a2b2e8e997
added jdt annotations to import ( #203 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-30 10:21:52 +02:00
Kai Kreuzer
cd9d02ab94
removed auto-approve service as this is now contained in ESH ( #202 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-29 11:13:36 +02:00
Kai Kreuzer
f4d2c1ac6b
updated m2e ignore settings to avoid errors in the IDE ( #201 )
2017-08-29 09:52:15 +02:00
Vlad Ivanov
7afc0e16a1
ClassicUI: add favicon and webapp manifest ( #198 )
...
Signed-off-by: Vlad Ivanov <vlad@ivanov.email>
2017-08-28 18:55:17 +02:00
Martin van Wingerden
6bb1ba1057
Updated outdated copyrights ( #197 )
...
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
2017-08-20 09:56:41 +02:00
pali
ef8d0df10b
Added support for dashboard links to external services. ( #185 )
...
* Added dashboard support for links to external services.
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
2017-08-18 17:17:24 +02:00
Stefan Triller
778ce5b5da
Add Saxon dependency because of static-code-analysis setting a system property ( #196 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-16 12:50:09 +02:00
Kai Kreuzer
d869ada34b
added Travis configuration ( #194 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-16 12:09:51 +02:00
Kai Kreuzer
b8266fac97
changed cardinality for tiles back to 0..n ( #195 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-15 18:28:53 +02:00
Stefan Triller
d9fe30081d
Generate DS annotations in maven ( #193 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-15 16:13:06 +02:00
Stefan Triller
f8f8c29f84
Dashboard: Add DS annotations as optional dependency ( #192 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-15 13:51:31 +02:00
Kuba Wolanin
7359c43b2b
Dashboard cosmetic fixes: non-relative REST url + css folder created ( #186 )
...
Signed-off-by: kubawolanin <hi@kubawolanin.com>
2017-08-15 13:13:24 +02:00
Stefan Triller
b24ff4675d
Use new NetworkAddressService for Dashboard ( #191 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-15 12:14:54 +02:00
Kai Kreuzer
862c1d4acf
upgraded to Jetty 9.3 in targetplatform ( #190 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-15 09:46:43 +02:00
Stefan Triller
f8c4b4d0b3
Update dependency repo version ( #189 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-14 14:18:57 +02:00
Kai Kreuzer
498fe865b5
switched to Karaf 4.1.2 and Jetty 9.3.14 ( #184 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-13 10:48:03 +02:00
Kai Kreuzer
1bdc5a1448
Moved Jetty client to a separate feature ( #183 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-11 17:19:14 +02:00
Svilen
4005121e6c
Fix errors found by the static analysis tool ( #182 )
...
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
2017-08-10 12:46:30 +02:00
Kai Kreuzer
93300599d5
removed dependency on a fixed version of Karaf bundles ( #181 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-09 15:33:07 +02:00
Kai Kreuzer
384409f346
updated to latest SAT version ( #180 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-08-09 15:32:05 +02:00
Stefan Triller
9f29f56457
Use JDT annotations ( #179 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-08 12:43:23 +02:00
Stefan Triller
3cbbf06c6e
Sync null analysis error/warnings in IDE and MVN ( #175 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-03 11:18:26 +02:00
Stefan Triller
e7257173dc
Inherit NullAnnotations also in Maven ( #174 )
...
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-02 10:42:01 +02:00
Stefan Triller
2f428afbcb
Enable JSR305 Null analysis in mvn and build groovy with jdt ( #173 )
...
* Enable JSR305 Null analysis in mvn and build groovy with jdt
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2017-08-01 14:27:36 +02:00
Kai Kreuzer
749c534d79
updated to latest SAT version ( #171 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-07-28 13:26:14 +02:00
Kai Kreuzer
932979c2db
added commons httpclient to compat feature ( #169 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-07-19 11:56:42 +07:00
Kai Kreuzer
16bfd38548
removed httpclient dependency ( #168 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-07-19 10:08:41 +07:00
Kai Kreuzer
b5c11780c2
adapt to changed ESH Audio API ( #167 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-07-19 09:58:52 +07:00
Henning Treu
ece43ffeae
Provide openHAB specific location pin. ( #162 )
...
openHAB follow up for https://github.com/eclipse/smarthome/pull/3730 .
Signed-off-by: Henning Treu <henning.treu@telekom.de>
2017-07-06 11:24:29 +07:00
Kai Kreuzer
356da664d5
updated repo version ( #161 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-06-29 10:59:29 +02:00