Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/android

Android runtime for NativeScript (based on V8)
https://github.com/NativeScript/android

added readwritelock implementation

63629aa4a08d271e2ecb11258f817eaa8b7de218 authored about 8 years ago by plamen5kov <[email protected]>
adb logcat print and exit

88a18140bfb753db4a6f602e06dc5b08572fbafb authored about 8 years ago by blagoev <[email protected]>
remove logcat dump

6f24a1ed8ccd94e0de645b4f188baa2fd1514c35 authored about 8 years ago by blagoev <[email protected]>
yet another try to fix travis build

3e77c36d0f70022530a1c1a0350625d91c96ab68 authored about 8 years ago by blagoev <[email protected]>
fix travis build again

a37b60413024e19287d2587dd4dc6125053ccd83 authored about 8 years ago by blagoev <[email protected]>
remove arena flag

9ac1fa7dfb6f84cba6c547f8ddc3995277f7f992 authored about 8 years ago by blagoev <[email protected]>
enable sudo build

0a982ddd4ed6973eed631e9ab387bd6919ba45d0 authored about 8 years ago by blagoev <[email protected]>
remove debug log

1babdb56550e6954ee3de56ac71cdd7f458b6e47 authored about 8 years ago by blagoev <[email protected]>
enabled debug gradle build to help fix travis build

330dc1b48f53e235f452c7c73a3e85f6ad506fca authored about 8 years ago by blagoev <[email protected]>
fix use after free bug

e2651f283b12d26d710343ac76d9b97f62e45e51 authored about 8 years ago by blagoev <[email protected]>
bump gradle experimental version

4c1c872735d245bea2c167917f9687d0142594fd authored about 8 years ago by blagoev <[email protected]>
show more output from gradle

9ad4c166cb7a5d7736b32a7fcc60920ab05866d5 authored about 8 years ago by blagoev <[email protected]>
revert gradle to 2.10

1d7cf86a67978e777f7eaf694444fa1ab84e3999 authored about 8 years ago by blagoev <[email protected]>
fix profiler with newer version of v8

refactor setting of static metadata members to set fields and set methods separately
set field a...

c27dc2ac08392973b2b2b40b30fedbec1a732e76 authored about 8 years ago by blagoev <[email protected]>
fix build after merge

d299a7d88f9230e4874a406bbddbab3ba3f53bfe authored about 8 years ago by blagoev <[email protected]>
fix rebase errors

fb35bc725db0c1696e84ed7c316fb2df7611fda7 authored about 8 years ago by Peter Kanev <[email protected]>
fix compile error

484da47a7ce3ef4f07e5df6caa5870954b53b8b2 authored about 8 years ago by plamen5kov <[email protected]>
return the wrapped function when property func name is get accessed

f72089b832298e948e592856fc00e32285e866db authored about 8 years ago by blagoev <[email protected]>
updated binaries built with ndk r12b

4ee52c7df27b1f3d6dd0b561ab7fdcfe723dcd48 authored about 8 years ago by plamen5kov <[email protected]>
updated armeabi-v7a binaries

e2a0fb53a2322e3848df072d9ead0cb64eca241a authored about 8 years ago by plamen5kov <[email protected]>
forgot to use new v8 api for setWeak fix

9c4198dcb6ed9a38382c8917b5ff48cfa35be477 authored about 8 years ago by Plamen5kov <[email protected]>
broke Wrap function

the v8::ObjectTemplate->Set api now takes functionTemplate instead of func as parameter

ac0a9b4cf08daf0b32946ab15fa4eba73292fc4b authored about 8 years ago by plamen5kov <[email protected]>
object manager now has it's own instance isolate

139553f615709760542f25ca181da9c114cacea7 authored about 8 years ago by plamen5kov <[email protected]>
updated configuration to use c++ stl instead of stlport library

756cbf0da35510d4c87789a7b7f06cc4ee0f4e04 authored about 8 years ago by plamen5kov <[email protected]>
added built binaries and includes

* need to use new APIs available in v8
* check new API for external heap tracing

ee3109d516d636f8ff5690d67be35975b6d30210 authored about 8 years ago by plamen5kov <[email protected]>
send 'flush buffers' message to workaround the message receiving on Android 7/API24

9366650b6e720f1315e0324b7a13e37600fd1fdd authored about 8 years ago by Mihail Slavchev <[email protected]>
Update change log

