rafal1137
4752d41532
xml: add missing xml file
2020-06-23 23:15:55 +02:00
rafal1137
b21b02af08
assets: replace horizotal_black with white version and add xml resource file
2020-06-23 22:36:55 +02:00
rafal1137
7e9d54f2db
java: remove absolete functions for getting images from assets dir
2020-06-23 18:12:40 +02:00
rafal1137
9998d3f61d
java: get image from resources
2020-06-23 18:09:32 +02:00
rafal1137
85c6c58f36
xml: add files generated from svg files
2020-06-23 18:04:42 +02:00
rafal1137
ee9605f4d3
assets: remove png files
2020-06-23 18:02:59 +02:00
rafal1137
4546ae3820
assets: add missing svg files
2020-06-23 17:58:33 +02:00
rafal1137
1c574c2f3b
assets: removed unecessary png files
2020-06-23 16:25:33 +02:00
rafal1137
d4839b731d
xml: add resource files generated from svg files inside assets dir
2020-06-23 14:56:02 +02:00
rafal1137
a7abde74e1
java: load svg images from resource files
2020-06-23 14:53:41 +02:00
rafal1137
235b4e7764
Revert "gradle: added svg library support"
...
This reverts commit b4a6f8d87a
.
2020-06-23 02:30:55 +02:00
rafal1137
6a05a056ce
Revert "java: rework of getBitmapFromAsset function to get SVG files instead with renaming it"
...
This reverts commit 04132caffc
.
2020-06-23 02:29:37 +02:00
rafal1137
04132caffc
java: rework of getBitmapFromAsset function to get SVG files instead with renaming it
2020-06-22 21:47:12 +02:00
rafal1137
b4a6f8d87a
gradle: added svg library support
2020-06-22 21:43:44 +02:00
rafal1137
8b03601fa5
assets: add svg files
2020-06-22 21:38:39 +02:00
rafal1137
a868cb2803
java: Implement Initial TDD for further testing purposes
2020-06-16 15:48:23 +02:00
rafal1137
2ab7db61d4
java: some clean up
2020-06-15 19:30:18 +02:00
rafal1137
4f841c438e
java: small reformating
2020-06-15 00:28:47 +02:00
Unknown
513c3ed97b
java: there was issue on some Android devices with Android 9
...
There was issue when trying to create profile softkeyboard input was ignored
2020-06-02 02:02:12 +02:00
Unknown
1fa1c6d2c2
java: add ~ to the popup menu
...
This is workaround since softkeyboard tilde seems not to work at all.
2020-06-02 01:59:53 +02:00
Unknown
cd8edbb4de
java: Android UI was not working properly
2020-05-31 00:07:42 +02:00
Unknown
cb3e40ff23
java: Small refactoring, fix issue with memory usage
...
App was using too much of RAM.
2020-05-30 20:10:25 +02:00
Unknown
46b4fa32da
java: add Functional Buttons
...
In order not to over cluster screens, create Popup Menu with functional keys. F1 and F2 available for now.
2020-05-30 02:23:37 +02:00
Unknown
2bd357d03e
assets: add btn_menu.png
2020-05-30 02:20:48 +02:00
Unknown
5a85fc400e
java: use pxtoDp converted values
2020-05-30 02:20:25 +02:00
Unknown
2e8599dd5f
java: AndroidUI now turns off when disconnected from a server
...
Add postDelay and separate Relative Layout in order to make it work properly.
2020-05-28 21:20:55 +02:00
Unknown
4821db5078
java: DownloadDialog Code Refactoring
...
Now code looks more vivid, and is more readable
2020-05-24 13:08:39 +02:00
Unknown
5bfdb9604d
java: add progress bar
...
There was no way of knowing if application is downloading file. Unless you had option enabled to show download speed in your Phone. PS: DrogressDialog is depracated but it still work as expected.
2020-05-24 12:54:09 +02:00
Unknown
27cdeec80e
xml: small cleanup
2020-05-24 12:50:53 +02:00
Unknown
14256ee94f
java: fix issue with lower API's due to java.io.filenotfoundexception: name open failed: enoent (no such file or directory)
2020-05-22 22:06:10 +02:00
rafal1137
4693de554b
Revert "xml: change preferred installLocation to external"
...
This reverts commit 563dd269e8
.
2020-05-21 21:28:34 +02:00
rafal1137
d5ad6dc558
java: copy file from assets to destination required by an Game
2020-05-21 01:16:17 +02:00
rafal1137
563dd269e8
xml: change preferred installLocation to external
2020-05-21 01:10:47 +02:00
rafal1137
420857f2ea
assets: add pk3 file (mod side required)
...
For now this file as placeholder I hope license will allow this file to be included in an App
2020-05-21 01:09:58 +02:00
rafal1137
f0a2eede9a
java: add TextView to notify user about downloading game data
2020-05-18 15:03:22 +02:00
rafal1137
cf37c16557
misc: added some documentation for functions
2020-05-17 19:19:56 +02:00
rafal1137
0648e500be
java: some clean-up
...
Change name of function so it fits better here.
2020-05-17 02:30:06 +02:00
rafal1137
c29cb91c49
java: add splashscreen image to Activity
2020-05-17 02:10:24 +02:00
rafal1137
648a5e2fd4
java: Check for pak0.pk3 and download it if not found
2020-05-16 15:54:05 +02:00
rafal1137
10dce0a220
jnilibs: these will be no more required
...
Since we extends Activity instead of SDLActivity
2020-05-14 23:15:14 +02:00
rafal1137
da519cbb8c
xml: some clean-up
2020-05-14 23:14:05 +02:00
rafal1137
701c02dae7
java: fix issue Application was shutting itself.
2020-05-14 23:11:18 +02:00
rafal1137
2157488b0e
java: just placeholder for now check if file exist else download it
...
Something is wrong here if you run an App
2020-05-14 20:58:06 +02:00
rafal1137
25bff2197a
java: path to cached file was wrong
2020-05-14 20:25:27 +02:00
rafal1137
cbc1b2a069
wip: added multi activity solution
...
ETLMain Activity will start upon clicking App icon, will download required file / check for existing file then start another ETLActivity so we can start fragging.
2020-05-14 19:23:32 +02:00
rafal1137
94f21f33ad
gradle: import new libraries
2020-05-08 19:37:10 +02:00
rafal1137
ee6cf3b3eb
java: download required file to run an app
...
This option will be disabled for now.
2020-05-08 19:36:33 +02:00
rafal1137
962830b805
java: Let shoot button work as expected
...
Mouse Movement alike
2020-05-06 22:40:41 +02:00
rafal1137
dbcb6fb271
java: use onTouch for crouch button.
2020-05-06 22:33:05 +02:00
rafal1137
e5f3eb2c9a
java: use onTouch instead
...
There was issue with button not reseting itself onKeyUp.
2020-05-02 23:44:51 +02:00
rafal1137
726356cbee
gradle: use debug here instead of release
2020-04-30 16:09:16 +02:00
rafal1137
b074affcc3
gradle: remove it for now
2020-04-30 15:39:00 +02:00
rafal1137
f77de6bef8
gradle: set correct path to etlegacy repo
2020-04-29 16:10:23 +02:00
rafal1137
703ea5c0e1
java: additional changes to UI section
...
When you connect to a server entire UI is enabled. There is an issue when you disconnect from server UI is enabled instead of switching off FIXIT.
2020-04-28 18:09:17 +02:00
rafal1137
30ecef63bb
java: some cleanup
2020-04-28 00:23:19 +02:00
rafal1137
6777093c0c
java: remove checkGameFiles
2020-04-28 00:16:39 +02:00
rafal1137
97bda7bfbe
java: fix button not responding
2020-04-14 17:51:55 +02:00
rafal1137
07435ab070
java: added crouch button to UI
2020-04-14 17:09:36 +02:00
rafal1137
fe27dfaf97
general: add native compiled libs required by an App
...
Those libs will be packed with rest of the files in apk file
2020-04-13 19:22:26 +02:00
rafal1137
a43f9a0cc2
gradle: bump up minSDKVersion to 21
2020-03-31 02:23:55 +02:00
rafal1137
9cb0652bad
java: Updated files to 2.0.12 version
2020-03-30 23:29:14 +02:00
rafal1137
6595652830
xml: updated AndroidManifest file
2020-03-30 23:28:09 +02:00
rafal1137
48c7c1e5e7
java: missing pxToDp conversion
2019-11-03 16:35:47 +01:00
rafal1137
91c5a16402
Revert "java: added right joystick and some clean up"
...
This reverts commit dfa98fcb60
.
2019-11-03 12:51:47 +01:00
rafal1137
dfa98fcb60
java: added right joystick and some clean up
2019-11-02 17:42:26 +01:00
rafal1137
4d191817e5
java: space button now works correctly
2019-10-21 18:46:40 +02:00
rafal1137
0255ef6402
java: make sure UI Buttons positions are corresponding to Device DP
...
This one makes UI more cleaner/readable
2019-10-13 19:33:39 +02:00
rafal1137
42e1dd768a
misc: added missing assets
2019-10-13 18:36:10 +02:00
rafal1137
af1701016b
java: this fixes issue with SDL could not found "hidapi" on armv7-a devices
2019-10-06 21:36:30 +02:00
rafal1137
fa962f240c
java: added px to dp conversion and set correct values in dp for margins
...
This fixes issue when Button were in same spot due to multiple screen sizes on Android Phones
2019-10-06 21:35:12 +02:00
rafal1137
5060e25556
java: some clean up
2019-09-27 13:09:28 +02:00
rafal1137
1a54e96ae5
java: implemented new UI Design
...
There is issue with Jump Button and need to think how to solve issue with Shoot Button.
2019-09-20 15:48:13 +02:00
rafal1137
734dc62d2d
java: this fixes ESC and console buttons not working correctly
...
After key was pressed there was needs for cancel that event
2019-09-02 14:03:36 +02:00
rafal1137
756a5bbadb
java: added ESC button
...
There is a small bug with it, if in game button seems to be unresponsive.
2019-08-26 22:24:55 +02:00
rafal1137
2ad621568c
java: added check for game files
2019-08-26 22:22:04 +02:00
rafal1137
3cb419f9c0
java: align to 10px instead of 90px
2019-08-26 22:17:51 +02:00
rafal1137
eb34cc1826
java: added Joystick Controller to Game
...
Now we can move in every direction using Stick to move around (WSAD).
2019-08-04 16:23:05 +02:00
rafal1137
b425b77656
gradle: added Joystick Controller API from https://github.com/erz05/JoyStick
2019-08-04 16:16:40 +02:00
rafal1137
7f6d4c2ec8
java: updated sdl files to 2.0.10 version
2019-08-04 14:32:47 +02:00
rafal1137
def9eccd9d
xml: enable android:largeHeap
2019-06-02 21:08:40 +02:00
rafal1137
f079f3e72d
assets: added keyboard png file
2019-06-02 21:06:06 +02:00
rafal1137
e642135145
java: add keyboard handling button and button for opening console on screen
2019-06-02 21:03:39 +02:00
rafal1137
d158d1b731
gradle: some clean up
2019-05-22 11:01:11 +02:00
rafal1137
f491e100a8
gradle: generate apk with name corresponding to name of the app/game
2019-05-22 11:00:38 +02:00
rafal1137
82c2bb8f24
xml: set screenOrientation to landscape
2019-05-22 10:56:42 +02:00
rafal1137
01e0020a9a
xml: downgrade OpenGL ES version to 1.1
2019-05-22 10:49:40 +02:00
Unknown
208445cda4
android: completly reworked file structure
...
This allows now to load SDL_main from libetl.so corectly
2019-05-10 20:28:25 +02:00
Unknown
62529ef84a
xml: downgrade version of OpeGL ES to 1.2
2019-05-10 20:25:21 +02:00
Unknown
ce80c3128a
xml: added access to bluetooth in AndroidManifest
2019-05-08 22:55:47 +02:00
Unknown
e95ac16257
xml: added reading from exnteral storage in AndroidManifest
2019-05-08 22:55:02 +02:00
rafal1137
07ead6f48d
sdl2: added hidapi lib
2019-01-20 18:10:01 +01:00
rafal1137
9017848996
sdl2: aaded HIDDevice java files from SDL2.0.9
2019-01-20 18:03:35 +01:00
rafal1137
d960cc244b
sdl2: updated sdl2 java files to 2.0.9
2019-01-20 17:56:53 +01:00
rafal1137
f41c024b85
java: load etl lib after SDL2 is loaded
2019-01-18 19:33:20 +01:00
rafal1137
f84ee15c4b
xml: added option for allowing app to connect with outside.
2019-01-18 19:28:27 +01:00
rafal1137
eb4e9fb115
gradle: added taks for building pak3_ files, some tweaks in cmake arguments, added block to make apk signed (issues with installing on android devices when apk isn't signed)
2019-01-18 19:26:24 +01:00
rafal1137
02104613cf
Build Config update
...
Update min sdk version of Android API to 16, some minor Cmake options build tweaking. Fix issue with linking OpenGL ES lib. Fix warning "warning: implicit declaration of function is invalid in c99".
2018-11-25 21:04:05 +01:00
rafal1137
7f3c1c11c1
fix C&P virus
2018-11-12 16:48:26 +01:00
rafal1137
03521e9b3e
Removed x86 and x86_64 options from ndk scope
2018-11-12 15:57:29 +01:00
rafal1137
e3c433a042
Downgrade version of SDL Java files to 2.0.8
2018-11-12 15:48:33 +01:00