Aaron Culliney
55cba116e4
Revert adding A2V3 format as it is unnecessary
...
- Re-gzipping ejected images is based solely on the file extension and not the actual file stream contents
- Read/write disk images with extension ".gz" are re-gzipped in-place upon ejection
- Read/write disk images without extension ".gz" are not changed upon ejection
- Read-only disk images maintain current behavior (no modifications performed at all)
2017-07-06 19:36:37 -10:00
Aaron Culliney
f8b570869f
Ensure we use run-as
2017-07-04 08:02:42 -10:00
Aaron Culliney
ccfaa0544a
Explicitly test A2V3 data
2017-07-04 08:01:02 -10:00
Aaron Culliney
c00a52cbc6
unbreak testui
2017-07-04 08:00:52 -10:00
Aaron Culliney
b9c4ec4cc3
HACK : bump the timeout to get test passing on slow devices
2017-07-04 08:00:36 -10:00
Aaron Culliney
d872ad3cdd
Add link to licenses page
2017-07-01 11:50:40 -10:00
Aaron Culliney
c30c50be06
Minor renaming of internal API function
2017-07-01 11:43:00 -07:00
Aaron Culliney
25a0f69a5f
Clean up disk selection
2017-07-01 11:40:38 -07:00
Aaron Culliney
7411a987fa
Disk chooser can now also choose .a2state files
...
- Internal save/restore API now uses file descriptors (supports restrictive app environments)
2017-07-01 11:03:15 -07:00
Aaron Culliney
d98c4afa84
Rename emulator.state to emulator.a2state and handle migration
2017-06-28 22:05:11 -07:00
Aaron Culliney
dacf0de80e
More nonsensical changes that Android Studio insists upon making
2017-06-25 16:16:54 -07:00
Aaron Culliney
8e91d1f7de
Clean up some Android cruft that we don't want to support (for now, possibly ever) because of platform fragmentation and rockstarz and ninjaz
2017-06-25 16:06:54 -07:00
Aaron Culliney
dd0de51d64
Disentangle new-school and old-school disk selection and misc cleanup
2017-06-13 09:51:52 -07:00
Aaron Culliney
2a263e2418
Avoid a crash in nativeStateExtractDiskPaths()
2017-06-07 02:21:48 -07:00
Aaron Culliney
c731c2a310
Do not show disk insertion dialog if nothing chosen
2017-06-05 16:41:17 -07:00
Aaron Culliney
e020817068
Bump Gradle version
2017-06-05 16:06:19 -07:00
Aaron Culliney
91fdf7b8e5
Add ability to choose disk images via the Android system chooser
2017-06-05 16:05:44 -07:00
Aaron Culliney
55ec0c7034
Unbreak Linux desktop build
2017-06-03 05:40:17 -07:00
Aaron Culliney
033dbf71ea
Clean up disk/zlib internal APIs
2017-06-03 05:40:09 -07:00
Aaron Culliney
0468cea2d4
Clarify disk/zlib internal API comments after recent upheaval
2017-05-29 08:05:44 -10:00
Aaron Culliney
b300e60e2a
Persist disk image 'was_gzipped' state
...
- 'was_gzipped' state is persisted in .apple2.json preferences
- This removes all file-renaming codepaths at the cost of temporarily nonconformance to naming convesion (e.g., disk
images inserted read/write are still called 'foo.dsk.gz' although they are not compressed)
- Unclean shutdown of emulator leaves any disk images that were inserted read/write in their non-gzipped state
(regardless of file name extension) on disk until emulator restarted and disk images explictly ejected or clean
shudown. App removal after unclean shutdown will potentially leave mis-named disk images lingering.
- Emulator will handle edge cases of non-gzipped disk images with '.gz' extension and gzipped disk images without
'.gz' extension
2017-05-29 08:05:38 -10:00
Aaron Culliney
399daf16fa
More changes insisted upon by Android Studio
2017-05-28 10:09:14 -10:00
Aaron Culliney
8873fe09d1
U5 soft touch keyboard
2017-05-28 08:51:30 -10:00
Aaron Culliney
5dfa2e8797
Changes insisted upon by Android Studio
2017-05-28 08:49:38 -10:00
Aaron Culliney
4c893cc197
Beginnings of trace testing on Droid
...
- Currently broken because !CONFORMANT_TRACKS
2017-05-28 08:48:24 -10:00
Aaron Culliney
e1f0557b87
Allow loading test images from /sdcard/apple2ix on Android
2017-05-28 08:48:21 -10:00
Aaron Culliney
3de4a181eb
Silence some build warnings on Android
2017-05-28 08:48:16 -10:00
Aaron Culliney
9bd59661ed
Refactor disk image UI to use file descriptors and not paths
...
- Push path opening responsibility out of disk6 API in favor of using file descriptors
- Improves handling of readonly gzipped disk images (now data is read without gunzipping or mmap()ing the file)
- Currently represents an API-breaking change for macOS, iOS, GNU/Linux desktop ports (but should be easy to fix)
2017-05-28 08:48:11 -10:00
Aaron Culliney
2ca742650f
Remove Intent handling of disk paths in preparation for refactoring this
2017-05-28 08:48:04 -10:00
Aaron Culliney
31aca92ffd
video flags are unsigned long
2017-05-28 08:47:59 -10:00
Aaron Culliney
6bfbe3cc88
Bump Android version to 1.1.10
2016-11-07 19:37:24 -08:00
Aaron Culliney
14a40e055e
Merge remote-tracking branch 'origin/droid-1.1.8.1' into aaron_experimental_rebase
...
Conflicts:
Android/app/build.gradle
2016-11-07 19:36:59 -08:00
Aaron Culliney
bf0e61c9ea
Android patch release 1.1.8.1
2016-11-05 11:43:42 -07:00
Aaron Culliney
96611beab9
Revert "Avoid doing Mockingboard work as much as possible"
...
This reverts commit 1bb3f75a06
.
- Caused excessive glitching in U4 music
2016-11-05 10:13:35 -07:00
Aaron Culliney
086c7e585a
Update Android Studio
2016-10-30 12:18:23 -07:00
Aaron Culliney
a13caa8bd1
Bump Android version to 1.1.9
2016-10-30 11:43:23 -07:00
Aaron Culliney
6a630714ed
Update README.md
2016-10-26 21:31:42 -07:00
Aaron Culliney
9cc3603d73
HACKishly fix macOS/iOS build
2016-10-26 21:23:34 -07:00
Aaron Culliney
c0a4ced573
Silence a LOG
2016-10-23 18:30:08 -07:00
Aaron Culliney
1bb3f75a06
Avoid doing Mockingboard work as much as possible
...
- Fixes audio underflow issue on ancient Droid devices
2016-10-23 17:40:35 -07:00
Aaron Culliney
ddcef734c7
Disable excessive IRQ checking for now
2016-10-23 17:39:00 -07:00
Aaron Culliney
07c2f3cba8
Fix issue that stricter compiler warned about
2016-10-23 17:38:36 -07:00
Aaron Culliney
d6656a4fff
Insure that preferences are loaded when handling early crashes
2016-10-23 12:11:15 -07:00
Aaron Culliney
2f8381e4df
Don't run lint in Android release builds for now
...
- This currently blows up if we're missing I18N/L10N strings for a [currently] non-supported translation
- We have our own release procedure that should be sufficient at this point
2016-10-22 12:05:01 -07:00
Aaron Culliney
85668fbe35
Moar changes insisted upon by Android Studio
2016-10-22 12:04:14 -07:00
Aaron Culliney
db04d330c7
Expose save-state file in /sdcard/apple2ix
2016-10-22 11:41:16 -07:00
Aaron Culliney
bea9e1ee31
Added new iOS testing targets and misc project changes
2016-10-16 21:30:47 -07:00
Aaron Culliney
3def67975c
Avoid testing certain fragile/non-portable disk state
2016-10-16 19:20:23 -07:00
Aaron Culliney
300c292ec5
HACKishly avoid clock_gettime() build issue with Xcode 8
2016-10-16 19:17:20 -07:00
Aaron Culliney
a6516fc1ad
Changes that Android Studio insists upon
2016-10-16 16:01:01 -07:00