emu48android-linux/ReadMe.txt

132 lines
5.3 KiB
Text
Raw Normal View History

2019-02-20 22:15:26 +01:00
DESCRIPTION
This project ports the Windows application Emu48 written in C to Android.
2019-02-20 22:15:26 +01:00
It uses the Android NDK. The former Emu48 source code remains untouched because of a thin win32 emulation layer above Linux/NDK!
2018-12-11 23:41:34 +01:00
This win32 layer will allow to easily update from the original Emu48 source code.
2018-12-12 21:25:24 +01:00
It can open or save the exact same state files (state.e48/e49) than the original Windows application!
2019-02-20 22:15:26 +01:00
Some KML files with theirs faceplates are embedded in the application but it is still possible to open a KML file and its dependencies by selecting a folder.
The application does not request any permission (because it opens the files or the KML folders using the content:// scheme).
2019-02-15 21:10:19 +01:00
The application is distributed with the same license under GPL and you can find the source code here:
https://github.com/dgis/emu48android
2019-02-20 22:15:26 +01:00
QUICK START
1. From the left side, slide your finger to open the menu.
2. Touch the "New..." menu item.
3. Select a predefined faceplate (or select a custom KML script folder).
4. And the calculator should now be opened.
NOTES
- When using a custom KML script by selecting a folder, you must take care of the case sensitivity of its dependencies.
2019-02-01 20:42:16 +01:00
NOT WORKING YET
2019-02-20 22:15:26 +01:00
- Disassembler
- Debugger
- Macro
- Infrared Printer
- Serial Ports (Wire or Ir)
2019-02-20 22:15:26 +01:00
CHANGES
Version 1.2alpha (2019-03-XX)
- Use the KML Global color as background color.
- Set the extension .e49 when "Saving as" a state file with model 'Q'.
- Fix a crash after opening several times a state file.
- Fix On-D diagnostic not working for 48gII/49G/49g+/50g (rom 2.15 not good, change for 2.10).
- Improve the scrolling issue found in Emu48 1.59+.
- Rewrite the StretchBlt() function to improve the pixel rendering.
- Allow to build the project with "gradlew build".
- Fix issues with back button in the Settings, Help and About.
- Build with Android 4.4 support.
- Prevent empty MRU.
- Allow to go back from the settings in Android 4.4 and may be more recent versions.
- Save the Port 2 at the same time we save the state file.
Version 1.1 (2019-03-01)
- Update the KML scripts and the images from Eric Rechlin.
- Fix crash when changing the main image.
- Fix an issue when KML file is not found.
2019-02-26 23:52:18 +01:00
Version 1.0 (2019-02-28)
2019-02-20 22:15:26 +01:00
- First public version available on the store.
LICENSES
Android version by Régis COSNIER.
This program is based on Emu48 for Windows version, copyrighted by Christoph Gießelink & Sébastien Carlier, with the addition of a win32 layer to run on Android.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Note: some included files are not covered by the GPL; these include ROM image files (copyrighted by HP), KML files and faceplate images (copyrighted by their authors).
2019-02-26 23:52:18 +01:00
The Eric's Real scripts ("real*.kml" and "real*.bmp") are embedded in this application with the kind permission of Eric Rechlin.
TODO
- But in the MRU (the MRU is not always well refreshed)
- Issue with random settings in Android 4.4 emulator
- Add a separation between the pixels (Suggestion from Jaime Meza)
- Sometimes the "busy" annunciator gets stuck
- Add KML script loading dependencies fallback to the inner ROM (and may be KML include?)
- Add haptic feedback when touch a button
- Add a true fullscreen mode under the status bar and the bottom buttons
- Improve the access to the menu
2019-01-15 22:37:02 +01:00
- Change the logo following the template
DONE
2019-02-22 20:25:33 +01:00
- Bug Red and Blue seems inverted
- Multitouch
2018-12-12 21:25:24 +01:00
- Choose KML/Change KML/NewDocument
2018-12-14 23:32:00 +01:00
- Load/Save object
2018-12-17 23:45:03 +01:00
- Permission issues when reopening document after an OS restart
2018-12-20 00:12:25 +01:00
- Android UI Settings
2018-12-18 20:29:06 +01:00
- Change settings per settings
2018-12-19 22:34:51 +01:00
- Add icons
- Autosave
2018-12-20 00:12:25 +01:00
- Add help and about
- Change KML
2018-12-20 23:31:23 +01:00
- Bug Re open file not working when permanent link
- Put the KML title in the header of the menu in the drawer
2018-12-21 22:38:40 +01:00
- Fix Reset calculator
2018-12-25 23:56:44 +01:00
- Support clipboard
- Support screen copy
2018-12-29 23:49:28 +01:00
- Add HP48SX icon
2019-01-02 00:08:17 +01:00
- Settings show KML log should be true by default.
2019-01-02 22:04:53 +01:00
- Sound
- Bug: No refresh with the clock (Fix timers)
2019-01-07 23:39:15 +01:00
- Support 8bits images
2019-01-10 23:53:11 +01:00
- Add recent files
- Bug: Port2 not saved
2019-01-15 22:37:02 +01:00
- Fix Process not closed when leaving
- Bug: Port1 is not enable from the state.e48 file!
- Bug no preference event sometimes!
- Bug with android back button acts as the hp48 back button!
- Add new KMLs and ROMs.
- If KML not found in OpenDocument, allow to choose a new one
2019-01-17 20:18:54 +01:00
- Allow to fill the screen
- Option to allow rotation
- Find a new open source package name (org.emulator.forty.eight)
2019-01-30 23:10:01 +01:00
- Improve button support with HDC operations
2019-02-11 23:12:29 +01:00
- Improve loading errors (and see the errors in a log)
- Allow to load external KML/BMP/ROM files
2019-02-20 22:15:26 +01:00
- Fix sound error at the initialization
- Open Emu48 with a state (content://) file shared with it
- Add sound switch settings
- Pixel alignment (pixel squeeze?) issue
- Build with Android 4.4