6fd419a43065bb5a2c34d8634c80ac3f24ea5f2b authored about 8 years ago by Mihail Slavchev <[email protected]>
Merge branch 'release'

98510d63e22d7a71aa2a2566480a6ca184030844 authored about 8 years ago by plamen5kov <[email protected]>
Merge pull request #556 from NativeScript/plamen5kov/fix_interface_ctor_cache

fixed jsobject cache for interface creation

11076e3a3d1619fa425b4af895b27b2d9cb499f5 authored about 8 years ago by Plamen Petkov <[email protected]>
fixed jsobject cache for interface creation

fix for issue: #555

741b9a0f299c5b436c7655a2037d32354a4f5acb authored about 8 years ago by plamen5kov <[email protected]>
Merge pull request #554 from NativeScript/pete/error-activity

Follow-up fixes for error-activity

ac1e8649447f1025de1cbb907f397d0668df6e6c authored about 8 years ago by dtopuzov <[email protected]>
updated template

f9205c1686816815b4bd6833e5e397d764a351a3 authored about 8 years ago by plamen5kov <[email protected]>
Merge pull request #544 from NativeScript/plamen5kov/runtime_refactor

moved runtime initialization to Runtime.java

c53a67e77124a7f40b68f988f1f5c057640fa669 authored about 8 years ago by Plamen Petkov <[email protected]>
renamed runtime init methods

84d2a8185fdad410a7966abc360019908d03d412 authored about 8 years ago by plamen5kov <[email protected]>
fix error activity showing in release builds;

change conflicting style requiring min api level of 23;

fix visual bug tabs not updating to act...

a91ecd8eb28a1840c1db1612e08d28624ee6c75c authored about 8 years ago by Peter Kanev <[email protected]>
Merge branch 'plamen5kov/nativescript_exception_fix' into release

f147b7c289f355273c22925be62f80dbac637a9a authored about 8 years ago by plamen5kov <[email protected]>
Merge branch 'plamen5kov/nativescript_exception_fix' into release

76eb82658dd3945d43c609dedf7e5bad85fca1b8 authored about 8 years ago by plamen5kov <[email protected]>
added tests

61c9dbcbdd127078b52e34113ccb429d3ab4963a authored about 8 years ago by plamen5kov <[email protected]>
fixed swallowed exception

when we rethrow a nativescript exception we didn't prepend the previous stack trace to the curren...

22fe403715c3a067670342599d708a803c1859dd authored about 8 years ago by plamen5kov <[email protected]>
Update package.json

a93e453d2b1ff487c71f38debd89909f78d559a1 authored about 8 years ago by dtopuzov <[email protected]>
remove unnecessary files

2de6c6f28c0730a14d1064dbcca8665459874d8e authored about 8 years ago by Mihail Slavchev <[email protected]>
remove unnecessary files

0113b3e8c96a3fa48174ada5ae71a35b5dfbb678 authored about 8 years ago by Mihail Slavchev <[email protected]>
Merge branch 'release'

e5ff22ad893af325e57beaf354290120973073a8 authored about 8 years ago by Mihail Slavchev <[email protected]>
emit DEX instruction for runtime initialization in Application.onCreate method

0f761abce295720bd3e9100e16b168e576c7f0f0 authored about 8 years ago by Mihail Slavchev <[email protected]>
Merge commit '6c985fe8cef027a88fa5a8129bd4e9c42a0c2865' into release

9726d2607fda0e37af1ab8628a599eda23cc1219 authored about 8 years ago by Mihail Slavchev <[email protected]>
emit DEX instruction for runtime initialization in Application.onCreate method

6b229e57ad9224043497f8933ad81fa02a9c1469 authored about 8 years ago by Mihail Slavchev <[email protected]>
add new styles file to prevent style declarations from being rewritten in new projects

5642494d2cb304e60ce860980d73b921bac7dbde authored about 8 years ago by Peter Kanev <[email protected]>
add missing style declaration in project template

3e7c88fab6a4c7d4b98c0a70530ae0ea3fa1b1bd authored about 8 years ago by Peter Kanev <[email protected]>
Merge pull request #538 from NativeScript/pete/improved-error-activity

Improve error activity

b3cf2f1b547bb350f4fb495b8a51475acfaad016 authored about 8 years ago by Peter Kanev <[email protected]>
Merge pull request #545 from NativeScript/slavchev/remove-submodules

Slavchev/remove submodules

