GithubHelp home page GithubHelp logo

apportable's People

apportable's Issues

UIButton/UILabel/UITextField do not draw it default background...

What steps will reproduce the problem?
1. Add a UIButton/UILabel/UITextField to the application 
2. Build and run

What is the expected output? What do you see instead?
Since no image was set for the UIButton, you should see a blue outline/plain 
button.  
Actual: The button is borderless.

What version of the product are you using? On what operating system?
1.0.0

Please provide any additional information below.
Mac OS 10.8.4

Original issue reported on code.google.com by [email protected] on 26 Jul 2013 at 4:48

SQLite 3 Suport

Basic SQLite 3 Support is nowhere to be found from what I have seen.


Original issue reported on code.google.com by [email protected] on 31 Jul 2013 at 8:52

UIKit unable to handle tiff images.

What steps will reproduce the problem?
1. Add a tiff to the resources
2. Set it in an image view...
3. Build/run

What is the expected output? What do you see instead?
The expected output is that I should see the image....
I don't see the image.

What version of the product are you using? On what operating system?
1.0.0, Mac OS 10.8.4

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Jul 2013 at 4:45

First call to gGenRenderbuffer returns 0 without GL error.

What steps will reproduce the problem?
1. Call the function.

What is the expected output? What do you see instead?
Proper GL renderbuffer object name. 0 is invalid by GL spec, and mostly used to 
mark null.
Problem is Apportable is using this as an object's name.

What version of the product are you using? On what operating system?
Apportable SDK version aa5bccbe00b78b7a9f7357703444e42b96ee9903 starter
clang version 7fc8b05e4f57f61dbbbe5c8e62581b0e0c42941e
gdb version 4e639d65677bb04a16bd74a6ceb923855ac81c97
android sdk version r21.0.1.1
android ndk version r8d.1
unknown ninja


Original issue reported on code.google.com by [email protected] on 20 Jul 2013 at 3:13

NSData's increaseLengthBy: is crashing

I am using GCDAsyncSocket in my app. When tested in my project, the app is 
crashing in place, where:

[buffer increaseLengthBy:buffInc];

is called. Buffer variable is NSData's instance.

The call stacktrace is:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 23809]
0x400859c0 in memset () from 
/Users/sarsonj/.apportable/cache/devices/015d2109a75c001b/libs/libc.so
(gdb) bt
#0  0x400859c0 in memset () from 
/Users/sarsonj/.apportable/cache/devices/015d2109a75c001b/libs/libc.so
#1  0x6a405638 in _2D__5B_NSMutableDataMalloc_20_setLength_3A__5D_ () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libFoundation.so
#2  0x6a400e98 in _2D__5B_NSMutableData_20_increaseLengthBy_3A__5D_ () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libFoundation.so
#3  0x6ac8f1d4 in -[GCDAsyncReadPacket 
ensureCapacityForAdditionalDataOfLength:] (self=0x6b2500c0, _cmd=0x6adf3910 
<L_OBJC_METH_VAR_NAME_52>, bytesToRead=1807744368) at 
/Users/sarsonj/Documents/work/git/xmpp-android/Vendor/CocoaAsyncSocket/GCDAsyncS
ocket.m:564
#4  0x6aca43c4 in -[GCDAsyncSocket doReadData] (self=0x6b201350, 
_cmd=0x6adf41e0 <L_OBJC_METH_VAR_NAME_560>) at 
/Users/sarsonj/Documents/work/git/xmpp-android/Vendor/CocoaAsyncSocket/GCDAsyncS
ocket.m:4500
#5  0x6aca1510 in __66-[GCDAsyncSocket 
setupReadAndWriteSourcesForNewlyConnectedSocket:]_block_invoke 
(.block_descriptor=0x6b213720) at 
/Users/sarsonj/Documents/work/git/xmpp-android/Vendor/CocoaAsyncSocket/GCDAsyncS
ocket.m:3627
#6  0x67070a28 in _dispatch_source_invoke () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libdispatch.so
#7  0x6706db78 in _dispatch_queue_invoke () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libdispatch.so
#8  0x6706de7c in _dispatch_queue_drain () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libdispatch.so
#9  0x6706db60 in _dispatch_queue_invoke () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libdispatch.so
#10 0x6706fa54 in _dispatch_worker_thread2 () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libdispatch.so
#11 0x67052a30 in overcommit_worker_main () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libpthread_workqu
eue.so
#12 0x66fe4740 in thread_start () from 
/Users/sarsonj/.apportable/SDK/sysroot/android/armeabi/usr/lib/libv.so
#13 0x4007b3dc in __thread_entry () from 
/Users/sarsonj/.apportable/cache/devices/015d2109a75c001b/libs/libc.so
#14 0x4007aac8 in pthread_create () from 
/Users/sarsonj/.apportable/cache/devices/015d2109a75c001b/libs/libc.so
#15 0x00000000 in ?? ()


Original issue reported on code.google.com by [email protected] on 29 Jul 2013 at 1:28

prefer_external_storage bug in manifest.py

User report:
"  "FEATURES": ["portrait","prefer_external_storage"],

and I'm getting this error:

<path 
snipped>/Apportable/SDK/Build/android-armeabi-release/ApportableSolitaire/Androi
dManifest.xml:3: error: Error: String types not allowed (at 'installLocation' 
with value 'prefer_external_storage').

It fails if I remove the quotes, so I'm not sure how to specify this.  Any 
ideas?"

Workaround is to modify manifest.py locally but this should be fixed in the 
platform

Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 3:37

No output for std::cout

What steps will reproduce the problem?
1. Decompress and run attached test case.

What is the expected output? What do you see instead?
C++ stream output expected. But nothing printed.

What version of the product are you using? On what operating system?
Apportable SDK version aa5bccbe00b78b7a9f7357703444e42b96ee9903 starter
clang version 7fc8b05e4f57f61dbbbe5c8e62581b0e0c42941e
gdb version 4e639d65677bb04a16bd74a6ceb923855ac81c97
android sdk version r21.0.1.1
android ndk version r8d.1
unknown ninja

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 19 Jul 2013 at 12:13

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.