Commit Graph

311 Commits

Author SHA1 Message Date
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 b8eaeb10f9 misc: update submodule 2020-05-24 18:29:01 +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 a9e11400ad travis: fix permission denied 2020-05-01 00:15:34 +02:00
rafal1137 8bc3704beb travis: some cleanup, after clonning move repo to $HOME dir 2020-05-01 00:03:51 +02:00
rafal1137 2057eaff7d Revert "travis: use custom NDK for now"
This reverts commit a1f09445cb.
2020-04-30 23:09:48 +02:00
rafal1137 ab9710619b Revert "travis: clone repo to specified dir"
This reverts commit e8604464fd.
2020-04-30 23:08:22 +02:00
rafal1137 e8604464fd travis: clone repo to specified dir 2020-04-30 22:48:49 +02:00
rafal1137 a1f09445cb travis: use custom NDK for now 2020-04-30 22:34:52 +02:00
rafal1137 ea39dcf42f travis: test if those are not required anymore 2020-04-30 22:11:00 +02:00
rafal1137 8624218e0a travis: download ndk from google instead of cloning custom one, rename install to before_install 2020-04-30 22:00:40 +02:00
rafal1137 18f84bf67c travis: use components section to download cmake, ndk 2020-04-30 21:53:45 +02:00
rafal1137 4d00f0628e travis: check if platform gets downloaded 2020-04-30 21:48:35 +02:00
rafal1137 8d83a5f6a1 travis: another build fix 2020-04-30 21:33:54 +02:00
rafal1137 e8f7115132 travis: fix build
mkdir: cannot create directory ‘/home/travis/android/sdk/licenses’: No such file or directory
2020-04-30 21:06:57 +02:00
rafal1137 4465a149ef travis: quick fix 2020-04-30 20:59:56 +02:00
rafal1137 bb35958d0e travis: add env variables 2020-04-30 20:51:53 +02:00
rafal1137 b8264bfccd travis: another fix 2020-04-30 19:26:40 +02:00
rafal1137 03ac8d8946 travis: small cleanup and update 2020-04-30 19:13:56 +02:00
rafal1137 287d94ed6f travis: install ndk and cmake via manager 2020-04-30 17:45:31 +02:00