0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow backwards compat invocation of API methods through e.g.: More... over 15 years ago
cosmetics More... over 15 years ago
handle args and return values of most primitive numeric types, plus C strings, selectors, classes, C++/C99 bool, More... over 15 years ago
fix bug in format function; show example of getting phone number from user defaults More... over 15 years ago
added UIScreen singleton, though since it returns a structure it's not much good yet More... over 15 years ago
Nitrox.log now acts like NSLog(), with formatish strings More... over 15 years ago
provide NSFileManager singleton More... over 15 years ago
fix buggy demo function More... over 15 years ago
add some more singleton objects to access - accelerometer, userdefaults, bundle, infodictionary More... over 15 years ago
another test for describeObject More... over 15 years ago
fix fallback serialization More... over 15 years ago
added new "describe" method to the bridge to get a dictionary describing an object More... over 15 years ago
made it possible to call Bridged objects through the native WebScriptObject means in addition to Ajax More... over 15 years ago
small bugfixes and doc tweaks More... over 15 years ago
add a fallback serializer for JSON More... over 15 years ago
last xcode cruft More... over 15 years ago
add NitroxApp and NitroxCore singleton objects to symbol table handle void returning functions (like setters) More... over 15 years ago
use new symbol-table driven approach to object lookup More... over 15 years ago
changed bridge invocation method to use basic Objective-C introspection to find classes and invoke methods on them. only passes objects (not primitives) and doesn't yet support a separate JS-only symbol table or object instances. More... over 15 years ago
added a polymorphic reverse object - workson arrays and strings More... over 15 years ago
renamed Nil -> nil in all places. just for correctness' sake; compiles and runs either way More... over 15 years ago
docs, some small changes for debugging More... over 15 years ago
first demo of automatic Obj-C bridging; only works for string arguments ATM More... over 15 years ago
todo updates More... over 15 years ago
flip nitroxdemo into com.vitrue.* namespace, and give entitlements and distribution build profile More... over 15 years ago
fixed Nitrox.Phone.call() function to work; still requires the user to confirm in a popup More... over 15 years ago
fix usage of tel:// URL More... over 15 years ago
slightly optimized file browser - don't query for file type on click unless symlink More... over 15 years ago
show source info on exception More... over 15 years ago
attempt to serialize dates to ISO8601ish format, which is necessary for readdirplus() call - returns a hash of names to attribute dictionaries More... over 15 years ago