Axel Uhl
8201b1909f
introduced interface for file upload constants, avoiding code duplication
...
Change-Id: Iac131c95d3c039f190213d73c16d61f025e9d6d8
2019-09-19 10:43:48 +02:00
Axel Uhl
46ad08a028
upgraded all projects to JavaSE-1.8
...
Change-Id: I7282315d63d2aa0fa5413358d584dfbcf9ff163d
2019-04-05 22:30:18 +02:00
Axel Uhl
d847888b57
Master Data Import now also accepts quoted strings for leaderboard group filtering
...
Change-Id: I97df70c65ab6b671c34a411b2c07284f42409bb7
2019-04-03 10:41:32 +02:00
Axel Uhl
bd90f921dd
added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule
2018-03-24 01:45:37 +01:00
Steffen Schaefer
f11d003640
Bug 4302: Removed SettingsDefaultValuesUtils and all calls to it. The
...
default values handling was moved to UserSettingsBuildingPipeline
subclasses. Because of this change, it isn't necessary anymore that
several components have manual handling of default values.
2017-10-04 13:16:34 +02:00
Vladislav Chumak
1799cf0491
bug4100 Redesigned the settings construction in settings building
...
pipeline
2017-05-17 18:52:32 +02:00
Vladislav Chumak
2017a040bd
bug4100 Extracted generic code into generic settings utils
2017-04-18 15:48:03 +02:00
Benjamin Barth
98410df36a
Added additional export package concerning settings
2016-06-30 15:03:40 +02:00
Steffen Schaefer
38affe46a7
Introduced a specific superclass for generic serializable settings and
...
moved all related classes to a specific subpackage
2016-06-30 14:23:18 +02:00
Steffen Schaefer
50b6117965
Removed org.json.simple as dependency of com.sap.sse.common because it
...
doesn't seem to be used there. org.json.simple isn't compatible with GWT
and all code that is in this bundle is shared between
Backend/Android/GWT
2016-03-15 14:58:41 +01:00
Steffen Schaefer
fbd6651866
bug 2775: Initial changes for reflection-free settings and serialization
2016-03-15 11:14:17 +01:00
Axel Uhl
5ce9fa6b0f
removed version specificity for datamining.annotations dependency in com.sap.sse.commong
...
Change-Id: Ida5a872fbb7d66e36bd08b3e7e39d9476cf89285
2015-12-09 14:45:24 +01:00
Lennart Hensler
9a4d340362
Merge branch 'dataMining' into polars
...
Conflicts:
java/com.sap.sse.datamining/src/com/sap/sse/datamining/impl/components/SimpleDataRetrieverChainBuilder.java
java/com.sap.sse.datamining/src/com/sap/sse/datamining/impl/components/SimpleDataRetrieverChainDefinition.java
2015-09-16 15:32:22 +02:00
Axel Uhl
eab66cda11
removed version specificity of manifest dependency on our own project
2015-09-09 17:31:02 +02:00
Lennart Hensler
6044e77e25
Improved group key ordering and implemented a rough MultiResultsPresenter
2015-07-26 17:51:29 +02:00
Papick Garcia Taboada
1e0f861344
Introduced fullscreen viewer for home, moved necessary media classes to sse
2015-05-26 17:09:52 +02:00
Axel Uhl
6bc793844f
a first successful settings "serialization/deserialization" test with JSON
2015-04-17 12:20:51 +02:00
Axel Uhl
36b963638e
moved Settings interface and Component micro framework to SSE
2015-04-14 17:26:33 +02:00
Axel Uhl
eaacd3f4c1
moved server-side QR code stuff from sse.common to sse because it's not GWT-compileable
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/shared/security/SailingPermissionsForRoleProvider.java
java/com.sap.sse.security.common/src/com/sap/sse/security/shared/PermissionsForRoleProvider.java
java/com.sap.sse.security/src/com/sap/sse/security/AbstractUserStoreBasedRealm.java
2015-02-16 15:58:18 +01:00
Fredrik Teschke
52fa52efce
choose complicated approach for encoding URLs, as tycho doesn't allow com.google.gwt references in common bundles
2015-02-10 03:36:05 +01:00
Fredrik Teschke
ee6759f42c
Merge branch 'ftes-mail-move-to-sse' into jbross-email-invitation
...
Conflicts:
java/com.sap.sse.common/META-INF/MANIFEST.MF
2015-02-09 22:43:04 +01:00
Fredrik Teschke
c6b68ee17b
move MailException to common bundle (needed by GWT)
2015-02-09 22:36:55 +01:00
Fredrik Teschke
27939b6200
add QRCode to email, and start restructuring device-mapping-url-gen code
2015-02-09 18:08:14 +01:00
Axel Uhl
a42d2085f1
updated the *.common projects to JavaSE-1.7 as their execution environment now that we use the Android build tools that are 1.7-capable
2015-01-22 11:10:58 +01:00
Axel Uhl
dd60863858
moved scalablevalue stuff and KMeansClusterer to SSE; added better maneuver-based wind estimation reporting features
2015-01-22 00:49:34 +01:00
Axel Uhl
911f2160d9
set lazy activation for new SSE bundles
2014-11-09 20:07:48 +01:00
Axel Uhl
b62d566953
broken interims commit; has some parts of the refactoring of the AdminConsolePanel already
2014-11-06 15:03:56 +01:00
Lennart Hensler
3b83df2b13
Fixed syntax errors after merge
2014-06-07 11:53:36 +02:00
Axel Uhl
5b038779db
pulled up all but the Named-related methods from com.sap.sailing.common.Util to com.sap.sse.common.Util; further prepared for Regatta search on RacingEventService
2014-06-02 23:51:49 +02:00
fmittag
238542e868
moved some timer and player related base classes to com.sap.see.gwt bundle
2014-03-27 18:25:56 +01:00
fmittag
64b0f8ee8a
moved com.sap.sailing.common.filter package content to com.sap.sse.common and added com.sap.sse.common bundle to all launch configurations
2014-03-17 14:32:10 +01:00
fmittag
9a9055ab63
added com.sap.sse.common bundle to have a place for common code for all sse subprojects
2014-03-13 11:51:35 +01:00