Skip to content

Releases: dgis/emu42android

Version 2.3

16 Jun 16:35
Compare
Choose a tag to compare

Version 2.3 (2024-06-16)

  • Update from the original source code Emu42 version 1.30 from Christoph Gießelink.
  • Fix a background issue for annunciators in the Win32 layer.
  • Fix haptic feedback with Android 12 (API deprecation).

Version 2.2

06 Nov 09:32
Compare
Choose a tag to compare

Version 2.2 (2022-11-05)

  • Update from the original source code Emu42 version 1.29 from Christoph Gießelink (Copy/paste improvement).
  • Attempt to fix haptic feedback with Android 13 (API deprecation).

Version 2.1

03 Mar 18:08
Compare
Choose a tag to compare

Version 2.1 (2022-03-03)

  • Allow to load RLE4, RLE8 and monochrome BMP images.
  • Add "Real HP32S" and update "Christoph's Real HP32S" skins.
  • Duplicate all the HP42S skins with 32KB of RAM (instead of the default 8KB).
  • Optimize the number of draw calls when displaying the LCD pixel borders.

Version 2.0

03 Feb 14:21
Compare
Choose a tag to compare

Version 2.0 (2022-02-02)

  • Update the 32SII image.
  • Add a first UI test.

Version 1.9

19 Oct 16:55
Compare
Choose a tag to compare

Version 1.9 (2021-10-19)

  • Display the graphic tab of the printer without anti-aliasing.
  • Fix a crash about the Most Recently Used state files.
  • Fix an issue with "Copy Screen".

Version 1.8

18 Oct 04:18
Compare
Choose a tag to compare

Version 1.8 (2021-10-17)

  • Add the KML scripts and the calculator images in the application.
  • Remove unneeded code.

Version 1.7

13 Oct 09:48
Compare
Choose a tag to compare

Version 1.7 (2021-10-12)

  • Fix the upside down background of the LCD screen on high contrast (actually, fix a general top-down issue in the bitmap).
  • Update from the original source code Emu42 version 1.27 from Christoph Gießelink.

Version 1.6

27 Sep 17:49
Compare
Choose a tag to compare

Version 1.6 (2021-09-27)

  • Show KML log on request.
  • Update from the original source code Emu42 version 1.26 from Christoph Gießelink.
  • Update the embedded help file "Emu42.html" to the latest version.

Version 1.5

07 Apr 11:37
Compare
Choose a tag to compare

Version 1.5 (2021-04-07)

  • Replaces the haptic feedback switch with a slider to adjust the vibration duration.
  • Fix transparency issue (RGB -> BGR).
  • Fix a printer issue from Christoph Gießelink's HP82240B Printer Simulator version 1.12.
  • Fix the KML button Type 3 with a Background offset which was not display at the right location. But Type 3 does not work very well with Emu42.
  • Fix a timer issue.
  • Fix an issue which prevents to save all the settings (Save in onPause instead of onStop).
  • The KML folder is now well saved when changing the KML script for a custom one via the menu "Change KML Script...".
  • Fix an issue when the permission to read the KML folder has been lost.
  • Allows pressing a calculator button with the right button of the mouse but prevents its release to allow the On+A+F key combination (with Android version >= 5.0).
  • Update the embedded help file "Emu42.html" to the latest version.
  • Open an external web browser when you click an external links in the Help.

Version 1.4

06 Sep 21:51
Compare
Choose a tag to compare

Version 1.4 (2020-09-07)

  • Update from the original source code Emu42 version 1.25 from Christoph Gießelink (which can read state file with KML url longer than 256 byte).
  • If the KML folder does not exist (like the first time), prompt the user to choose a new KML folder.
  • Move the KML folder in the JSON settings embedded in the state file because Windows cannot open the state file with KML url longer than 256 byte.
  • Prevent to auto save before launching the "Open...", "Save As...", "Load Object...", "Save Object...", etc...
  • Prevent app not responding (ANR) in NativeLib.buttonUp().
  • In the menu header, switch the pixel format RGB to BGR when an icon of type BMP is defined in the KML script.