6c985fe8cef027a88fa5a8129bd4e9c42a0c2865 authored about 8 years ago by Mihail Slavchev <[email protected]>
refactor processing of interface/abstract methods

90c3c6493525da7424a0ddb3f300e2dd1760c3e0 authored about 8 years ago by Mihail Slavchev <[email protected]>
fix

500155760a97d564c2b35261d294e8fbc901fc01 authored about 8 years ago by Mihail Slavchev <[email protected]>
fix

345945afa218fb5710cc13cf76dbb47fe46e6f17 authored about 8 years ago by Mihail Slavchev <[email protected]>
revert change

d9f5def0e31e7726a1c749a206201814950f5a7b authored about 8 years ago by Mihail Slavchev <[email protected]>
remove leading _ in order the generate same class name as in runtime binding generator

1397aab1ceb47d76b20330b3cb4db306c42834da authored about 8 years ago by Mihail Slavchev <[email protected]>
change logcat reading to save the whole log associated with the process

dc75e21204ba35fcc8554bb36d83bf47618bfef7 authored about 8 years ago by Peter Kanev <[email protected]>
remove hard-coded task name

d8bd334498eddd7c3f4b2e43b98fd97e06d63d95 authored about 8 years ago by Mihail Slavchev <[email protected]>
remove NativeScriptActivity.java

49702c0e3d6b29880309f3d0ccedddca29139854 authored about 8 years ago by Mihail Slavchev <[email protected]>
update gradle scripts to merge *.dex bindings

37f3f022d9e934906cb057a226e2a48b6fb33e58 authored about 8 years ago by Mihail Slavchev <[email protected]>
use project dependency to binding-generator instead of jar library

35d07993cb00940020cd33f2978cc94d85012a02 authored about 8 years ago by Mihail Slavchev <[email protected]>
update gitignore and make gradlew executable

cbd1c5abe7dc42110be086d48ffc83648d775864 authored about 8 years ago by Mihail Slavchev <[email protected]>
move android-metadata-generator

9dd877a4582f514721244ed6a98589955612d496 authored about 8 years ago by Mihail Slavchev <[email protected]>
move android-static-binding-generator

19df16468aa6bacc58c0065edb2c28bcd97ca0d1 authored about 8 years ago by Mihail Slavchev <[email protected]>
fix a persistent static handle in NumericCasts

ec01ee7460447c716f36021c5656a290d979bb2d authored about 8 years ago by Peter Kanev <[email protected]>
initialized thread scheduler

3d5beac79ee3834211ef4456e3637ce58054f14a authored about 8 years ago by plamen5kov <[email protected]>
removed unnecessary imports

aa13e6bbe31bc6a18b2bfb738d7e09d09fb4c5f7 authored about 8 years ago by plamen5kov <[email protected]>
moved runtime initialization to Runtime.java

now both worker threads and main can call same api to create and initialize the runtime
c...

19a9d3203f2f8b3e788422f66b473e9de1fbba49 authored about 8 years ago by plamen5kov <[email protected]>
create dex with correct name when Java class name is explicitly specified

8822658a3d14aec6fd10706d9eff703d4929ab26 authored about 8 years ago by Mihail Slavchev <[email protected]>
add support to generate class annotations

ed7e6962ee911a38b1f377ea143bac43f95ce643 authored about 8 years ago by Mihail Slavchev <[email protected]>
Merge pull request #541 from NativeScript/pete/refactor-statics

Refactor static class members

bb62ef091ca3713aef5273724f08bb94829b65b6 authored about 8 years ago by Plamen Petkov <[email protected]>
assert v8constants are setup properly, initialize constants eagerly now

9763cb5a35dd5b200435ceb3283aa121c0d8f5c0 authored about 8 years ago by Peter Kanev <[email protected]>
make v8stringconstants thread safe - separate structure per isolate

6b9e7daba546d9740285b465de7c40ad21c1ffb7 authored about 8 years ago by Peter Kanev <[email protected]>
refactor Isolate::GetCurrent() in favor of parameters and instance member isolates

32d3683cfb18ac54f26b2505a417eff4e0e83e78 authored about 8 years ago by Peter Kanev <[email protected]>
fix up after rebase

f453b89e1f147ab49ef46ca6c933194039ab1f52 authored about 8 years ago by plamen5kov <[email protected]>
deleted unnecessary s_classCache

there were two s_classCache doing the same job one in JEnv and one in CallbackHandlers
changed JE...

