777 Commits (android)

Author SHA1 Message Date
Andrew Alderwick 205f63cc43 Clear up SDL_KEYDOWN/SDL_TEXTINPUT logic 4 years ago
neauoire 4789d8ccef Removed peek16 4 years ago
neauoire 0ee477615b Removed poke16 4 years ago
cancel 416389bcf4 Improvements to uxn.c 4 years ago
cancel 1cab0dffeb Removed unused fields in uxn.h 4 years ago
Andrew Alderwick 52598bdad7 Remove uxn-fast.c since new reference core is almost as fast. 4 years ago
cancel 6980abacfc Refactor uxn.c. 4 years ago
neauoire ecc2654165 Prefixed helpers in uxn.c 4 years ago
neauoire cca1253376 Use calloc for memory array 4 years ago
Sigrid Solveig Haflínudóttir eba4a601be android: update sdk and make a new release 4 years ago
Sigrid Solveig Haflínudóttir e153943fe0 android: screen orientation → fullSensor 4 years ago
Sigrid Solveig Haflínudóttir e4d9f08ede android: include more roms by default 4 years ago
Sigrid Solveig Haflínudóttir 5137db7df0 android: enable deprecation warnings 4 years ago
Sigrid Solveig Haflínudóttir a00a17badd android: copy all roms from assets to cache dir 4 years ago
Sigrid Solveig Haflínudóttir c86854a562 android: add private policy 4 years ago
Sigrid Solveig Haflínudóttir 6f5f104367 android: put the screen at the top in portrait mode 4 years ago
Sigrid Solveig Haflínudóttir a95208bfe0 ignore app/{debug,release} 4 years ago
Sigrid Solveig Haflínudóttir 1a217f9fbf update gradle dep 4 years ago
Sigrid Solveig Haflínudóttir 1a8ba3435b ignore various android garbage 4 years ago
Sigrid Solveig Haflínudóttir 22c6e07fca emu: make sure to handle key down event if the same key is up at the same frame 4 years ago
Sigrid Solveig Haflínudóttir 666b576761 emu: make sure to handle key down event if the same key is up at the same frame 4 years ago
Sigrid Solveig Haflínudóttir 173f6f8678 clear screen on start of rom 4 years ago
Sigrid Solveig Haflínudóttir 4651d07e57 android: only real joysticks allowed, no accelerometer 4 years ago
Sigrid Solveig Haflínudóttir 72a26cb0c9 once again... 4 years ago
Sigrid Solveig Haflínudóttir 67a9b1a4b0 android: fix all the merging/rebasing mess 4 years ago
Sigrid Solveig Haflínudóttir b38e22f711 android: fix a typo 4 years ago
Sigrid Solveig Haflínudóttir 4086354ad3 android: remove piano from assets, it's only boot rom that can be accessed anyway 4 years ago
Sigrid Solveig Haflínudóttir a4fb725982 android: add boot and piano roms to assets, link the ones in bin/ folder 4 years ago
Sigrid Solveig Haflínudóttir e24912ee66 android: orientations hint doesn't seem to be needed 4 years ago
Sigrid Solveig Haflínudóttir 539a6fe8d6 android: fix portrait/landscape by redrawing twice 4 years ago
Sigrid Solveig Haflínudóttir dce68e0e41 android: set current dir to cache so boot.rom and file i/o are usable 4 years ago
Sigrid Solveig Haflínudóttir 20a6f050fc android: file open: use display name of the file itself 4 years ago
Sigrid Solveig Haflínudóttir e0642b6091 android: replace fprintf with android logging 4 years ago
Sigrid Solveig Haflínudóttir c541d4f56b android: steal out-of-screen mouse activity and use it to toggle on-screen keyboard 4 years ago
Sigrid Solveig Haflínudóttir 939f7bb546 android: disable zoom, allow portrait/landscape rotation 4 years ago
Sigrid Solveig Haflínudóttir b645fcb14a android: sync sdl activity with upstream 4 years ago
Sigrid Solveig Haflínudóttir f6e48c482c add basic gamepad support 4 years ago
Sigrid Solveig Haflínudóttir 8e04040958 add files to build an APK fort Android 4 years ago
Sigrid Solveig Haflínudóttir 2c98eff255 ppu aarch64: __aarch64__-guard the code 4 years ago
Sigrid Solveig Haflínudóttir 94985be51b go full-on aarch64 mode, with clang as the default (and only supported) compiler 4 years ago
Sigrid Solveig Haflínudóttir e12e07e457 mouse.c: add newline at eof 4 years ago
Sigrid Solveig Haflínudóttir 2b1e7fe20f emu: use SDL_BUTTON macro to get bitmask from a mouse button event 4 years ago
Sigrid Solveig Haflínudóttir 148dae4ebd fix a few "set and not used" warnings 4 years ago
neauoire 385fa44f9d Prefixed globals with uxn_ 4 years ago
Erik Osheim abd6a3a5da Support nested comments in uxnasm. 4 years ago
neauoire 51b55f3d99 Do not check for erroring video twice 4 years ago
neauoire a747e4b20a Fixed issue with screen resize 4 years ago
neauoire c3506869b5 Renamed Apu to Audio 4 years ago
neauoire 7b33cf3d95 Renamed PPU to Screen 4 years ago
neauoire 2a9fc00441 Renamed mouse mod to mouse scroll 4 years ago