Commit Graph

205 Commits

Author SHA1 Message Date
mittorn
6058828a33 Decrease mMinHeight for cstrike to make minimal resolutions availiable 2018-07-25 00:24:47 +00:00
Alibek Omarov
63026564c2 Update pak version. Update engine submodule 2018-07-14 01:24:05 +03:00
mittorn
bfef1cf301 Fix vibrator check 2018-06-06 01:37:58 +07:00
mittorn
1b5e416988 Remove some magic numbers 2018-05-12 03:02:37 +07:00
mittorn
03105e096d Code clean, improve resolution selection 2018-05-12 02:56:17 +07:00
mittorn
811de8d4e7 Fix possible page overflow 2018-04-07 13:53:14 +07:00
mittorn
0d1d899d7c Refactoring, fix theme 2018-04-07 13:52:57 +07:00
mittorn
72e3313c30 Remove gkitchy adjustViewBounds, add landscape hack 2018-04-07 13:52:38 +07:00
Alibek Omarov
b48d965111 Fix gamepads, move gamepad motion event source check before mouse 2018-04-07 03:48:37 +03:00
Alibek Omarov
08d2309986 Add FExactBitSet for checking bitmasks, but exact 2018-04-07 03:48:37 +03:00
mittorn
cc0bf4bc43 Fix constants in switch cases 2018-04-07 03:48:37 +03:00
mittorn
fbb5301075 Smooth page return 2018-04-07 03:48:37 +03:00
mittorn
47433059b5 Fix animation speed 2018-04-07 03:48:37 +03:00
mittorn
8577f3bd79 Implement PagedView 2018-04-07 03:48:37 +03:00
mittorn
2b0a4f552b Workaround strange getExternalFilesDir freeze 2018-04-07 03:48:37 +03:00
mittorn
aa3af3bf67 Fix html content and localization 2018-04-07 03:47:03 +03:00
mittorn
31573ccbeb Simple tutorial (without fragments, ViewPagers and vertical layout) 2018-04-07 03:47:03 +03:00
Alibek Omarov
9c086c503a Fix NPE in GetExternalFilesDir. Correct return value in gamepad code 2018-04-01 18:29:57 +03:00
Alibek Omarov
2d04a3faa9 Fallback to external files dir, if writedir invalid(empty) 2018-03-23 22:20:08 +03:00
Alibek Omarov
300e65e200 Suggest converting to rodir, if write test has failed 2018-03-23 22:20:08 +03:00
Alibek Omarov
1c1cab6e30 Use monochrome special icon for status bar service. Add RoDir settings to the launcher. 2018-03-21 02:18:47 +03:00
Alibek Omarov
88873cad9d Fix untranslated button Finish 2018-03-14 00:27:31 +03:00
Alibek Omarov
ea4929c7e7 Enable tutorial view by default 2018-03-01 23:51:34 +03:00
Alibek Omarov
00d5b652c1 Fix build 2018-03-01 23:45:29 +03:00
Alibek Omarov
4e58654c10 Remove hardcoded strings to proper translation 2018-03-01 21:50:13 +03:00
Alibek Omarov
57847a7dd3 Now all tutorial textures have same size. Add tutorial texture for fifth page 2018-03-01 20:50:46 +03:00
Alibek Omarov
8e517beff8 Revise gamepad buttons IDs, fix wrong 2018-02-04 17:52:22 +03:00
Alibek Omarov
c658fe782d Reformat XashService.java 2018-02-04 13:32:57 +03:00
Alibek Omarov
90fa1c1fef Add graphics for page0 and page3, remove HTML tags from pages.xml. 2018-02-04 01:46:38 +03:00
Alibek Omarov
78e36a2eab Add @msayan's tutorial-view library, add support-v4 as dependency, add paged tutorial(WIP) 2018-01-30 23:19:07 +03:00
Alibek Omarov
124bedcc59 Fix tutorial pages 2018-01-30 21:37:15 +03:00
mittorn
20f95b2104 Fix detecting mouse as touchscreen, add PointerIcon support 2018-01-24 04:11:13 +07:00
Alibek Omarov
85641c3e1d ShellExecute extension to open update page 2018-01-08 19:42:09 +03:00
Alibek Omarov
57ce27dfe7 Don't read symlink while checking game lib directory. It's non-portable. 2018-01-01 20:18:17 +03:00
Alibek Omarov
2eb6fbbc42 Don't start service, if we are closing for some reason 2018-01-01 20:17:24 +03:00
Alibek Omarov (a1batross)
6432a9f68d Android part of FWGS/xash3d@a3a1dab commit [skip ci] 2017-11-20 03:41:56 +03:00
Alibek Omarov (a1batross)
25608759e5 Implement ShellExecute for Android(java part) 2017-11-01 17:27:08 +03:00
Alibek Omarov (a1batross)
0213d3be89 Disable cert checking for ant debug builds 2017-11-01 17:26:41 +03:00
mittorn
67a296d304 Add firstrun dialog (WIP) 2017-10-02 04:14:26 +07:00
mittorn
2f4f36d407 Fix build 2017-10-01 23:52:23 +07:00
Alibek Omarov (a1batross)
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
Alibek Omarov (a1batross)
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
Alibek Omarov (a1batross)
5885a6ccd4 Restrict too lower values to prevent possible client bugs 2017-09-28 23:40:33 +03:00
Alibek Omarov (a1batross)
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
Alibek Omarov (a1batross)
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
Alibek Omarov (a1batross)
a1e8f0e1df Grey-out select folder while loading 2017-09-28 21:01:46 +03:00
Alibek Omarov (a1batross)
d23797a244 Reformat XashActivity.java 2017-09-28 20:54:10 +03:00
mittorn
a62975fe1f Add Ok button to about dialog 2017-09-24 06:28:01 +07:00
mittorn
00ff0ced07 Implement screen resolution changing 2017-09-24 06:26:51 +07:00
mittorn
efc472cf84 Hack legacy style to make more similar to modern 2017-07-23 04:01:21 +07:00