**** BEGIN LOGGING AT Sun Dec 25 03:00:00 2016 Dec 25 03:03:37 Android Studio is really stuffed with features Dec 25 03:04:32 I use 1% of it Dec 25 04:13:22 Is it possible to write a middleware for camera ? For example, user will open skype and will see a preset picture by my software on his camera. Dec 25 05:59:16 Hi. I am using Android for a medical device and would like to customize the PRODUCT_PACKAGES in the build file. Is it a good idea to create a separate .mk file in the build/target/product folder or should it be someplace else? Dec 25 06:27:10 Can anyone test something out for me real quick? Android Studio is drunk and I want to see if anyone can reproduce. Dec 25 06:27:18 AS says this will always return false: Dec 25 06:27:23 if(android.support.v4.provider.DocumentFile.isDocumentUri(App.getContext(), uri)) { } Dec 25 06:28:13 using support lib 25.1.0 and latest stable AS release Dec 25 07:06:29 surf2b1 i see the same thing Dec 25 07:06:47 Uri uri = Uri.EMPTY; Dec 25 07:06:54 if(android.support.v4.provider.DocumentFile.isDocumentUri(this, uri)) { } Dec 25 07:06:59 g00s: weird, huh. Dec 25 07:07:30 but i don't have time to look into the sources. not sure why that is Dec 25 07:07:32 I was looking at the source, maybe it things Build.VERSION.SDK_INT will never be greater than 19.. Dec 25 07:07:52 * thinks Dec 25 07:09:09 doesn't do that for other things though. Not sure what's going on Dec 25 07:09:35 thanks for confirming Dec 25 07:11:15 np Dec 25 07:45:11 It's a refactoring Christmas! Dec 25 07:45:29 Time to learn to make custom compound views Dec 25 07:46:06 hi Dec 25 07:47:06 hi Dec 25 07:48:00 guys, I use alignParentStart and alignParentLeft (or similarly toStartof and toLeftof) RelativeLayout inner layouts at same time. this is a correct approach isn't it? Dec 25 07:48:00 feeling lonely at Christmas? Dec 25 07:48:11 lol , there is no xmas for me :) Dec 25 07:48:30 why, have you been a bad kid? Dec 25 07:48:55 we, don't celeberate xmas in my country. Dec 25 07:50:04 why do you use both? Dec 25 07:50:13 and what Country is that? Dec 25 07:51:07 "start" and "left" are the same only in left-to-right locales Dec 25 07:51:22 I was using Start version only. but I saw for supporting api levels previous of 17, I need to use Left. Dec 25 07:51:30 in right-to-left locales they are the opposite Dec 25 07:51:54 at least Lint gives this comment. Dec 25 07:52:07 it seems Start is for api level 17+ Dec 25 07:52:36 are you supportin rtl hero_biz ? Dec 25 07:52:40 * thepoosh lights raoul11's Hanukka bush Dec 25 07:52:46 so it should depend on whether you want to refer to the actual left or to the start of the text Dec 25 07:53:01 hi raoul11. hi thepoosh Dec 25 07:53:03 raoul11: not right now, but maybe decide to add it later. Dec 25 07:53:07 * raoul11 throws a sufgania over thepoosh Dec 25 07:53:09 u illegal u Dec 25 07:53:13 Hi mel Dec 25 07:53:15 hi Melatonina Dec 25 07:53:22 raoul11: yeah, I am a war criminal now Dec 25 07:53:25 yep Dec 25 07:53:36 YEAH!!! Dec 25 07:53:42 DOWN WITH THE HUMAN RIGHTS Dec 25 07:53:42 next time u gonna try to get under fontain's skirt in berlin, they gonna sue u Dec 25 07:54:08 down withe the hummus war criminals Dec 25 07:54:13 Melatonina: btw, in my country's calendar, new year starts at 21 march. https://en.wikipedia.org/wiki/Nowruz Dec 25 07:54:31 and, as I said already f0ntain wasn't there Dec 25 07:55:01 Melatonina: you do novigod? Dec 25 07:55:09 I just wonder if I define Start and Left at same time in my layout, which one gets priority in rendering for api level 17+. Dec 25 07:55:47 I added Left for supporting api Level 14-16. Dec 25 07:55:57 thepoosh: no :) Dec 25 07:56:49 he's I-talian not russian Dec 25 07:56:55 Two Israelis and an Iranian walk into an IRC channel... Dec 25 07:57:21 Nukular mushroom Dec 25 07:57:21 Leeds: on Christmas morning Dec 25 07:57:25 oh noez Dec 25 07:57:49 hero_biz: oh. I guess they made the thing right (no pun) and start will get priority on higher APIs Dec 25 07:58:11 thepoosh: on Christmas Day :) Dec 25 07:58:44 Leeds: I'm going through all the Adam Sandler songs today to celebrate Hanuka & Christmas Dec 25 07:59:09 Melatonina: ok,ty info :) Dec 25 10:03:49 hii evryone! Dec 25 10:16:05 hi Dec 25 10:25:15 i got a little issue Dec 25 10:26:33 i just started to use android sutido, everything is going well, but when i run even just a simple app like Hello World, the whole system crash down, how can i accelerate it ? Dec 25 10:48:33 Melatonina: How to get applicat context or shared preferences inside a thread that was started by an Activity? Dec 25 12:40:50 Having a nice Christmas? Dec 25 13:02:50 Melatonina: yes and do you? Dec 25 13:10:09 joci: I don't celebrate it Dec 25 13:19:54 Melatonina: celebrate what? Dec 25 13:19:57 novigod? Dec 25 13:20:15 I don't celebrate nothing Dec 25 13:20:19 anything Dec 25 13:20:47 I don't even celebrate my own birthday Dec 25 13:21:16 lame Dec 25 13:27:33 Is this a good way to make a colored rectangle drawable? https://gist.github.com/anonymous/f8ba19d5c4a905f539142f0e84455cd0 Dec 25 13:27:42 The color doesn't show up Dec 25 13:29:32 does the color have alpha Dec 25 13:31:00 no, it's 6 digits: #880000 Dec 25 13:31:03 dark red Dec 25 13:32:57 oh, but as int, is it 0xFF...... Dec 25 13:33:04 otherwise its transparent Dec 25 13:35:03 oh Dec 25 13:35:23 actually only now I moved it among resources Dec 25 13:35:45 before it was coded as 0x880000 Dec 25 13:35:50 you may be right Dec 25 13:35:55 running it again Dec 25 13:39:06 Ashiren: now at least it shows up as black Dec 25 14:17:02 I have a searchBar with tabs below it (each tab should display different results). I'm using RxJava with RxBinding to listen to text changes events, and I'm using switchMap() operator to execute a Retrofit service for each text change emission. But for each request I receive a different response object - How can I handle different return types inside switchMap since the last one needs a common type for all? Dec 25 16:22:21 whats the difference between using roboelectric/mockito? Dec 25 17:21:57 Merry christmas all. Dec 25 17:22:35 thank you puff Dec 25 17:22:37 you too Dec 25 17:24:22 :) Dec 25 19:43:02 i'm trying to make some part of a formatted string resource bold but only the plain text gets show Dec 25 19:43:59 e.g the string is formatted like Hello %1$s Dec 25 20:42:39 any android core developer here ? Dec 25 20:43:06 core? Dec 25 20:43:27 anroid framework Dec 25 20:45:00 oh, unlikely now Dec 25 20:45:05 this is for app developing Dec 25 20:45:12 and #android-root is for ROM and whatnot Dec 25 20:45:27 thank u Dec 25 21:33:00 Happy Holidays, everyone! Dec 25 21:52:12 bug 230988 with Android Studio Dec 25 21:58:10 hm? Dec 25 21:58:21 Ashiren, is that a easy fix Dec 25 21:59:12 i dont know. you jsut typed some random number :v Dec 25 21:59:54 ah its from issue tracker? Dec 25 22:00:02 Ashiren, its a bug code from the issue trackor Dec 25 22:00:03 sorry Dec 25 22:00:29 no idea Dec 25 22:00:41 Cool Dec 25 22:00:49 Sorry I should of made it clearer to you Dec 25 22:01:05 quick googling finds this http://stackoverflow.com/questions/28003717/android-studio-not-starting-fatal-error-initializing-com-intellij-util-indexin Dec 25 22:01:21 give me 2 Dec 25 22:01:48 will look into this and see if this is whats causing it Dec 25 22:04:54 trying the rename thing Dec 25 22:14:13 Ashiren, Do you recommend any other apps to make android apps Dec 25 22:15:43 only android studio, especially for beginners Dec 25 22:15:52 Cool Dec 25 22:16:00 I am using App Inventor Dec 25 22:16:19 for doing the apps but I want to connect the app to Android Studio Dec 25 22:17:45 but it seems you need to be able to run then android studio first Dec 25 22:18:23 Yes I do Dec 25 22:18:34 I just paid for the developer licence for Android Dec 25 22:18:55 would be good if they reduced it Dec 25 22:24:35 huh Dec 25 22:36:25 If you're serious about learning Android, the sooner you learn Android Studio, the better Dec 25 22:37:31 Isn't the developer license only $25? Dec 25 22:37:41 hes gone Dec 25 22:37:50 maybe app inventor license Dec 26 01:23:10 hi Dec 26 01:25:09 where is the sdk, I download here: https://developer.android.com/studio/index.html but I seems to be just android ide instead of sdk. And here http://dl.google.com/android/android-sdk_r24.3.4-linux.tgz seems to be the one I want Dec 26 02:07:12 Wow, George Michael died on Christmas Day. Dec 26 02:07:29 yes, he did **** ENDING LOGGING AT Mon Dec 26 03:00:00 2016