aboutsummaryrefslogtreecommitdiff
path: root/build/android
AgeCommit message (Collapse)Author
2020-04-22Android: add OpenGL ES 2 support (#9715)Maksim
.. and bump gradle to 3.6.3
2020-04-15Android: add Android Studio support, completely redone java part (#9066)Maksim
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
New formspec elements: - `scroll_container[<X>,<Y>;<W>,<H>;<scrollbar name>;<orientation>;<scroll factor>]` - `scroll_container_end[]` Other elements can be embedded in this element. Scrollbar must be placed manually.
2020-04-11Drop content_sao.{cpp,h}Loic Blot
Move LuaEntitySAO to a new dedicated file Drop TestSAO (useless object) Drop the old static startup initialized SAO factory, which was pretty useless. This factory was using a std::map for 2 elements, now just use a simple condition owned by ServerEnvironment, which will be lightweight, that will also drop a one time useful test on each LuaEntitySAO creation. This should reduce server load on massive SAO creation
2020-04-11Move serveractiveobject & unitsaoLoic Blot
Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h} Move UnitSAO class to dedicated files
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
* Drop genericobject.{cpp,h} This file is not for generic object but for ActiveObject message passing. Put ownership of the various commands to the right objects and cleanup the related code. * Protect ServerActiveObject::m_messages_out * typo fix
2020-04-05Bump version to 5.2.05.2.0sfan5
2020-02-15Add animated_image[] formspec element (#9258)Hugues Ross
2020-02-01Formspec: Create a new class for inventorylists (#9287)DS
2020-01-13Android: fix cyrillic characters, update iconv lib (#9117)Maksim
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross
2019-12-06Fix android build due to omitted file in src filesZaoqi
2019-11-09Add arm64-v8a but it's not sufficient for 64bit buildLoic Blot
2019-11-09Bump to version code 25Loic Blot
2019-11-09Android: build fixes & compat fixesMoNTE48
2019-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-10-12Bump version to 5.1.05.1.0sfan5
2019-09-29Move Quicktune code to util/ (#8871)ANAND
2019-09-19Fix misuse of AsyncTask (#8799)Linjie Pan
2019-08-12Update Gradle to 5.5.1 (#8771)hannesa2
2019-08-04Unify OpenGL ES supportsfan5
2019-08-03Add styles to most elementsrubenwardy
2019-08-03Add custom colorable GUIButton implementationrubenwardy
2019-05-24Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones11
2019-03-05Add Android keystore to the repositoryLoic Blot
Password is not included :)
2019-03-03Bump android version codeLoïc Blot
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ↵Loïc Blot
(#8288)" This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd "[CSM] Add functions to create particles and particlespawners."
2019-01-09Android build fixesLoïc Blot
This fixes #8079
2019-01-04Drop libgmp on Android and use mini-gmp (#8047)Loïc Blot
2019-01-04Bump android version code for next Play Store versionLoïc Blot
2018-12-22Android: Fix start-up crashes on version 4.x (#8003)stujones11
* Android: Load shared STL library * Android: Fix exception with window background image
2018-12-14Android: Add activeobjectmgr.cpp and ieee_float.cpp, sort listSmallJoker
2018-12-05Gradle now copy most of assetsLoic Blot
It depends on cleanAssets, ensuring they are always fresh
2018-12-04Update android version code (rebuild)Loic Blot
2018-12-03Re-master and improve touchscreen gui icons (#7931)stujones11
Increase the resolution of the smaller icons to look better on modern HD screens. All master SVGs included in the the Android build directory.
2018-12-02Update Android java code (#7820)Maksim
Targets SDK 26 as required by the playstore. Fixes screen auto-rotation closing game. Hides on-screen navigation bar if present. Update gradlew. Fix display aspect on 18+/:9 displays (like a Samsung Galaxy S9). Remove small app icons, not required. Fix xml in unpacking activity. Support Android permission: On Android 6.0+ you need to manually give write permission (as required by google). Background during unpacking (just a demo for now). Material Design: no more Android 2 interface. Immersive mode (Android 4.4+ - hide NavBar for fullscreen mode).
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
Update Android.mk Remove 'src/client' from include_directories
2018-10-29Move touchscreen input handling to base GUIModalMenu classstujones11
2018-09-23Fix "Hunk #1 FAILED at 9 (different line endings)."Lourens-Rich
2018-08-05Replace auth.txt with SQLite auth database (#7279)Ben Deutsch
* Replace auth.txt with SQLite auth database
2018-07-22Update gradle android tool to 3.1.3Loic Blot
Thanks to Monte48 for the correct maven URL outside of android studio
2018-07-08Revert 6587 - Optimize entity-entity collision (#7539)lhofhansl
2018-07-01Backport Android cleanup parts from #7123 (#7513)Loïc Blot
Also resync properly the dependencies versions. Don't let the makefile handle the cleanups itself. Let gradle do it. This is one of the first steps to remove the makefile and replace it with a full gradle support
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
* Modernize lua read (part 2 & 3): C++ templating assurance Implement the boolean reader Implement the string reader Also remove unused & unimplemented script_error_handler Add a reader with default value
2018-06-28Bump android version to 20Loic Blot
2018-06-28Update cURL (7.60.0) & SQLite3 (3.24.0)Loic Blot
2018-06-11Android: gradle 3.1.3 is not available on mavenCentralLoic Blot
Also update wrapper
2018-06-11Android: fix tools versionsLoïc Blot
Resync with stable-0.4
2018-06-11Android: fix assets cleanupLoïc Blot