shagr4th
779b5b9a28
Move sources - Android studio migration
2016-02-21 18:55:39 +01:00
Arnaud Brochard
e0cc0d749a
Update README
...
is it ?
2014-09-22 19:57:42 +02:00
shagr4th
de5b6e4f94
Better menu action
2014-09-20 11:03:29 +02:00
shagr4th
6c2d25db56
Simplification
2014-09-20 10:05:11 +02:00
shagr4th
03d4aa168b
Replaced java synchronization by a native one.
2014-09-09 19:15:57 +02:00
shagrath
d2b7d390db
update to level 19
2014-08-15 12:56:09 +02:00
shagr4th
e3f8cdded1
Better external storage management
2013-10-29 00:25:58 +01:00
shagr4th
332888b8c5
Fixed issue with the bitmap skin
2013-10-25 08:38:10 +02:00
shagr4th
4365c9b74b
Temporary change
2013-10-25 01:21:02 +02:00
shagr4th
906a758cee
Last minute fix
2013-10-24 23:29:57 +02:00
shagr4th
2f588d49bd
Fixed openOptionsMenu on large screens
2013-10-24 23:29:38 +02:00
shagr4th
eb229e8b38
Additional messages
2013-10-24 20:58:13 +02:00
shagr4th
7c1745ecea
Removed unnecessary references to Android support lib
2013-10-20 22:42:22 +02:00
shagr4th
7fa4cc14ef
slightly larger font for the menu message
2013-10-20 22:35:40 +02:00
shagr4th
a2828de9b4
Move the x48 support files in the proper Android external directory
...
(rather than the old .hp48 one). An uninstall will delete all files this
way
2013-10-20 22:19:45 +02:00
shagr4th
adda6bc7a0
Update API level
2013-10-06 21:00:32 +02:00
shagr4th
acf8636074
Show system menu on lcd screen touch event
2013-10-06 20:59:55 +02:00
shagr4th
45d2375873
Small adjustments on labels positions
2013-10-06 20:59:25 +02:00
shagrath
067b23ced8
Remove the exit(0), and implemented a mechanism for seamless emulation
...
exit
2012-11-15 21:55:07 +01:00
shagrath
cb9056f215
Better graphics, new font
2012-11-15 21:54:02 +01:00
shagrath
182ea2642f
Version bump
2012-11-13 21:21:28 +01:00
shagrath
e6f8baddfc
New settings (bitmap skin)
2012-11-13 21:21:23 +01:00
shagrath
e424470073
Moved the emulator thread in the main activity
2012-11-13 21:21:04 +01:00
shagrath
d7ad56aa0a
Restore the old bitmap pieces, better scaling for the new
...
interface and force usage of a TTF to avoid custom fonts issue
2012-11-13 21:20:43 +01:00
shagrath
1ac3fa5334
Fix on data directory retrieval
2012-11-12 19:05:24 +01:00
shagrath
b7f740a957
Version bump
2012-11-10 19:08:14 +01:00
shagrath
6b2b727723
include the Asana Math font
2012-11-10 19:07:57 +01:00
shagrath
7135be3a48
x86 and mips support
2012-11-10 19:07:33 +01:00
shagrath
d4eef6723c
HP48S support
2012-11-10 19:06:51 +01:00
shagrath
6993128372
Interface revamping (no more badly scaled bitmaps !)
2012-11-10 19:06:08 +01:00
shagrath
da314fd6ec
Bump
2011-12-19 23:21:30 +01:00
shagrath
4090860503
More layout duplications :\
2011-12-19 23:21:09 +01:00
shagrath
366bb8eae5
Last minute changes
2011-12-18 19:50:31 +01:00
shagrath
a5f107c67b
Support for xlarge screens
2011-12-18 18:04:28 +01:00
shagrath
3622d56bfa
Prevent onDestroy from being called with API level 13+
2011-12-18 17:56:21 +01:00
shagrath
8defbf1e85
Added experimental sound (buggy right now), only system beeps so far
...
Added possibility to scale controls
2011-11-09 23:58:08 +01:00
shagrath
ddb4f6fcf7
Fixed the jni global reference
2011-11-09 23:57:44 +01:00
shagrath
d1a7351c48
new sdk, target version on ICS
2011-11-09 23:57:22 +01:00
shagrath
6d1092675b
Added xhdpi graphics for futures 720p devices
2011-11-09 23:55:37 +01:00
shagrath
9c40ff3b1a
Fix crash on 2.1 devices : the timezone field is not defined in bionic
...
for that version
2011-08-10 01:44:04 +02:00
shagrath
ad6da42290
Removed posix signal handlers from the original X48 emulator, which
...
seems to crash the SGS2 when main activity is paused
2011-08-09 21:53:57 +02:00
shagrath
c4e57f0b87
Fix 'Save on exit' option
2011-08-09 21:49:49 +02:00
shagrath
14cbe8ebda
Forgot the event wrapper classes
2011-06-29 21:07:42 +02:00
shagrath
b3db7fb931
Multitouch detection + 1.5/1.6 devices support.
2011-06-29 21:06:09 +02:00
shagr4th
a3022a6f17
Merge pull request #6 from wildservices/multitouch
...
Multitouch support added
2011-06-29 11:15:30 -07:00
Denis Bernard
64bcf4bfe5
Bug fix in multitouch
...
When holding down multiple keys simultaneously, if the first pressed
key was released first, the UP event would not fire for the others.
2011-06-29 10:16:03 +02:00
7fe268b8bb
Merge pull request #5 from wildservices/clean
...
Timezone bug fix and cleanup
2011-06-28 13:57:56 -07:00
Denis Bernard
ca5733f5d0
Added multitouch support
...
- Bug fix for keycode mismatch 25 != 26 between up and down events from
hardware keyboard
- Multitouch support in order to allow the ability to press multiple
keys simultaneously.
2011-06-28 15:28:21 +02:00
Denis Bernard
ce38fb6c90
Real fix for the timer issue
2011-06-28 12:42:30 +02:00
Denis Bernard
8a1d6753bc
Fixed timezone issue
...
Timezone offset was not working.
2011-06-27 21:23:06 +02:00