summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-25Add comments for NotificationCompat to support API < 16volzhs
2016-05-24fix compatibility for Android API 14 with supporting API 23volzhs
using ``NotificationCompat`` in ``support-v4`` library will increase APK filesize a little bit, but it guarantees to run OK with API 4+ tested with API 19 and 23 devices
2016-05-20Supporting Android API 23 (Android 6.0)volzhs
If we update build gradle to use ``compileSdkVersion 23``, ``org.apache.http`` package causes error. (issue #4711) We need to use ``useLibrary 'org.apache.http.legacy'`` to solve this problem. To use ``useLibrary``, we need to use latest gradle also. And now, we faced another problem with ``APK Expansion`` java sources. ``` /platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java 137 : mCurrentNotification.setLatestEventInfo(mContext, mCurrentTitle, mCurrentText, mContentIntent); // causes error ``` So, some of APK Expansion java sources are updated by referencing commits from https://github.com/danikula/Google-Play-Expansion-File And dropped V3CustomNotification.java which was for android 3.0, since godot supports android 14 (4.0) above officially. Unfortunately, another problem, The 'MissingTranslation' error was occurred. So, build.gradle is updated to use ``disable 'MissingTranslation'`` Additionally, I updated ``buildToolsVersion``, ``targetSdkVersion`` to latest version. I tested APK Expansion funtionality on Android 6.0 (Nexus 9, Nexus 6p) and Android 4.4 (Galaxy Note 2) with Google Developer console.
2016-05-18Merge pull request #4698 from volzhs/compile-no-toolsRémi Verschelde
fix compile failure when tools=no
2016-05-18fix compile failure when tools=novolzhs
2016-05-17i18n: Sync template with sourceRémi Verschelde
2016-05-17CanvasModulate: fix build issue with GCCRémi Verschelde
Bug from c195c0d.
2016-05-17i18n: Make .pot paths hopefully platform-independentRémi Verschelde
2016-05-17-Added configuration warning system for nodesJuan Linietsky
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work
2016-05-17i18n: Simple extract.py improvementsRémi Verschelde
Also sync the template with current source.
2016-05-17Removing round from int interpolationpunto-
This might break some animations that use int tracks in continuous mode, but it should provide a more uniform interpolation for things like sprite frames.
2016-05-17Merge pull request #4690 from volzhs/dnd-visualRémi Verschelde
Scenetree Nodes drag and drop visual representation
2016-05-17Scenetree Nodes drag and drop visual representationvolzhs
fixes #4684
2016-05-17Merge pull request #4688 from volzhs/search-treeRémi Verschelde
use case insensitive for searching nodes in Scene tree dock
2016-05-17use case insensitive for searching nodes in Scene tree dockvolzhs
fixes #4674
2016-05-17Merge pull request #4687 from volzhs/remove-duplicated-add_frameRémi Verschelde
remove old bind for add_frame of SpriteFrames
2016-05-17remove old bind for add_frame of SpriteFramesvolzhs
it causes ``ERROR: Method already bound: SpriteFrames::add_frame``
2016-05-17GDScript: Fix method info for is_nan and is_infRémi Verschelde
As reported on https://godotengine.org/qa/4114/why-isnan-and-isinf-arent-implemented
2016-05-17Merge pull request #4659 from Paulb23/hex_notation_highlightingRémi Verschelde
Fixed hex notation highlighting
2016-05-17Merge pull request #4652 from Paulb23/node_duplication_positionRémi Verschelde
Node duplication positions under duplicated node, issue #964
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-05-16Missing translatable stringsJuan Linietsky
2016-05-16Contextualized Scene Tree menuJuan Linietsky
-Added context menu to Scene Tree Dock -Removed Buttons -Added a filter to search for nods more easily in the dock
2016-05-16Merge pull request #4666 from CowThing/classref-editRémi Verschelde
Filling in documentation.
2016-05-15Experimental Right Mouse Button menu for SceneTreeJuan Linietsky
Will eventually replace the buttons of that dock, so please test it!
2016-05-15Changes to FileSystem DockJuan Linietsky
-Replaced buttons for file actions fo RMB menu -Added a split mode, if the dock is not sharing vertical space with anything else -imroved drag and drop support
2016-05-15Filling in documentation.CowThing
AABB, Color, Rect2, Transform, Vector2, and Vector3.
2016-05-14New reworked AnimatedSprite!Juan Linietsky
-New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc.
2016-05-15Fixed hex notation highlightingPaulb23
2016-05-13Merge pull request #4563 from djrm/classref-editRémi Verschelde
Documented @GlobalScope singletons and some keys
2016-05-13Node duplication positions under duplicated node, issue 964Paulb23
2016-05-13Merge pull request #4096 from neikeq/pr-margin-cont-impJuan Linietsky
MarginContainer improvements
2016-05-13Merge pull request #4650 from bojidar-bg/add-doctool-memberRémi Verschelde
Save member information in docdata
2016-05-13Save member information in docdataBojidar Marinov
Closes #4609
2016-05-13Merge pull request #4649 from volzhs/issue-3653Rémi Verschelde
Add SpinBox to Lossy Quality on Image Groups
2016-05-13Add SpinBox to Lossy Quality on Image Groupsvolzhs
fixes #3653
2016-05-13Travis: Filter out another string, still noisyRémi Verschelde
That should leave only the `extracting:` lines of the verbose unzip, should be enough to keep Travis awake.
2016-05-13Travis: Filter verbose output of ndk installRémi Verschelde
Screw you travis... Timeout after 10 minutes without log output, but build killed once the log reaches 4 MB...
2016-05-13Travis: Install android *DKs in verbose modeRémi Verschelde
Builds tend to fail due to the 10 min limit for stalled builds. Most likely because the download is done silently and takes more than 10 min depending on the Travis connection.
2016-05-13Merge pull request #4638 from volzhs/pr-issue-4607Rémi Verschelde
open directory or file when double click
2016-05-13Merge pull request #4644 from djrm/classref-edit-2Rémi Verschelde
Fix some errors in some rotation functions, also clarify that certain…
2016-05-12Fix some errors in some rotation functions, also clarify that certain ↵Daniel J. Ramirez
parameters are expressed in radians
2016-05-12Merge pull request #4639 from eska014/js-build-bosslRémi Verschelde
Remove nocpuid.c from builtin OpenSSL
2016-05-13open directory or file when double clickvolzhs
fixes #4607
2016-05-12Remove nocpuid.c from builtin OpenSSLeska
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition)
2016-05-12classref: Fixed return types in Area and Area2D (#4635)MattUV
2016-05-12Merge pull request #4631 from akien-mga/pr-classrefRémi Verschelde
classref: Documentation for Directory and ConfigFile
2016-05-12classref: Directory and ConfigFileRémi Verschelde
2016-05-12classref: Sync with current sourceRémi Verschelde
2016-05-11ability to drag scenes from filesystem to tree for instancingJuan Linietsky