Commit graph

55 commits

Author SHA1 Message Date
dgis
03d5beeeed Version 2.8 2024-10-29 16:03:09 +01:00
dgis
9f58423a93 Update to 1.66+, revert USB lib to 3.4, fix USB/Serial issue in Android 13+
- Updated source code with Emu48 version 1.66+
- Update Revert usb-serial-for-android to version 3.4
- Fix an USB serial issue with Android 13+ (fix #23)
2024-10-05 21:23:04 +02:00
dgis
8025fe107d - Update the usb serial drivers usb-serial-for-android to version 3.7.3 2024-06-16 19:57:05 +02:00
dgis
1d5bd23e7a Cleanup and update Win32 background issue. 2024-06-16 15:20:09 +02:00
dgis
dac669dac4 Prepare version 2.7 2024-06-12 13:07:28 +02:00
dgis
8a8f2d8ce7 Put back Serial slowdown setting. 2024-06-10 08:27:31 +02:00
dgis
547d20aed3 Prevent some calculator to sleep. Fix crash. Attempt to fix haptic feedback. 2023-06-24 23:32:55 +02:00
dgis
bc8bd5b821 Version 2.6 (2022-08-19)
- Updated source code from Eric Rechlin's Emu48 version 1.64+ that was merged from Christoph Gießelink's Emu48 version 1.65. This new version improve the serial communication.
2022-08-19 17:18:15 +02:00
dgis
d27d777153 Version 2.5 (2022-03-03)
- Allow to load RLE4, RLE8 and monochrome BMP images.
- Optimize the number of draw calls when displaying the LCD pixel borders.
2022-03-03 08:11:19 +01:00
dgis
8a54fb0b33 Version 2.4 (2021-12-08)
- Updated source code from Eric Rechlin's Emu48 version 1.63+ that was merged from Christoph Gießelink's Emu48 version 1.64.
2021-12-12 09:48:47 +01:00
dgis
1b26b74f48 Version 2.3 2021-10-19 18:25:34 +02:00
dgis
009ecbccf5 Cleanup win32 code. 2021-10-12 20:49:50 +02:00
dgis
cfbb0c16bc Fix a build issue. 2021-05-16 21:37:09 +02:00
dgis
567bd3a12c Delay writing to the serial port to make the kermit protocol works (it slow down the transfer). 2021-05-09 15:40:08 +02:00
dgis
167c6f07b4 Add the generation of the native debug symbols. 2020-12-09 12:20:50 +01:00
dgis
100e6ef24e - Fix an issue when the permission to read the KML folder has been lost.
- Remove unused win32 timer source code.
2020-12-09 00:43:01 +01:00
dgis
288bffd5ec - Fix an issue which prevents to save all the settings (Save in onPause instead of onStop). 2020-11-23 13:03:47 +01:00
dgis
72ccc7a98b Fix the KML button Type 3 with a Background offset which was not display at the right location (Fix #15). 2020-10-30 23:08:40 +01:00
dgis
9b995adc51 Replaces the haptic feedback switch with a slider to adjust the vibration duration. 2020-10-30 00:14:00 +01:00
dgis
161b1207c9 - Prevent app not responding (ANR) in NativeLib.buttonUp().
- Fix a KML folder issue.
2020-09-03 00:12:42 +02:00
dgis
588c5dc3df Version 1.8 + Optimize the speed with -Ofast option. 2020-05-25 09:16:20 +02:00
dgis
b8f0974301 Prepare version 1.8 (beta3) 2020-05-14 23:33:09 +02:00
dgis
2b2308d93f Transform child activities with dialog fragments, and fix an issue with the numpad keys which send the arrow keys and the numbers at the same time. 2020-05-10 01:09:46 +02:00
dgis
d0ae97d7b6 - Intercept the ESC keyboard key to allow the use of the BACK soft key. 2019-12-19 21:12:22 +01:00
dgis
7420e20f92 Try to better detect a physical keyboard to modify the mapping of the keys (Eric issue with S7). 2019-12-18 00:24:04 +01:00
dgis
27cecc7fe3 Version 1.7 2019-12-12 23:58:58 +01:00
dgis
ea970cbed3 The sound can be adjusted by number in addition to the slider by touching the number. 2019-12-04 00:03:58 +01:00
dgis
3e8ea1aa78 Version 1.2beta5 (2019-11-28)
Improve overlapping LCD screen
2019-11-29 08:41:40 +01:00
dgis
e64a354693 Update from Emu42 and Emu71 2019-10-22 23:39:01 +02:00
dgis
b42fdb820c Version 1.6 (2019-07-15) 2019-07-15 23:13:09 +02:00
dgis
7a9f7abb56 - Prevent the white bottom bar when both options "Hide the status/navigations bar" and "Hide the menu button" are set (Github Fix: #9).
- Add option to prevent the pinch zoom.
2019-07-13 16:38:38 +02:00
dgis
f38b2149c4 Version 1.5 2019-07-11 23:59:35 +02:00
dgis
8ebe008438 Refactor the code for easier code sharing between Emu48, Emu42 and Emu71. 2019-06-23 23:51:19 +02:00
dgis
3e9d0fb564 Add change paper and fix a paste stack bug
- Fix paste stack bug.
- Add Change Paper (clean) action in the printer simulator.
2019-06-21 23:01:35 +02:00
dgis
3876afc44d Improve Printer UI 2019-06-14 19:55:40 +02:00
dgis
2a52d225dc Add PrinterSimulator dialog. 2019-06-14 08:45:26 +02:00
dgis
b9fa977eca Increase versionCode again. 2019-06-08 23:03:14 +02:00
dgis
c6afc54a62 Update the Win32 layer from the Emu42 one and improve UI. 2019-05-02 23:57:15 +02:00
dgis
32bc5a0983 - Add a RAM card generator for the port 2 of the HP48SX and HP48GX.
- Add the possibility to hide the status and/or the navigation bars.
2019-04-28 00:23:37 +02:00
Regis Cosnier
e4727e0192 - Fix a bug about the timer delay in timeSetEvent(). I hope it fix the slow down.
- Fix deprecated classes in the settings.
- Add a haptic feedback when touching a button.
2019-03-20 19:06:36 +01:00
Regis Cosnier
539e09e4a5 - Cleanup the code
- Allow to build with the command line
2019-03-15 20:42:54 +01:00
dgis
e205a6c38a - Partially fix the red/blue color inversion. 2019-03-14 08:32:43 +01:00
Regis Cosnier
abf9e905cc - Fix issues with back button in the Settings, Help and About.
- Build with Android 4.4 support.
2019-03-09 00:07:10 +01:00
Regis Cosnier
5e0c56d44c - Rewrite the StretchBlt() function to improve the pixel rendering.
- Allow to build the project with "gradlew build".
2019-03-08 01:55:50 +01:00
dgis
47cd152a26 Version 1.1 (2019-03-01)
- Update the KML spripts and the images from Eric Rechlin.
- Fix crash when changing the main image.
- Fix an issue when KML file is not found.
2019-02-28 22:17:46 +01:00
dgis
dedfcd680b 2019-02-10 22:56:04 +00:00
dgis
72ddaacff6 2019-02-07 22:34:18 +00:00
dgis
eada7f8658 Change package name
Add fill screen option
Fix bugs
2019-01-17 20:13:46 +00:00
dgis
66eb8feba2 Fix timer. 2019-01-02 21:04:53 +00:00
dgis
86f60b68d2 2019-01-01 23:08:17 +00:00