2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-11 19:39:36 +01:00
Commit Graph

470 Commits

Author SHA1 Message Date
c658fe782d Reformat XashService.java 2018-02-04 13:32:57 +03:00
94ec3df282 Update test AndroidManifest. Set version string to 0.19.1. 2018-02-04 12:54:14 +03:00
90fa1c1fef Add graphics for page0 and page3, remove HTML tags from pages.xml. 2018-02-04 01:46:38 +03:00
78e36a2eab Add @msayan's tutorial-view library, add support-v4 as dependency, add paged tutorial(WIP) 2018-01-30 23:19:07 +03:00
88df5e4631 Update strings: set version to 0.19.1, add @nekonomicon to credits, add @msayan to credits for tutorial-view library, add Finish string 2018-01-30 23:16:18 +03:00
124bedcc59 Fix tutorial pages 2018-01-30 21:37:15 +03:00
92423c8108 Rename drawable files, fix build 2018-01-29 02:15:32 +03:00
d7389e4511 Remove unneeded SUPPORT_WEBP=false from travis.yml, as we don't use SDL and SDL_image. Update travis-deploy.sh from engine repo 2018-01-29 01:58:52 +03:00
b923b3d6b6 Merge branch 'master' of https://github.com/FWGS/xash3d-android-project 2018-01-29 01:14:15 +03:00
b7b468ba14 Add pictures for first two tutorial pages 2018-01-29 01:13:55 +03:00
20f95b2104 Fix detecting mouse as touchscreen, add PointerIcon support 2018-01-24 04:11:13 +07:00
c5900d761f Update submodule 2018-01-24 00:10:57 +07:00
a09abe4bcf Rewrite pages.xml for English 2018-01-12 14:18:54 +03:00
85641c3e1d ShellExecute extension to open update page 2018-01-08 19:42:09 +03:00
57ce27dfe7 Don't read symlink while checking game lib directory. It's non-portable. 2018-01-01 20:18:17 +03:00
2eb6fbbc42 Don't start service, if we are closing for some reason 2018-01-01 20:17:24 +03:00
37a4c921a6 Update nanogl 2017-11-20 04:22:14 +03:00
6432a9f68d Android part of FWGS/xash3d@a3a1dab commit [skip ci] 2017-11-20 03:41:56 +03:00
25608759e5 Implement ShellExecute for Android(java part) 2017-11-01 17:27:08 +03:00
0213d3be89 Disable cert checking for ant debug builds 2017-11-01 17:26:41 +03:00
8ec0283c06 Add WIP firstrun text (need rewrite) 2017-10-20 10:10:26 +07:00
bd17310bad Update submodules 2017-10-20 10:09:35 +07:00
67a296d304 Add firstrun dialog (WIP) 2017-10-02 04:14:26 +07:00
2f4f36d407 Fix build 2017-10-01 23:52:23 +07:00
828ede1e3a Add resolution change warning red text, add result resolution preview, make resolution custom fields appear in one line, make first use of FWGSLib, fix possible crash while activity is closed before engine thread was created 2017-09-30 02:29:55 +03:00
1c02cfb443 Introduce FWGSLib: an utility library that contains userful shortcuts and hides Android and Java design flaws 2017-09-30 02:25:36 +03:00
5885a6ccd4 Restrict too lower values to prevent possible client bugs 2017-09-28 23:40:33 +03:00
be71073e93 Hide resolution settings, when resolution changing is not enabled. Fix crashes, when scale, width or height textboxes are filled with invalid data 2017-09-28 23:33:18 +03:00
dcd92e8a57 Port fix for batch text removing from SDL2, fix twice text input on some T9/Swype-like keyboards 2017-09-28 21:57:40 +03:00
a1e8f0e1df Grey-out select folder while loading 2017-09-28 21:01:46 +03:00
d23797a244 Reformat XashActivity.java 2017-09-28 20:54:10 +03:00
0c5d9a8146 Remove org.json submodule, as this is a part of public Android SDK 2017-09-28 16:57:30 +03:00
51b53e0f2c Fix default build(test.version=0) 2017-09-28 16:57:30 +03:00
691fbe8615 Fix missing : 2017-09-24 10:49:08 +00:00
c25ebc4adc Use git credentials 2017-09-24 10:21:49 +00:00
b8b44ff3e3 travis: Set android platform to 19 2017-09-24 06:58:38 +07:00
16c91c4046 Install ant via apt 2017-09-24 06:48:25 +07:00
8dbe38ebfe Add ant install to travis script 2017-09-24 06:37:00 +07:00
a62975fe1f Add Ok button to about dialog 2017-09-24 06:28:01 +07:00
00ff0ced07 Implement screen resolution changing 2017-09-24 06:26:51 +07:00
b0099a2c5d Update submodules 2017-09-24 03:21:47 +07:00
f0bd91fba7 Update nanogl 2017-08-17 20:45:08 +00:00
2168912095 Fix outdated submodules 2017-07-23 15:15:46 +07:00
efc472cf84 Hack legacy style to make more similar to modern 2017-07-23 04:01:21 +07:00
1018169842 Make force-quit after engine wait timeout 2017-07-22 13:51:07 +07:00
06359502e1 Add wait timeouts 2017-07-22 13:49:07 +07:00
EXL
0949e89c11 PR #143 improvements
Drop bad NullPointerException catching code
2017-06-24 18:19:54 +04:00
c1da6335e4 Merge pull request #143 from EXL/fix_fpicker_crash
Fix crash in FPicker on Android OS >= 7.0
2017-06-23 08:31:06 +04:00
EXL
4e07206c98 Fix crash in FPicker on Android OS >= 7.0
Drop always 'false' condition
2017-06-23 09:58:36 +07:00
426b088e16 Remove unuseful control key hack
It breaks ctrl-space on android 7+ and crashes on 2.3-
2017-06-22 02:20:33 +06:00