Commit graph

153 commits

Author SHA1 Message Date
rafal1137
ec3395dd05 java: dirty hack for black background in main menu
Remove ASAP when actuall fix will be introduced
2021-05-18 20:23:35 +02:00
rafal1137
b6116ea119 Revert "gradle: try to detect CI env variable"
This reverts commit 9382599f50.
2021-04-28 21:53:51 +02:00
rafal1137
9382599f50 gradle: try to detect CI env variable 2021-04-28 21:14:07 +02:00
rafal1137
e32ed05f17 java: remove popup menu, some cleanup 2021-04-19 13:28:31 +02:00
rafal1137
667b43c06e gradle: remove it since it does not work correctly 2021-04-19 13:25:05 +02:00
rafal1137
2ccc663c03 java: disable left joystick when AndroidTV or Chromebook is detected 2021-04-16 21:08:50 +02:00
rafal1137
b908446c36 java: remove KEYCODE_BACK as its not needed here and use != operator here
This one propably deserves an SDL Patch Upstream
2021-04-14 01:19:07 +02:00
rafal1137
a5caa94ede java: make content of Android clipboard available. 2021-04-10 16:50:21 +02:00
rafal1137
fffd4a2b11 java: run it on UiThread 2021-04-10 16:48:33 +02:00
rafal1137
1e8f17937a java: make sure the correct ones are called 2021-04-10 16:47:42 +02:00
rafal1137
03cf5ab4bc java: use SDLActivity class here. 2021-04-02 15:29:50 +02:00
rafal1137
2b99234dc4 java: enable relative mouse only with Android ABI's more than 23 else keep it off 2021-03-30 22:04:16 +02:00
rafal1137
9bd4d6b2fc java: remove getArguments and hardcode Key B as alternative 2021-03-29 23:41:27 +02:00
rafal1137
06f81f9115 java: as default unbind mouse1 at start of an app. 2021-03-28 23:44:16 +02:00
rafal1137
d80aac793e java: some cleanup, and hardcode "O" key to be used as alternative fire. 2021-03-28 23:38:46 +02:00
rafal1137
82901cabef gradle: try to get correct version 2021-03-25 00:37:06 +01:00
rafal1137
13caf735cd assets: remove temp file since copying pk3 files has been fixed 2021-03-23 23:47:48 +01:00
rafal1137
0fb6359a29 java: we will be using legacy .pk3 file that comes from upstream 2021-03-23 23:46:34 +01:00
rafal1137
2bf5f07fd3 assets: slim pk3 just to contain Android libs 2021-03-23 19:21:25 +01:00
rafal1137
0c8cb052ee java: possible fix for Android System Keboard losing focus, refs #1626 2021-03-23 19:13:29 +01:00
rafal1137
63f06cfa99 java: clean up naming of loading etl lib 2021-03-23 18:33:06 +01:00
rafal1137
5bd26f7110 assets: use this one as temp file. 2021-03-23 00:12:49 +01:00
rafal1137
efc41adcaf java: use temp file as workaround till issue will be fixed. 2021-03-23 00:12:15 +01:00
rafal1137
b28456c13f Revert "java: fix issue with extracting legacy pk3 "
This reverts commit b94deaca7f.
2021-03-22 23:45:31 +01:00
rafal1137
b94deaca7f java: fix issue with extracting legacy pk3 2021-03-22 22:34:50 +01:00
rafal1137
fad0bcd49f build: add missing patch version, use small case apk naming
${commitCount} is propably counting etlegacy-android  commits.
2021-03-21 23:11:51 +01:00
rafal1137
3c4c72fdd8 build: there was a comma instead of dot 2021-03-20 23:23:18 +01:00
rafal1137
fe243d1b1d gradle: as temporary workaround use debug signing 2021-03-20 23:03:37 +01:00
rafal1137
4d50f893dd assets: remove the place holder for legacy pk3 2021-03-19 01:47:57 +01:00
rafal1137
d1ac41a241 java: disable UI that comes with an app, only on specified devices
Do not show UI if running on Android TV or Chromebook, TODO: disable it completly on smartphone if keyboard/mouse is detected throu USB/Bluetooth
2021-03-18 19:21:12 +01:00
rafal1137
4351b5acd4 gradle: add -DARM param 2021-03-17 19:59:14 +01:00
rafal1137
53b35fc7e1 java: set WindowStyle to true to avoid Android tray to show up at Windowed Fullscreen 2021-03-17 19:11:36 +01:00
rafal1137
ea68e88fd5 gradle: remove unnecessary entries 2021-03-11 16:44:54 +01:00
rafal1137
62bbede090 java: download rest of the pak's
Download them but do not show progress bar at all since they are too small to be even worth of showing.
2021-03-08 20:59:04 +01:00
rafal1137
7b48c371fe java: change to use display metrics 2021-03-08 20:56:36 +01:00
rafal1137
46c4715170 java: it does look for liblibetl.so
Fix it to load just simple libetl.so
2021-03-08 20:53:03 +01:00
rafal1137
9ee6fad492 assets: add an updated placeholder for legacy pk3 2021-03-08 20:51:54 +01:00
rafal1137
e50432c07e gradle: added git versioning plugin
This will allow building packages with some infomations from git.
2021-03-08 16:54:30 +01:00
rafal1137
33de542dad sdl: update up to 2.0.14 2021-03-06 22:11:08 +01:00
rafal1137
607c29d6d8 gradle: some cleanup, and disable some libs by default 2021-03-04 22:22:34 +01:00
Unknown
9a76611330 java: refactoring of Instrumented Tests 2020-07-13 14:58:47 +02:00
rafal1137
12e560e50e Revert "java: instrumentedTest - try draging mouse to specified location on device screen"
This reverts commit 0d6758dd7d.
2020-07-11 14:58:32 +02:00
rafal1137
0d6758dd7d java: instrumentedTest - try draging mouse to specified location on device screen 2020-07-11 13:07:44 +02:00
rafal1137
ff051a90e2 java: refactor PopUpFunctionalKeys and PopUpRemoveFunctionalKeys functions 2020-07-03 22:28:17 +02:00
rafal1137
958cac8e98 java: Android Studio on WSL2 could not recognize/import Package's Class, import everything from that package instead 2020-07-03 14:38:26 +02:00
rafal1137
09544d4c69 java: some cleanup 2020-07-03 14:31:49 +02:00
rafal1137
3fc0beda31 java: prevent creating multiple entries of functional keys and add dirty hack to remove them after disconnecting from server 2020-06-29 23:16:21 +02:00
rafal1137
25e644e12c java: fix 'android.view.menu android.widget.popupmenu.getmenu()' on a null object reference 2020-06-29 22:52:46 +02:00
rafal1137
d89d588378 java: add option to toogle console in main menu too 2020-06-24 22:19:30 +02:00
rafal1137
c1904cab07 java: load xml file resource to display an image 2020-06-23 23:17:36 +02:00