**** BEGIN LOGGING AT Mon May 25 02:59:59 2015 May 25 03:00:08 well in this case, the java framework and much of userland; not the kernel stuff obviously May 25 03:00:26 aah. though then the google services crap would be like 10x bigger :) May 25 03:02:44 I need an icon that indicates that a HID device is changing May 25 03:02:53 which Icon should I use from the material icons? May 25 03:04:26 and why isn't there an easy way to copy from the zip to my android project? May 25 03:13:14 drag and drop May 25 03:13:20 what else could you want May 25 03:13:23 pfn do you use fragments May 25 03:13:30 anything else would be over engineered May 25 03:13:33 badCompany, yes May 25 03:13:39 pfn: each subfolder has every other icon, I only want 1 icon May 25 03:13:44 random question much? May 25 03:13:51 it's not like the android-design icons May 25 03:13:51 For anything besdes sliding tabs? May 25 03:13:51 Jonno_FTW, then just copy the 1 May 25 03:13:59 badCompany, yes May 25 03:14:02 pfn: butI need all the different sizes May 25 03:14:09 Jonno_FTW, so copy them May 25 03:14:11 so I have to do 5 copies for every icon I want May 25 03:14:14 Ok, im trying to change one of my activities to a fragment and its giving me a hassle May 25 03:14:22 it takes time, I'm going to write a python script to do this for me May 25 03:14:32 Jonno_FTW, I only copy mdpi, hdpi and xhdpi May 25 03:14:46 for 1 icon? May 25 03:14:49 not worth May 25 03:15:06 I might want more icons later May 25 03:16:03 Odaym you ther? May 25 03:16:07 Nope May 25 03:16:11 daym May 25 03:16:21 lol May 25 03:17:01 Trying to figure out if a piece of my app should be a fragment or an activity May 25 03:18:47 flip a coin May 25 03:18:57 its that simple? May 25 03:19:14 well not really, but :) May 25 03:19:37 its like asking, should i edit this file with emacs or vim ? May 25 03:19:43 Really May 25 03:19:44 Hm May 25 03:19:55 Can i tell you what the functionality is and you give me advice? May 25 03:20:05 Live life à la Dice Man. May 25 03:20:08 Hey TJ May 25 03:20:12 Whats tht mean May 25 03:20:42 The Dice Man lives by the casting of dice. May 25 03:20:49 If he rolls a 3, he commits murder. May 25 03:20:49 Oh ok May 25 03:20:52 hahaha May 25 03:20:56 A 6, he takes a walk in the park. May 25 03:21:27 http://en.wikipedia.org/wiki/The_Dice_Man May 25 03:21:31 Got it May 25 03:21:53 Looks cool actually May 25 03:22:35 But, I have a basic actiivty that collects 3 peices of user input, then goes back to the parent activity May 25 03:22:46 And I thought it would be a good candidate to convert to a fragment May 25 03:22:51 But as a fragment, its giving me HELL May 25 03:26:49 g00s: there's an easy answer to that May 25 03:27:02 badCompany 3 pieces of input, like 3 screens of a wizard or something ? May 25 03:27:40 No, 2 edittexts and a clickable imageview which brings up an intent to use camera to capture a photo May 25 03:27:49 the camera part is giving me the hassle May 25 03:28:04 I think it would be better if I used a seperate activity for it May 25 03:28:46 Isn't a different activity required to start the camera? May 25 03:29:03 I just use an intent from the fragment May 25 03:29:30 Intent(MediaStore.ACTION_IMAGE_CAPTURE) May 25 03:31:54 But the screen rotates when the camera app launches May 25 03:32:07 So that starts a new actiivity, which nullifies everything May 25 03:32:09 so I cant get the image May 25 03:35:33 Don't you still get onActivityResult? May 25 03:36:11 Yeah, but it doesnt contain anything cause the fragment is brand new May 25 03:36:23 And the intent hasent even been called yet, according to the new fragment May 25 03:36:45 It works once, then the new fragment and shown and it looks like nothing happend May 25 03:38:00 onActivityResult is called, then the new fragment is created May 25 03:38:19 I think I need to use savedInstance to store the items May 25 03:47:01 freakin finally :D May 25 03:50:28 finally { celebrate(); } May 25 03:50:50 nooooo! May 25 03:50:59 you don't need no stinkin fragment May 25 03:51:04 hahah what? May 25 03:51:20 you heard me May 25 03:51:25 shmooz has spoken. May 25 03:51:32 how come shmooz May 25 03:51:44 cause they stink May 25 03:52:19 yeah, it has been confusing May 25 03:52:35 But its such a simple piece of functionality I thought i'd give it a shot May 25 03:53:19 If it ain't broke, keep fixing it till it is. :D May 25 03:53:27 literally May 25 04:01:02 I'm going to make a game where the players have to develop an android app, and then I sell the apps on the playstore ;P May 25 04:03:30 Why hasent anyone else thought of that May 25 04:05:00 I actually want to merge all the keepshare screens into a single screen with fragments May 25 04:05:01 sortof like AIDE , but connects to a remote Android Studio or whatever, compiles remotely and sends back the .apk May 25 04:05:32 thatd be sick shmooz May 25 04:05:40 But idk if I could code on my phone May 25 04:05:45 single activity May 25 04:06:21 badCompany: if I make you believe it's a game you will ;) May 25 04:06:34 I wanna go in on this with you May 25 04:07:11 anyone else ? May 25 04:07:32 ok you're in ! May 25 04:07:59 word May 25 04:08:38 shmooz that's an amazing idea May 25 04:08:54 make sure the EULA is thousands of paragraphs long May 25 04:09:02 so that the users have no idea May 25 04:09:18 you have to beat the monster boss that is google's hodge podge of garbage called android LOL May 25 04:10:16 there are obstacles that get in your way and you have to find the keys to unlock them by finding information May 25 04:11:20 So can I upload files to server with picasso? May 25 04:11:36 Looks like it only caches May 25 04:12:07 and downloades May 25 04:20:10 I never used picasso, I'm thinking about it, to solve my OutOfMemoryException problem when parsing album art from audio files May 25 04:22:41 shmooz that should be a game, wack-a-oom May 25 04:22:53 probably won't use it, I'm stubborn not to use libs May 25 04:22:59 no libs at all? May 25 04:23:35 I only have one AACPlayer lib for playing shoutcast AAC streams May 25 04:23:52 How come you dont like to use libs? May 25 04:24:22 I will add ExoPlayer and ffmpeg soon , right now it's just MediaPlayer and AACPlayer and VideoView May 25 04:25:17 badCompany: because I'm new, and I like to see the problems in the raw way of doing things first May 25 04:25:20 anyone know why canvas.drawRoundRect is unbelievably hideous? May 25 04:25:32 makes sense shmooz May 25 04:26:01 groxx because ... android ? ba-dum May 25 04:26:20 apparently :| RoundRectShape looks fine, but the corners on drawRoundRect... Dx May 25 04:28:22 so right now im taking a photo and working with the bitmap thumbnail in onActivityResult May 25 04:28:27 But I want to get the full size image May 25 04:28:42 I can get the file and then convert that to bitmap, correct? May 25 04:28:55 Then ill be left with a full size image, a bitmap, and the file May 25 04:29:24 yes but you have to be careful with mem usage May 25 04:30:24 watch out for those OutOfMemoryExceptions ;) May 25 04:30:31 Those are killer shmooz :P May 25 04:32:06 yeah it's one ugly ogre in my way, I need a magic spell May 25 04:32:28 Shrink the imageds May 25 04:32:30 images* May 25 04:33:35 g00s: seriously, look at this thing: http://cl.ly/image/330L3L2x1d0i May 25 04:33:55 huh i wonder, if mvstore would be used to manage a bunch of bitmaps; you can tell it to allocate its store on non-jvm heap May 25 04:34:19 key = whatever, value = byte[] store=off heap May 25 04:34:29 yes, downsample , resize/scale, load in smaller chunks May 25 04:35:34 groxx hm, corners look thicker May 25 04:35:59 yeah. and like they got a military haircut or something. the outer edges go straight for way too long. May 25 04:36:04 groxx they are making it hard to create apple-ish icons :) May 25 04:37:10 capella-s3: why are my firefox tabs now flickering with lots of Connecting ... info , when loading the page. ot May 25 04:37:24 it's making me think my browser's being hijacked May 25 04:37:43 my chrome had a problem too May 25 04:38:51 shmooz: not sure (?) I'm on *nix nightly / 41.01a and I don't see anything :/ May 25 04:40:41 capella: seems like a new feature, I'm on win7 , it's very distracting to have the tabs flicker like that May 25 04:41:33 what version #? You might try under general settings / preferences to disable e10s / "multi-process" May 25 04:42:55 not sure, but it always auto updates May 25 04:43:12 and then just for yucks disable all addons if it's still occurring May 25 04:43:51 oh great they migrated the options into a webpage now May 25 04:45:19 Yah - I like that ... didn't @ first May 25 04:45:39 no more modal dialog box May 25 04:46:16 so you're a release or two behind me :/ May 25 04:47:55 I should have written my own browser May 25 04:48:17 ff is now horrible imo May 25 04:48:28 g00s: bah. my derp. half the line is clipped by the view boundaries. May 25 04:49:58 * g00s deploys fizzgig in groxx 's general direction May 25 04:53:48 shmooz: what version FF did you say? May 25 04:54:27 lol I can't even find how to check May 25 04:54:41 this options in the webpage thing is even more annoying May 25 04:55:06 You should still have main menu Help -> About May 25 04:55:06 and they rearranged everything so I'm trying to look at this without throwing up May 25 04:55:29 shmooz did you install the nobarf plugin ? May 25 04:55:39 Oh, that's critical! May 25 04:55:47 38.0.1 May 25 04:56:02 k - gonna bounce to my Win partition May 25 04:56:15 no all I have is NoScript AdBlock Lite and DownloadHelper May 25 04:57:42 it's like AOL bought firefox or something, what's going on May 25 04:57:53 did they fire the CEO ? May 25 05:00:54 capella-s3 i sincerely hope, when i update to FF 39 + e10, that the things actually starts up at all May 25 05:01:04 because my session has like 120 tabs May 25 05:01:13 well that took a minute May 25 05:01:19 and if those suckers all spin processes, its not going to end well May 25 05:01:32 when the tab was flickering I thought some trojan had taken over and was making my browser DDOS attack the site May 25 05:02:20 lol, noscript is blocking the ff preferences page JS May 25 05:02:29 holy crap my Win FF is 9 releases back .... heh ... stupid unused OS partition May 25 05:02:34 * g00s shuts down FF, will try again @ 39 May 25 05:02:59 disable e10s to make your addons work properly May 25 05:03:23 capella we both have 38 - May 25 05:03:29 there is no e10 May 25 05:03:29 what are e10s ? May 25 05:03:45 capella is like 4 releases ahead on nightlies May 25 05:03:46 me too now - and on Win ... testing ... May 25 05:04:24 oh ah, ver 38 doesn't yet have e10s / multi process May 25 05:04:48 not sure what else could be screwed up ... seems ok on mine May 25 05:04:55 well that's the latest OTA version for me May 25 05:05:06 38.0.1 May 25 05:06:14 yep same here May 25 05:06:43 are your tabs freaking out too ? May 25 05:07:09 no ... tabs are ok ... suppose it's ok to be a little off-topic on the long weekend ... but him me in pm if you worry May 25 05:07:37 shmooz are they blinking 'N S A' in morse code ? May 25 05:08:05 if it's NSA, it;s probably dotdotdot dashdashdash dotdotdot May 25 05:08:26 yes but the chinese NSA May 25 05:08:28 cause it screaming for help as wel strandle that beast :) May 25 05:08:48 Ron Paul get my vote May 25 05:09:33 you mean Rand ? May 25 05:09:37 Ron is his dad May 25 05:10:50 er, correct May 25 05:11:01 not Ron, yes Rand May 25 05:11:46 I just openned 40 tabs at the same time, and all seems well to me May 25 05:12:27 Did you disable all your addons and retry? Also you might restart in safe-mode, basically try with a new profile May 25 05:15:46 yes May 25 05:16:11 odd May 25 05:17:18 i just wach sanders own rand paul again a few minutes ago May 25 05:17:30 * bhans slaps capella around a bit with a large trout May 25 05:17:34 bernie sanders is a nut May 25 05:17:39 he owns nothing May 25 05:18:06 sanders, franken, and rand were debating and he got is ass kicked May 25 05:18:24 I seriously doubt it May 25 05:18:46 Is there a way to post my games on forums without sounding like spam? May 25 05:18:50 It could leave a bad impression if my first post is ‘hey check out my app!’ May 25 05:18:59 rather than being a regular contributer to that particular forum May 25 05:19:08 Carzy Uncle Bernie ... heh - every watch him yell "get off my lawn" on the Senate floor? May 25 05:19:49 https://youtu.be/wYgVglm2xFY May 25 05:19:51 thank god I stopped watching politics May 25 05:19:56 one person here sounds like an idiot May 25 05:20:03 and its not sanders :) May 25 05:20:17 mmm hmmm May 25 05:24:55 you see the bottom line is, how much money they can save for their masters May 25 05:25:49 that's what both sides brag about doing, saving money May 25 05:25:57 I see Sanders point as "How much more to spend?" is "more" May 25 05:26:48 the end goal shouldn't be saving money May 25 05:27:09 heh - nor should it be spending for the sake of spending May 25 05:27:21 money doesn't fix everything May 25 05:28:12 Ah well, interesting campaign ad for Sanders May 25 05:28:55 how do I know in my project gradle file, what the version of my gradle should be? like classpath 'com.android.tools.build:gradle:0.14.2' May 25 05:29:02 that seems pretty outdated May 25 05:29:15 ive heard the most recent version is like 1.4? May 25 05:29:22 gatta reboot, brb. May 25 05:33:35 I am making a drag and drop app that ranks items. I am using DragSortListView library and I would like to get an array for the re-arranged ranked items. I know I am suppose to use to getCursorPositions() method however I dont know to implement the DragSortCursorAdapter. May 25 05:34:01 Anybody familiar with the DragSortListView library? May 25 05:34:47 いいえ。 May 25 05:35:23 shmooz so I'm out of ideas other than reinstall or try the developer version :/ May 25 05:37:02 ... can't repro... May 25 05:37:13 capella-s3: it's ok I'll figure it out eventually May 25 05:38:06 capella-s3: thanks for helping me realize it's just a glitch and not a feature May 25 05:38:23 :) Hate to lose "customers" May 25 05:51:38 https://firstlook.org/theintercept/2015/05/22/apple-google-spy-summit-cia-gchq-ditchley-surveillance/ May 25 05:51:46 shmooz you'll like that i think :) May 25 05:57:35 they are pretending to be on the side of privacy, while getting their backs patted by their owners ;) May 25 05:59:15 by the time we find the hidden backdoors they built for the spying agencies , it's already history May 25 06:00:13 hm, dunno about google but tim cook is pretty hardline for privacy & not sharing data May 25 06:00:17 and they meet in private apparently so they can speak freely... to each other that is... see "chatham house rule" May 25 06:00:50 * bhans slaps arnotixe around a bit with a large trout May 25 06:01:32 * arnotixe wonder if a salmon would be better. May 25 06:01:51 any fish off santa barbara will do May 25 06:02:03 * bhans slaps g00s around a bit with a large trout May 25 06:02:23 g00s: that sounds desperate May 25 06:02:49 yeah the fish off santa barbara are desperate .... May 25 06:04:27 g00s: are you making an app ? May 25 06:04:39 yeah May 25 06:05:02 it was bluetooth something, what will it do ? May 25 06:05:16 it streams weather data from BT devices, yeah May 25 06:06:38 I haven't even started thinking about BT yet for my app, I feel I shouldn't have to think about it May 25 06:06:56 ble or rfcomm ? May 25 06:07:09 you just pair your phone and it plays on the bt speakers fine, what else is there ? May 25 06:07:23 oh, no idea about that profile May 25 06:10:12 pfn: I went through and made the script: https://github.com/JonnoFTW/Material-Design-Copier May 25 06:15:49 Jonno_FTW: Have you seen this: http://materialdesignicons.com/ ? May 25 06:16:26 the zip has all the correct sizes plus a vector-drawable May 25 06:17:00 * surf2b1 really hopes they backport VectorDrawable soon May 25 06:17:39 * bhans slaps surf2b1 around a bit with a large trout May 25 06:18:07 * surf2b1 is stunned May 25 06:21:43 haha that would be great at I/O "we're announcing that Eclipse + ADT will again be the official dev tools for Android" May 25 06:30:09 lol May 25 06:30:36 we're pleased to announce HoloMaterial May 25 06:40:10 AppCompat = HoloMaterial May 25 06:54:25 anyone suggest 'best practice' when it comes to storing api key/secret in your app? May 25 06:56:25 store it with care May 25 06:59:30 woo published second app May 25 06:59:35 https://play.google.com/store/apps/details?id=me.dylanredfield.fourdigits May 25 07:00:07 woooo! May 25 07:00:12 Can I install it? May 25 07:00:20 no your not allowed :D May 25 07:00:25 /s May 25 07:00:37 :( May 25 07:00:48 oh god my screenshot has 69 on it May 25 07:00:53 i didnt even realize May 25 07:01:12 * phix rates the app 1 with a comment "cause the developer said I couldn't install it :(" May 25 07:01:15 :P May 25 07:01:42 shit i knew it would come back to haunt me :/ May 25 07:01:47 :) May 25 07:01:53 i think if you did download it, which i hope you do, you would be the first one May 25 07:02:01 ha, I bet there's no real reason for minSdk = 11 May 25 07:02:25 wakelock: probably not but why not have it if i dont use anything that requires 22? May 25 07:02:59 lol May 25 07:03:08 I meant it would probably do just fine on 10 May 25 07:03:09 i think the iphone version my friend published a couple weeks ago has about 1000 downloads so hopefully i get a couple May 25 07:03:14 wakelock: oh, oops May 25 07:03:27 is 10 2.3.3? May 25 07:03:59 2.3.3 - 2.3.7 May 25 07:04:31 wakeLock = ((PowerManager)getSystemService(Context.POWER_SERVICE)).newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, TAG); May 25 07:04:52 wakelock: You are deprecated now! May 25 07:04:54 minsdk 16, don't start supporting 2.x at this point May 25 07:05:24 SimonVT: i agree there is no reason to and i woke go out of my way to support <16 but if i can might as well May 25 07:05:45 DadFoundMy its a matter of increasing your bug exposure May 25 07:05:45 surf2b1: no I was not aware of this May 25 07:05:46 It's easier to lower minSdkVersion later than raise it. May 25 07:05:50 Don't start low. May 25 07:05:54 No, because then you have to keep supporting it May 25 07:05:59 You'll just be shutting out users if you raise. May 25 07:06:02 there's no reason to demand API you're not even using. May 25 07:06:06 Rather just not do it at all May 25 07:06:10 g00s: oo good point May 25 07:06:25 wakelock: what should I use instead'? May 25 07:06:44 whatever is the minimum that you need May 25 07:06:49 that's why it's called minsdk May 25 07:07:06 wakelock: instead of wakelock cause apparantly it is deprecated May 25 07:07:08 if you really *actually* require features of a certain API, then by all means use it May 25 07:07:16 oh May 25 07:07:22 um how would I know? May 25 07:07:32 also, deprecated doesn't mean you are not allowed to use it May 25 07:07:46 plus, docs usually say why it's deprecated and what to do instead May 25 07:07:59 minsdk 16? O.o May 25 07:08:17 Even if you can get by with supporting api4, it'd be stupid to do it at this point. Same with <16 imo May 25 07:08:52 so even ICS is deprecated? lol May 25 07:09:09 There are more GB than ICS devices May 25 07:09:18 Both are pointless May 25 07:09:52 Right. May 25 07:10:08 There's also less of 16 than it's of GB May 25 07:10:16 And less of 17 than it's GB May 25 07:10:23 So fuck all those users and exclude 40% of population! May 25 07:10:23 because GB is standing strong! May 25 07:10:37 *facepalm* May 25 07:11:05 There's three times at many on 16 as there is on 10 May 25 07:11:06 DadFoundMy: your decompiled app is ready: https://filetea.me/t1snptJsPp9RFy8FXBRKgQQNA :P May 25 07:11:08 there's probably less 22 than GB too May 25 07:11:11 *facepalm* May 25 07:12:04 SimonVT, not according to my stats. May 25 07:12:42 So you must be wrong, my truth and usecase is the only truth! May 25 07:12:46 Because your apps are representative of all apps across the world May 25 07:12:57 SimonVT, indeed :) May 25 07:13:13 Do we get the hypocrisy of telling someone else what to drop? :) May 25 07:13:20 100% of devices in my household are lollipop, minsdk 22 May 25 07:13:49 JellyBean is the new Gingerbread May 25 07:14:05 I prefer pastries May 25 07:14:17 wakelock prefers ravioli May 25 07:14:48 that too May 25 07:14:55 jellybeans are for kids May 25 07:16:43 lolipops are for, well... adults? May 25 07:17:47 macadamia nut cookies are one of my favorites though May 25 07:19:06 DadFoundMy, you perv May 25 07:19:49 what Theme does context.getApplicationContext().getTheme() return? I don't think it is the theme I specify in the AndroidManifest May 25 07:22:19 in which part of manifest? May 25 07:23:17 Mavrik: application tag May 25 07:23:32 what's it return? May 25 07:24:51 hmm, interesting. May 25 07:25:39 it returns some theme. I am trying to get a bunch of values from android.R.attr or R.attr if the theme is appcompat. If I use application context it doesn't work. http://pastebin.com/DMUsNzxY (last method) May 25 07:27:20 if I use activity context it works. my theme in the application tag has values for colorPrimary so I would think it would get the attribute. May 25 07:28:20 Why not just use the activity context tho? You never know where the theme for an activity is set May 25 07:29:38 SimonVT: attempting to write a library that themes any view dynamically. So it first gets all the values you set in your theme and then later you can change it. I want it to work across multiple activities which might not be AppCompat May 25 07:30:42 You might have multiple themes May 25 07:31:38 indeed, you should work with one activity at a time May 25 07:31:46 true.. basically I want a way to get and set primary and accent colors dynamically. May 25 07:31:57 and application wide May 25 07:32:43 g00s: !!! May 25 07:32:59 hey thepoosh :) May 25 07:33:24 thepoosh your cto was right, about i/o IoT (Brillo) May 25 07:33:35 or ceo May 25 07:33:37 ?! May 25 07:33:43 oh May 25 07:33:44 yeah May 25 07:33:59 he's been at google HQ a lot in the past few months May 25 07:34:24 thepoosh what does he do there ? May 25 07:34:28 surf2b1: Sounds like you need to set it per activity anyway (since application theme values might be overridden) May 25 07:34:33 mostely meetings May 25 07:34:43 i should do that too May 25 07:34:46 is it possible that setting FLAG_NEW_TASK on an intent when there is an already running Activity will not pass in the new extras to the Activity? May 25 07:34:53 i'm going to shcedule a meeting with mr burke May 25 07:35:47 g00s: i don't think he met with him May 25 07:35:57 mostly product people May 25 07:36:51 hullo google, I'm here to apply for attending meetings. yours truly, g00s May 25 07:37:15 :) May 25 07:37:21 conference call with #androiddev May 25 07:45:00 I was thinking about buying so ads for my app but the earliest I can get is about 9 days from now - by then I’d imagine it would be too late right? May 25 07:45:18 Its not really getting noticed at the moment May 25 07:47:22 capella-s3 :( :( http://news.slashdot.org/story/15/05/22/1318215/ads-based-on-browsing-history-are-coming-to-all-firefox-users May 25 07:47:54 oh crap... reading May 25 07:49:01 rip ff May 25 07:49:41 ah... this'll be in the about:newtab page May 25 07:49:52 i think May 25 07:49:57 http://venturebeat.com/2015/05/21/mozilla-will-roll-out-suggested-tiles-to-firefox-betas-new-tab-page-next-week/ May 25 07:50:27 and most likely you can pref off in about :config May 25 07:51:25 surely there's an extension to deal with that May 25 07:51:33 or there will be soon enough May 25 07:51:52 hm, well you can turn tiles off totally but .. May 25 07:52:04 i used them since they had the most frequent sites May 25 07:52:25 unless i'm confusing tiles with something else May 25 07:52:57 lol, I had tiles turned off permanently, now I turned them on just for kicks, my recently visited pages are there, plus the "firefox for android" sponsored tile May 25 07:52:58 Anyone here pay for app advertising? Is it worth it? May 25 07:53:34 yeah I don't like tiles in general, I wish there was a way to disable all that "tracking" altogether May 25 07:53:45 and I wish there was a way to disable tiles in chrome as well May 25 07:53:58 morning May 25 07:54:14 early riser :p May 25 07:54:52 hm, wonder if there's a channel for advice on promoting your app May 25 07:55:05 wakelock, 10 o'clock here :p May 25 07:55:10 hey danijoo May 25 07:55:18 danijoo, I know :p May 25 07:55:21 hey samB__ May 25 07:55:25 wakelock, but still early, yes :D May 25 07:55:33 9am here :) May 25 07:55:44 dunno, I woke up at 7:30 today May 25 07:56:02 wow May 25 07:56:16 thats early May 25 07:56:26 it's called having an actual job ;) May 25 07:57:01 wakelock irc'ing on the job :) May 25 07:57:06 ah well. I forgot. :p here in germany its an official holiday May 25 07:57:30 here it's an official monday, so yay :p May 25 07:57:34 :D May 25 07:57:35 g00s, aren't we all :p May 25 07:57:51 danijoo: Do you ever pay for app advertising? May 25 07:57:57 I’m thinking about it May 25 07:58:09 i did once. it was aweful May 25 07:58:14 but only 50 bugs :p May 25 07:58:38 wow I didn't know google accepts bugs as payment, that's pretty cool May 25 07:58:43 i got like... 3 installs? from it May 25 07:58:51 lol May 25 07:58:54 Thats strange? May 25 07:59:21 I think you need lots of money for ads May 25 07:59:30 but those 3 installs are now generating all the revenue so it was totally worth it, right? May 25 07:59:53 lots of money, or, you could have an awesome and cool app, then it will self-promote :) May 25 07:59:54 wakelock, they have to see a lot of ads in my app to ear those 50$ back though :D May 25 08:00:12 lol May 25 08:00:14 so when was this? May 25 08:00:30 ads are for finding your audience. they will never pay back on a per user basis May 25 08:00:51 its about getting your audience know your app May 25 08:01:13 once your app is known enough, it will self promote May 25 08:01:20 wakelock, january or so May 25 08:01:31 so long as the app is good though May 25 08:01:35 ofc May 25 08:01:53 january, hm... so... your ad campaign might pay off in, say... May 25 08:01:56 2040 :p May 25 08:01:59 you could also write a virus. thats self-promoting too :p May 25 08:02:14 will spread the world without ads xD May 25 08:02:15 good point, I'm on it May 25 08:04:08 maybe my problem also was that i clicked the ad together in like 10 minutes "to try out if ads work" May 25 08:04:19 must have been the ugliest ad ever seen May 25 08:04:55 * bhans slaps danijoo around a bit with a large trout May 25 08:05:40 im not into that kind of stuff bhans May 25 08:06:02 me neither May 25 08:06:16 you'd fool me... May 25 08:06:38 me too... May 25 08:06:49 danijoo, should've added some cat videos May 25 08:06:51 danijoo: After 7 days would it be too late to promote a dead app? May 25 08:07:11 samB__, I don't see your point to be honest May 25 08:07:29 i dont think a user cares if its 7 days in the app store or 7 years May 25 08:07:37 why do you keep thinking it is strange or unheard of for app vendors to have ad campaigns completely unrelated to release dates? May 25 08:08:04 you wont get features though May 25 08:08:35 that's okay, he'll have a killer ad to make up for it :p May 25 08:18:35 i wonder if this guy is correct May 25 08:18:38 "The gmail team has over one hundred individual software developers working on it." May 25 08:18:45 thats the gmap app May 25 08:18:59 i wonder if thats just android or ios too May 25 08:19:29 it could be true May 25 08:19:53 i readthe twitter android app has dozens O.o May 25 08:19:56 i remeber some twitter eployee saying that there are about 50 people working on twitter app (only android) May 25 08:20:05 yeah May 25 08:20:11 so why not double that for gmail :p May 25 08:20:30 no wonder why i can't get my app done, i need like 20 more of me May 25 08:20:47 maye they fire some designiers soon. Material design does not need custom 9.pngs :pp May 25 08:21:14 DadFoundMy: I finally won. 7 guesses :) May 25 08:27:48 why cant they put 20 people on appcompat May 25 08:29:09 they wont fit in! May 25 08:29:15 ;) May 25 08:29:23 lol May 25 08:29:26 * bhans slaps gordon_ around a bit with a large trout May 25 08:29:36 the scary thing is, they probably do May 25 08:29:37 :D May 25 08:30:09 Leeds no, i think appcompat is one guy and his dog May 25 08:30:43 namely Chris barnes May 25 08:31:08 dog probably isn't even getting piad May 25 08:31:32 they pay their goats, don't they? May 25 08:31:43 hmm .. they get free meals May 25 08:31:44 well, they probably call it 'feeding' them May 25 08:31:51 not sure if they get paid though May 25 08:31:52 my guess is, the guy is an intern May 25 08:41:00 It's crazy how much appcompat is used and literally one guy worked on it. You would think google would have their stuff together for such a big release. May 25 08:42:50 Also, there is really no official docs/guide for appcompat. You get a better guide by going to Chris' blog and seeing his SO answers. May 25 08:43:20 chris' blog is the guide xD May 25 08:43:26 sad but true May 25 08:44:00 good for Chris, bad for everyone else. May 25 08:44:49 i wonder if he get payed for blogging May 25 08:58:49 going back to my question ^^ context.getApplicationContext() always returns Theme.DeviceDefault May 25 08:59:13 * context.getApplicationContext().getTheme() May 25 09:01:12 thats a statement, not a question :p May 25 09:06:11 danijoo: haha. I know. I was answering myself. May 25 09:09:50 apparently appcompat is really no better than a hobbist freelance project, lol May 25 09:15:10 Does anybody have any experience with the DragSortListView library by Carl Bauer May 25 09:16:03 something is heavily screwing up my build .../cache.properties (no such file or directory) May 25 09:16:07 gradle... May 25 09:19:48 dasqueel: I've used it but it has been over a year May 25 09:20:12 Datepicker does not have a getDate().. instead you must get year, month and day and parse it manually May 25 09:20:18 interessting design decision May 25 09:22:55 Is it better to use a layer list or a LinearLayout for a start screen that has a background image and several image overlays? May 25 09:25:16 layerlist May 25 09:25:16 I dont know how to establish the DragSortCursorAdapter May 25 09:27:16 dasqueel: It is deprecated because it runs queries on the UI thread. May 25 09:30:20 How can I scale the bitmap within a layer list? I want to place it in the bottom left corner of the screen such that it takes up half of the width and scales the height appropriately? May 25 09:30:57 hi guys, how can I set the width of a layout with 90%? :D May 25 09:32:31 You don't. May 25 09:32:34 This isn't the web May 25 09:32:36 set margins. May 25 09:37:07 fuck i really have a problem here!! :) May 25 09:38:47 okay? May 25 09:44:03 wtc? what are these weird emotes/icons doing in github commits? http://i.imgur.com/5s6Eggb.png May 25 09:46:52 wakelock, someone's using them? :P May 25 09:47:21 wakelock: iOS devs are coding in all emojis: http://www.globalnerdy.com/2014/06/03/swift-fun-fact-1-you-can-use-emoji-characters-in-variable-constant-function-and-class-names/ May 25 09:47:46 it's a sickness May 25 09:49:59 that class name indicates greatness of apple's product May 25 09:50:11 May 25 09:50:22 you mean, it's all a joke? May 25 09:50:58 if you say so ;) May 25 09:51:06 it's all shit. poop emoji poop emoji poop emoji May 25 09:51:26 gives you a good idea what the class is about ;) May 25 09:51:55 that's called shitty code May 25 09:52:09 literally May 25 09:52:40 Mavrik, I've done, becous I CAN May 25 09:53:09 What is the default light background on android 5.0? (for material theme) May 25 09:53:38 yoavst: believe it is #ffeeeeee May 25 09:54:16 pretty sure you can get that out of the framework, would be safer too May 25 09:54:21 thanks, the cards look better now May 25 09:55:29 https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/colors_material.xml#L21 May 25 09:55:59 surf2b1: thanks May 25 09:56:39 LOL, 42 May 25 09:56:49 how appropriate for May 25, the towel day :) May 25 10:05:25 gnight. Have a good memorial day May 25 10:07:53 does someone know how does robolectric simulate wifi/3g? May 25 10:07:58 does someone know how does robolectric simulate wifi/3g? May 25 10:08:02 oopsi May 25 10:20:43 This is my layer list: http://hastebin.com/ukoteholax.xml How can I get overlay2 to be left of overlay3 and take up half of the width of the screen? May 25 10:21:33 didn't you ask this already the other day? May 25 10:21:57 hm I guess not quite, that was about imageviews May 25 10:22:45 I didn't ask about layer list before. May 25 10:23:08 But basically I want the same behavior of the imageviews in the layer list. May 25 10:25:08 If I use gravity="left|bottom" the image is still too big. May 25 10:25:34 can we have location service inside fragment May 25 10:25:51 **LocationListner May 25 10:35:41 Or do I need to make the image smaller to fit the screen? May 25 10:55:47 wakelock,Did you say you had a nexus 9? and do you have any probs with it with memery leaks? May 25 11:22:48 no staffers online? May 25 11:23:41 Is there anything special I need to know about "libraries in libraries"? I want to create a library with support for the Pebble, yet my testing app that has my library included crashes with a classdefnotfound exception concerning the pebble classes (that are available in the library project) May 25 11:27:27 Kryil-, how are you including it? May 25 11:30:43 hello May 25 11:31:00 i'm looking for a fun Android quiz that will be in a lottery ticket i'll be handing May 25 11:31:06 some kind of fun one-liner May 25 11:32:45 Mavrik: my library simply has compile 'com.getpebble:pebblekit:3.0.0' in the gradle file. The testing app has the library in the libs folder and compile ':mylibrary-debug@aar' in the gradle file. AndroidStudio recognizes the libraries in both cases in the editor May 25 11:35:28 Full error (without the code trace) java.lang.NoClassDefFoundError: Failed resolution of: Lcom/getpebble/android/kit/PebbleKit; Caused by: java.lang.ClassNotFoundException: Didn't find class "com.getpebble.android.kit.PebbleKit" on path: DexPathList[[zip file "/data/app/com.stuff/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] May 25 11:36:20 hello, is there a way to read sensible logcat output from android studio ? May 25 11:36:48 basically I want to read logcat messages per test case May 25 11:36:59 without the reader juttering around every time a new message pops up May 25 11:37:45 Kryil-, using "@aar" specifier makes gradle not include transitive dependencies May 25 11:37:57 try adding { transitive = true } after dependency May 25 11:46:52 Mavrik: didn't knew that. I was unable to include it without @aar. Still doesn't seem to work with compile (':mylibrary-debug@aar') { transitive = true } May 25 11:50:17 Can anyone tell me how "sync for reddit" handles how an image is made zoomable and pannable when the image is touched? May 25 11:50:40 Do they load the image in a new fragment? May 25 12:07:54 does anyone know how to integrate appcompat in my app? May 25 12:09:01 ChampS_: read these https://chris.banes.me/2014/10/17/appcompat-v21/ https://chris.banes.me/2015/04/22/support-libraries-v22-1-0/ May 25 12:09:39 used the sdk appcompat project, imported this project to eclipse and added this to my apps build path. But can't access Theme.AppCompat.Light May 25 12:10:53 sadly you won't get much love in here as far as eclipse goes May 25 12:11:55 ChampS_: What do you mean by can't access? May 25 12:16:54 did you do all the necessary package imports? May 25 12:17:00 (in java that is) May 25 12:18:37 hmm, isn't AppCompat lib an AAR? May 25 12:20:20 barq: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'. May 25 12:21:33 ChampS_: Where did you get that error? May 25 12:22:05 in my style.xml where I define my AppBaseTheme May 25 12:23:47 Show some code May 25 12:24:41 ChampS_: What is your build target? May 25 12:25:43 Hi, can anyone please help me get some unit tests into my project? I don't know how to notify gradle where my unit tests are. I tried looking it up, tried adding them via the AS gui hoping it would be simpler, it wasn't. May 25 12:26:35 barq: