**** BEGIN LOGGING AT Sat May 09 02:59:57 2009 May 09 03:04:37 hunterp, check the API demos; I'm pretty sure that it's described in there May 09 03:23:42 Anyone have a good case for the G1? I've been looking around and have trouble finding a good one... I want one that protects the screen, isn't cheaply made, and still can get to the keyboard. May 09 03:24:17 This one looked good: http://www.onlyg1.com/tg1blalca.html - but you have to take it off to get to the keyboard >< May 09 03:56:46 does anyone use connectbot & screen? i'm having issues with Finch in screen. May 09 04:13:04 pwrcycle, #android might be a better channel **** ENDING LOGGING AT Sat May 09 06:23:54 2009 **** BEGIN LOGGING AT Sat May 09 06:24:15 2009 **** ENDING LOGGING AT Sat May 09 06:35:11 2009 **** BEGIN LOGGING AT Sat May 09 06:35:40 2009 **** ENDING LOGGING AT Sat May 09 06:40:32 2009 **** BEGIN LOGGING AT Sat May 09 06:41:03 2009 May 09 06:42:24 do linebreaks work in textview? May 09 06:43:00 ye May 09 06:43:03 +s May 09 06:44:06 im coding a textview, and its not rednering May 09 06:44:11 "yo \n ha" May 09 06:46:22 hmmm, BufferStyle might have something to do May 09 06:46:30 BufferType May 09 06:47:00 ah May 09 06:47:05 CharSequence, not String May 09 06:47:46 a String is a CharSequence May 09 06:48:01 yeah, but...setText(CharSequence) != setText(String) May 09 06:48:41 er May 09 06:48:42 no May 09 06:49:20 wooot May 09 06:49:25 i have full html goodness May 09 06:49:39 html so much easier than android formatting :-) May 09 06:49:43 TextView doesn't support the full HTML spec :p May 09 06:49:59 b,br is pretty much all i need for now May 09 08:03:03 if I want to use UserTask I have to mention it in docs to comply with apache license? May 09 08:15:59 it's been renamed AsyncTask I think May 09 08:16:48 nm.. better give the apache license a quick read I think May 09 08:18:37 parts of this license are hard to follow under the circumstances May 09 08:19:55 but yeah I think you'd better mention it in the docs or in a license screen May 09 09:11:07 has anyone played with the db4o databse on android before? May 09 09:26:34 <_Auron|G1_> hey does opengl normally render from the center? I want to position it so the viewport is 0,0 at topleft May 09 09:26:46 <_Auron|G1_> opengl|es* May 09 09:28:23 <_Auron|G1_> maybe I just need to check my init code May 09 09:44:55 what do I implement/hook-into to let users open attachments of specific type from default email imap client? May 09 10:07:03 it seems it's hardcoded: http://code.google.com/p/k9mail/source/browse/k9mail/trunk/src/com/android/email/Email.java#64 May 09 10:18:20 Im having a spot of bother trying to build Android from source, i get a message when running "make" that says: May 09 10:18:21 make: execvp: /bin/bash: Argument list too long May 09 10:18:21 make: *** No rule to make target `run-java-tool', needed by `out/target/common/docs/offline-sdk-timestamp'. Stop. May 09 10:24:52 Hi guys... the app I had running fine on 1.1 is no longer doing so on 1.5 and whilst debugging it, I noticed it hangs on the SensorManager call. Could not find anything saying it changed. Anybody having the same problem? May 09 10:26:54 <_Auron_> gahhhhh May 09 10:27:25 <_Auron_> with openGL|ES it crashes even though I put 9 float values (x,y,z for each of the 3 points of the triangle) in texture buffer trying to render a triangle May 09 10:27:42 <_Auron_> but this loop from the same code works, which makes no sense o.O May 09 10:39:40 <_Auron_> http://pastebin.com/d3352c3d2 May 09 10:58:10 * _Auron_ sighs May 09 10:58:22 que? May 09 11:00:45 <_Auron_> I think I'm going crazy May 09 11:02:29 everything is going to be fine _Auron_ May 09 11:02:32 * Falcon4ever pets _Auron_ May 09 11:04:59 <_Auron_> WOW May 09 11:05:03 <_Auron_> I just realized what I was doing wrong May 09 11:05:06 * _Auron_ facepalms May 09 11:11:12 yes, facepalming is usually not a good thing May 09 11:12:18 <_Auron_> yay! May 09 11:12:30 <_Auron_> I love coding in openGL May 09 14:28:39 sorry if this is a noob question, i am working on the hello view tutorials but I am stuck at android.R.styleable cannot be resolved May 09 14:28:41 "android.R.styleable cannot be resolved" May 09 14:28:54 i heard that R.styleable api got removed, is it right? May 09 14:29:23 i am working on the hello view - gallery tutorial May 09 16:45:47 Does anybody know of any succesfull Quake 1 BSP map loading and rendering ports for android? May 09 17:52:49 does anyone know a good physics engine for android? i tried three libs but they all do too many allocations or too many floating point operations. May 09 18:03:54 ezome: I suppose you mean 2D? May 09 18:04:58 anyway, I don't think there are any really useable at the moment May 09 18:05:15 depending on what you do, you might want to ~fake~ the physics May 09 18:07:29 yep 2d May 09 18:11:44 i only need some pretty simple stuff... 6 boxes and some simple collision detection against each other + against the borders of the game... no gravity or other fancy stuff whatsoever. however i would prefer to use a library instead of writing it myself May 09 18:32:05 trying to work on improving the ui of my application.. i'm still in the mock stage. May 09 18:32:07 http://s56.photobucket.com/albums/g161/caillen/wades/?action=view¤t=wadesapp-1.png May 09 18:32:17 i dont really like it. May 09 18:32:43 top drop down box is supposed to be the profile name, say if you connect to multiple vpn's May 09 18:32:58 last option as "Create new endpoint" May 09 18:33:22 and the same amount of textboxes are not very usable when in horizontal mode. May 09 18:33:51 http://i56.photobucket.com/albums/g161/caillen/wades/wadesapp-1.png May 09 18:33:54 failing that link May 09 18:38:28 Would the quake 1 BSP format be a viable option (E.g fast enough) for a 3D RPG i want to create on android? May 09 18:52:57 Mmjack: yes May 09 18:53:03 well probably May 09 18:53:23 there are efforts to port but not sure about the state of it at the moment May 09 19:14:46 how can you prevent the phone from going to sleep? I've seen many apps on the market which asks for the permission to "prevent sleep", but ti doesn't seem to be a permission in the Manifest editor, and I can't find anyreferences to it on android.com :/ May 09 19:23:04 u need a wakelock May 09 19:23:33 ezome: so, this is the relevant reference : http://developer.android.com/reference/android/os/PowerManager.html May 09 19:23:34 May 09 19:23:34 ? May 09 19:23:42 yep May 09 19:23:58 cool. thanks Was looking for "prevent sleep" and variations May 09 19:24:41 np May 09 19:44:37 in 1.5 applications can no longer turn WIFI on/off? May 09 19:59:32 the wifi toggle app i downloaded still works on 1.5 May 09 20:03:46 ezome, ok, cool May 09 20:14:02 * mr_lou advertises his newly released track suitable for a relaxing gamemenu. May 09 20:14:03 http://www.indiegamemusic.com/viewtrack.php?id=266 May 09 20:21:51 nice! May 09 20:23:06 Thanks. :-) May 09 20:44:54 hi there May 09 20:45:33 just installed cupcake. i thought that the OSKB would tilt wide if you turn the handset May 09 20:45:35 ? May 09 20:56:39 LzrWork: enable it in the options? May 09 21:11:09 Falcon4ever, i did look, i didn't see the option May 09 21:11:17 i'll look again May 09 21:12:19 sound & display May 09 21:12:24 tick orientation May 09 21:15:49 ahh thanks :) May 09 21:16:01 np May 09 22:32:39 what do i have to import to get access to the R class? **** ENDING LOGGING AT Sun May 10 02:59:57 2009