776872227f743e61638a61ca0a56b49ae1f0f855 authored about 8 years ago by plamen5kov <[email protected]>
removed unnecessary include

a28a2d2ace14c6a4ef4dc453e34ab5120807dcc4 authored about 8 years ago by plamen5kov <[email protected]>
renaming and removed dead code

6cf3e100559e869345c752bc877d5c33d45e0967 authored about 8 years ago by plamen5kov <[email protected]>
added comments

3f1f058096f5eb9b83a430044146706d78191981 authored about 8 years ago by plamen5kov <[email protected]>
remove JavaObjectArrayCache and replace it with in-place creating arrays; remove unused fields

fe5e3e8ab6cb3e23feed8aca51ee7b259f68d038 authored about 8 years ago by Peter Kanev <[email protected]>
refactored names and added comments

a94d804a7c6ae3204599e97b3ff976f105ef4c59 authored about 8 years ago by plamen5kov <[email protected]>
remove redundant headers, remove unused static members

4826efc92e05797374fa7f13b092fca555b8c083 authored about 8 years ago by Peter Kanev <[email protected]>
remove static thread-local jobjectArray

418c2a19bfefa0b72581e08c6ecfe24f23db3cc5 authored about 8 years ago by Peter Kanev <[email protected]>
moved convert methods from v8globalhelpers to argconverter

0090330e3353851f4a428cc7e919e6531cd3cb29 authored about 8 years ago by plamen5kov <[email protected]>
removed dead code

13c2eb8bf93b31a05a24e5d1115d8857bf0863cb authored about 8 years ago by plamen5kov <[email protected]>
removed unnecessary includes

8e82ee81dafa80039d4b50b9e2bac4f7edbd233d authored about 8 years ago by plamen5kov <[email protected]>
removed unnecessary code

bfae583a6025a80dd7052210cf5afd88dbcf9c78 authored about 8 years ago by plamen5kov <[email protected]>
removed unnecessary includes

9456ab6048bf3282f6dd570702867c0c57f9660b authored about 8 years ago by plamen5kov <[email protected]>
added comments and renamed some variable in MethodCache class

f71be3cddf2062040cb4250858376516bfa29e48 authored about 8 years ago by plamen5kov <[email protected]>
removed dead code

c18ae9022c9f91c1e57e43608be9c04a2c84a846 authored about 8 years ago by plamen5kov <[email protected]>
removed unused methods and unused parameters

da4fceda356e7ddad811634520dbeefc3469ca55 authored about 8 years ago by plamen5kov <[email protected]>
Merge pull request #520 from NativeScript/pete/fix-inner-classes

Change Java inner classes convention

a9ee29eaa784c4945d26c2117df0c69d7f983cc4 authored about 8 years ago by Peter Kanev <[email protected]>
Merge pull request #535 from NativeScript/debugger-started-flag

add support for debugger started flag

e5364a7b9ee9af98676a2930e7a10dc074267407 authored about 8 years ago by blagoev <[email protected]>
updated submodule metadata generator

869d413e1f9f5517e267e666bd0ac47babc0e86f authored about 8 years ago by plamen5kov <[email protected]>
Merge pull request #534 from NativeScript/plamen5kov/fix_issue#306

fix issue #306

120be028c34319182b9aad58162e385995a4425a authored about 8 years ago by Plamen Petkov <[email protected]>
add changes to project template

22a6ee65911551486261baef452288a5009018f0 authored about 8 years ago by Peter Kanev <[email protected]>
updated test and metadata

09004a4dd5387dfca813e439335e7c9f2c896e76 authored about 8 years ago by plamen5kov <[email protected]>
forgotten file

948cab39ea7ac96bba85dc2f28e064a9829a8d83 authored about 8 years ago by blagoev <[email protected]>
add support for disabling debugger on start

16c33c07d7cb7fece7ae8e6c906195b673ac9274 authored about 8 years ago by blagoev <[email protected]>
stop debug listener thread when disabling debugger. (prevent existing chrome/node-inspector tab from reconnecting)

4d0c7f63e5b63c8571707b6302a08e8359cfefc1 authored about 8 years ago by blagoev <[email protected]>
fix issue #306

we couldn't set undefined to a reference type field of a native object
now set with undefined and...

b682473a7d0d0eeae23ba986956cc726c31c202f authored about 8 years ago by plamen5kov <[email protected]>