Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-19Sets the Eclipse formatter for the new tips plug-ins as defaultLars Vogel2-0/+309
Change-Id: Iba00995d8669bb96982bfbfa5fb85a798ef3c0fa Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-17remove unused Messages classMichael Keppler2-32/+0
This seems not to be referenced anywhere. Change-Id: I3b5a7c32dfcff618b161f9a4e3ca1669c0864c74 Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.ua in about.htmlLars Vogel1-16/+24
Change-Id: I4ea2222a67fb5dcef76afa8062173eb412040f8c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-04Bug 535437 - [Tips] Run cleanup actions to tips and enhance save actionsLars Vogel1-1/+1
Change-Id: I0d1741a53928df3c82828bac83b470f5cc756ce2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseAlexander Kurtakov1-1/+1
Change-Id: I8dde8b01df009b94d21af13c196723dc94241a07 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-28Bug 535072 - MANIFEST Updates in masterLars Vogel2-2/+2
Change-Id: Id6c37e753e34d374398974c13a5a29babf044c99 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-24Bug 535072 - [Tips] Tips plug-ins are missing legal info (about.html)Wim Jongman2-67/+18
Added missing about files and updated build.properties Change-Id: I98f6e486f9f26a14fad71a8106e7f50bf1cf23fc Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-21Bug 534921: [Tips] Add Twitter tips to IDE bundleI20180522-2000Wim Jongman1-2/+2
[Tips] Add Twitter tips to IDE bundle Change-Id: I04d92f79732b556c54d83cd7db45c90914bfcf25 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-21Bug 534920: [Tips] Make sure tips can run on NeonI20180522-0800Wim Jongman1-2/+2
Fixed Change-Id: I517e58b39e500912c22d822756b1fe78c1d45538 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-11Bug 534178: [Tips] Tip deploy jobWim Jongman3-211/+61
* Abandoned internet download due to wontfix * Fixed warnings Change-Id: I93487e25b6cc179f20fb0cf7a1f3975bd16eeaf9 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-03Bug 531848 - [Tips] Add save actions to project propertiesI20180503-2000I20180503-0740Alexander Kurtakov2-4/+110
And enable stricter warnings. Change-Id: Iad8f26d26ddc10471ec9723232934a48c0e7c3e8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-02Bug 534252: [Tips] Api break in Google gson cause compile failureI20180502-2000Wim Jongman1-3/+4
I am using JsonObject.keySet() In one Eclipse I have com.google.gson 2.8.2 which has this method. In another Eclipse I have com.google.gson 2.7.0 which does not have this method. It looks like an API violation on googles part which would break Tips using any (2.0.0 2.8.2] installation of the gson library. Change-Id: Iea24acac2f6b1446154456d0d157416b4267b404 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-30Bug 532012: [Tips] NLS SupportWim Jongman13-47/+108
* Added NLS Change-Id: Idecc14956591869eb17278015ec0b45b893c5882 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-29Bug 534073: [Tips] Create JSon based Tip Provider for PlatformI20180430-0715I20180429-2000Wim Jongman6-72/+193
* Added photon new and noteworthy provider * Changed startup sequence * Added logging * Removed warnings from examples * Fixed Twitter Feed to not use the Twitter URL * Added TipProvider#hasContent * Changes IUrlTip#getURL Change-Id: I100d32c49d27d850697ae1f347282d99d52417e2 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-26Bug 534073: [Tips] Create JSon based Tip Provider for PlatformWim Jongman2-12/+170
* JSon Provider created for Platform * Tips are uploaded to E4 area * Fixed some read state and provider caching Change-Id: I3566e0f440e44777a3d89cceed656aa0c8c3634e Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-03-05Bug 531786 - [Tips] Add Json providerI20180305-2000Wim Jongman17-0/+756
Adds a Json provider that can loads tips from a remote or local Json file. Added about.html Change-Id: I06c67c42bc0a7fc38af06f622af82305b7cbb169 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>

    Back to the top