Commit Graph

1603 Commits

Author SHA1 Message Date
stirkac 0b6fec131d don't show further warnings when bits is are out of range 2019-04-15 13:49:06 +02:00
stirkac ba703acc63 fix default datasize, fix indentations 2019-04-15 13:41:39 +02:00
stirkac 7885cb9497 add "size" option to table, so that 16- and 32-bit bytes are supported 2019-04-15 11:56:11 +02:00
Sebastjan Stojnsek fee885e8c8
Merge pull request #1 from RomRaider/master
merge remote master
2019-03-26 10:54:53 +01:00
stirkac 4e7292f41b remove unneded imports 2019-03-20 20:17:20 -04:00
stirkac b73f689482 improve definition handling, refactor saving stupidness 2019-03-20 20:17:17 -04:00
stirkac 55a026acd0 improve table type handling
- return correct type
- fix error on table properties
2019-03-20 20:17:13 -04:00
stirkac 2b0ea46757 fix bitwise switch when not all checkboxes are on screen 2019-03-20 20:17:10 -04:00
stirkac fcbfc85327 Bump copyright date 2019-03-20 20:17:07 -04:00
stirkac 6a5cd07cca wrong cast 2019-03-20 20:17:04 -04:00
stirkac bf8ca0724f fix table handling because equals function not implemented 2019-03-20 20:17:00 -04:00
stirkac 6b56ce2771 Added bitwise map editing 2019-03-20 20:16:57 -04:00
Dale Schultz 2e6b3307f7 Convert to Endian ENUM 2019-03-19 19:20:37 -04:00
Dale Schultz ab7abfd9fa Internationalize ECUExec 2019-03-19 19:20:34 -04:00
Dale Schultz fe291f7116 Update Dyno tab to support different Throttle parameters 2019-03-19 19:20:32 -04:00
Dale Schultz 3a35ab59c2 Label corrections 2019-03-19 19:20:29 -04:00
Dale Schultz 818398cecf Multi-address parameters was not counted in final data length 2019-03-19 19:20:26 -04:00
Dale Schultz 0c6d0b39c6 Handle short and longer header format and check request packet size limit 2019-03-19 19:20:23 -04:00
Dale Schultz 575d8a2921 Fix Tool Tip not following row item when parameter list is sorted differently 2019-03-19 19:20:20 -04:00
Dale Schultz f0f0d8c7f7 Simplify return value 2019-03-19 19:20:17 -04:00
Dale Schultz 4f573ac361
Add Learned fuel trim to LTV 2019-03-19 18:52:11 -04:00
Dale Schultz bee5e8d1a1
Remove unused method 2019-03-19 18:52:10 -04:00
Dale Schultz 092db3f683
Include new customize directory into builds 2019-03-19 18:51:59 -04:00
Dale Schultz 150d10df19
Add new NCS logging protocol support 2019-03-17 22:24:19 -04:00
Dale Schultz e51606d7f7
Create SSM Learning table properties file 2019-03-17 22:24:18 -04:00
Dale Schultz 0fd93971d3
Add parsing for new NCS protocol and switch attributes 2019-03-17 22:24:17 -04:00
Dale Schultz 7ed53d79cc
Support different data type and custom units for NCS protocol 2019-03-17 22:24:16 -04:00
Dale Schultz 45fc422875
Renamed package to be more generic 2019-03-17 22:24:15 -04:00
Dale Schultz 9c292716ee
Fix formatter string 2019-03-17 22:24:15 -04:00
Dale Schultz 46d967ab6a
Add the ability to read table names from properties file 2019-03-17 22:24:14 -04:00
Dale Schultz edb18e5be0
Check for an open device so we have a valid device ID to close 2019-03-17 22:24:13 -04:00
Dale Schultz e66c749c6c
Create a custom KWP connection class 2019-03-17 22:24:13 -04:00
Dale Schultz cedb5d2414
Add five baud init and fix up read message handling 2019-03-17 22:23:59 -04:00
stirkac 818dec826f remove unneded imports 2019-03-14 08:02:32 +01:00
stirkac 8a8c27f99f improve definition handling, refactor saving stupidness 2019-03-13 20:11:14 +01:00
stirkac 798cb43830 improve table type handling
- return correct type
- fix error on table properties
2019-03-05 16:38:31 +01:00
stirkac 4e30af5940 Merge remote-tracking branch 'RomRaider/master' 2019-03-05 14:58:33 +01:00
stirkac b3459c87b9 fix bitwise switch when not all checkboxes are on screen 2019-03-05 14:57:19 +01:00
rusefi 6975c764cf Refactoring: Endian enum 2018-12-23 23:25:29 -05:00
rusefi 6f68369743 Refactoring: Endian enum 2018-12-23 23:24:20 -05:00
rusefi 94ce1e8a9c Refactoring: TableType enum & reducing code complexity 2018-12-22 23:10:14 -05:00
rusefi 40af0dd981 using Enum instead of magic constants, also removing some unused constants 2018-12-22 08:22:14 -05:00
Steve Wadsworth 7295b54e6b Enable a warning panel when a 64-bit JRE is detected
Installer panel is conditional on JVM architecture being detected as "amd64"

Enable 64-bit Windows for installer
- add 64-bit ShellLink DLL to installer template
- update info panel text to reflect change
Installer panel is conditional on JVM architecture being detected as "amd64"
Application is not yet 64-bit ready

Potential issue:
Specifying 32-bit Java to run the installer JAR file will bypass the warning
but the shortcuts may still use a 64-bit version
2018-12-20 19:58:16 -05:00
Steve Wadsworth 6cd4a95601 Update build.xml 2018-12-20 19:58:14 -05:00
Steve Wadsworth 8a87885b70 Minor build system updates
- Automatically set copyright date in Version class to current year
- parameterize source and target for javac, but leave at 1.6.  Setting source to
1.8 prompts the compiler to error "source release 1.8 requires target release 1.8"
- java compile target now uses deprecation and debug values set in -init target
- removed optimization argument.  Compiler ignores it
2018-12-20 19:58:12 -05:00
rusefi ed91aa4351 refactoring: reducing unneeded complexity 2018-12-20 19:58:10 -05:00
rusefi d60da8347c Refactoring: removing unneeded lines
https://docs.oracle.com/javase/tutorial/java/IandI/super.html
"Note: If a constructor does not explicitly invoke a superclass constructor, the Java compiler automatically inserts a call to the no-argument constructor of the superclass. If the super class does not have a no-argument constructor, you will get a compile-time error. Object does have such a constructor, so if Object is the only superclass, there is no problem."
2018-12-19 21:53:16 -05:00
stirkac d52d0d77ee Bump copyright date 2018-12-17 13:43:07 +01:00
stirkac 901e1ebba3 wrong cast 2018-09-19 09:24:38 +02:00
stirkac 5d73a2cb0e fix table handling because equals function not implemented 2018-09-17 11:39:33 +02:00