Find a file
2019-01-22 22:16:18 +00:00
app 2019-01-22 22:16:18 +00:00
gradle/wrapper 2019-01-17 19:18:54 +00:00
.gitignore Add the non functional and the very first version of Emu48 for Android! 2018-11-12 22:31:04 +00:00
build.gradle 2019-01-17 19:18:54 +00:00
gradle.properties Migrate to androidx. 2018-12-07 22:57:35 +00:00
gradlew Add the non functional and the very first version of Emu48 for Android! 2018-11-12 22:31:04 +00:00
gradlew.bat Add the non functional and the very first version of Emu48 for Android! 2018-11-12 22:31:04 +00:00
ReadMe.txt Change package name 2019-01-17 20:13:46 +00:00
settings.gradle Add the non functional and the very first version of Emu48 for Android! 2018-11-12 22:31:04 +00:00

ABOUT
This project ports the Windows application Emu48 written in C to Android.
It uses the Android NDK. The former Emu48 source code remains untouch because of a thin win32 emulation layer above Linux/NDK!
This win32 layer will allow to easily update from the original Emu48 source code.
It can open or save the exact same state files (state.e48/e49) than the original Windows application!

NOT WORKING
- Macro
- Infrared Printer
- Serial Ports (Wire or Ir)
- Disassembler
- Debugger

TODO
- Improve button support with HDC operations
- Improve the access to the menu
- Change the logo following the template
- Improve loading errors
- Allows to see the errors in a log
- Open Emu48 with a state file shared with it (Can not work)

DONE
- Bug Red and Blue seems inverted.
- Multitouch
- Choose KML/Change KML/NewDocument
- Load/Save object
- Permission issues when reopening document after an OS restart
- Android UI Settings
- Change settings per settings
- Add icons
- Autosave
- Add help and about
- Change KML
- Bug Re open file not working when permanent link
- Put the KML title in the header of the menu in the drawer
- Fix Reset calculator
- Support clipboard
- Support screen copy
- Add HP48SX icon
- Settings show KML log should be true by default.
- Sound
- Bug: No refresh with the clock (Fix timers)
- Support 8bits images
- Add recent files
- Bug: Port2 not saved
- 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
- Allow to fill the screen
- Option to allow rotation
- Find a new open source package name (org.emulator.forty.eight)