**** BEGIN LOGGING AT Thu Nov 24 03:00:00 2016 Nov 24 03:17:07 Hello Nov 24 03:18:38 Hello, $username. Welcome to #amdroid-dev. Nov 24 03:18:51 android* Nov 24 03:19:39 Thank you. I have a question in regards to rooting and the android-root channel is unresponsive. Nov 24 03:22:16 Hello. I've been struggling for a while now, going through many online guides, and I've finally decided that I can't solve this by myself. If anyone here has the knowledge and some time, I'd appreciate the help. I've posted my problem at XDA Forums: http://forum.xda-developers.com/android/help/how-to-htc-one-m7-list-specific-current-t3506036 Nov 24 03:42:15 Hey guys. How can I get compass like angle of rotation in my app. like where i am pointing b/w 0-360 deg relative to where i was pointing before Nov 24 03:54:22 any1? Nov 24 05:49:55 hey all-- i shouldn't need to gradle clean for my changes to proguard-rules to be respected, right? just generate another release apk? Nov 24 06:57:19 anyone here? Nov 24 07:08:24 I am Nov 24 07:14:04 heyo Nov 24 07:15:21 and me Nov 24 07:20:21 So, I was thinking of releasing an alpha APK on play store and wanted a seperate Firebase project for it. But for that firebase needs a separate package name and play store needs same package name. Is there another way to do this? Nov 24 07:20:21 Good morning. Nov 24 07:22:55 create a dummy project on both? Nov 24 07:26:42 Then what's the point of alpha release option in play store Nov 24 07:29:27 good merning Nov 24 07:30:37 that caster.io is really neat Nov 24 07:30:39 good morning Nov 24 07:30:48 become better android developer for just $15 Nov 24 07:38:19 here's a fun question Nov 24 07:38:39 you ever used a TimePicker? or even BetterPickers? how do you figure out whether it's AM or PM, from the picker? Nov 24 07:58:18 this is it http://stackoverflow.com/a/6908030/764897 Nov 24 07:59:39 I live in a country where people doesn't know what is am or pm Nov 24 08:05:03 yea I'm aware of that issue Nov 24 08:05:24 that's why BetterPickers doesn't provide a way to get back that field even if it was selected by the user Nov 24 08:05:31 Hi, i have idea to make an app for android. Where should i start as a beginner? What programming language should i learn or even better what book should I buy to start developing my app? Thanks Nov 24 08:05:40 but I'm betting that they return the hour always in 24h format Nov 24 08:06:43 What are the essentials that i need to learn? Nov 24 08:06:52 learn java first Nov 24 08:07:17 at least java basics and get the concept of object-oriented programming Nov 24 08:07:40 Ah so generally android development is based on java language? Nov 24 08:07:54 What book do you recommend for me to learn android development in java? Nov 24 08:08:31 Im not completely new to programming i have done some tutorials in C++ so i know some concepts Nov 24 08:08:43 But im completely new to Java language Nov 24 08:09:16 darn when comes to book i cant recommend any really, i base my knowledge on randomly found tutorials :v Nov 24 08:09:54 Ashiren: so how well have you learned form them? :) Nov 24 08:11:16 i.e. try this https://www.reddit.com/r/androiddev/wiki/index Nov 24 08:12:38 well, i started focusing on android 3 years ago, 2 years i did more serious things and currently work for compay for 1 year now Nov 24 08:13:59 Ashiren: so you even get a job in company by learning tutorials? :) Great congrats Nov 24 08:15:19 but then again i got some hobbystic programming experience before that Nov 24 08:15:26 beware as there are good an bad tutorials Nov 24 08:16:37 Sigh, been stuck on this problem for hours -.- Nov 24 08:16:53 Blessed: thenewboston on youtube Nov 24 08:16:54 anyone able to take a look, see if you can spot what i've done wrong? Nov 24 08:17:16 nah man Nov 24 08:17:24 but i dont see anything Nov 24 08:17:27 go and pay for a course on Udacity Nov 24 08:17:46 made by people from Google Nov 24 08:17:55 dont. Nov 24 08:18:28 I posted this problem on stackoverflow, still no luck: https://stackoverflow.com/questions/40779155/copying-file-from-raw-to-external-storage Nov 24 08:18:57 raoul11: thanks Nov 24 08:19:00 runtime permissions? Nov 24 08:19:02 add read permission too Nov 24 08:19:17 tried that Nov 24 08:19:41 does the problem exist on diff api? Nov 24 08:19:48 I also get permissions with this now: http://pastebin.com/KgivWNuc, from what ive read it should grant permission to the group once you get given one of them? Nov 24 08:20:48 go to applications list, click your application and click permission. does it have storage permission granted? Nov 24 08:21:12 also, does the path exist Nov 24 08:21:52 it does have storage permissions Nov 24 08:22:07 the first part should create the directory if it doesnt already exist Nov 24 08:22:29 the error log is after you added runtime permissions? Nov 24 08:23:00 error log was before, it now no longer crashes, but doesnt appear to do anything Nov 24 08:23:32 well you catch the exception and print it probably Nov 24 08:23:48 so look for W/ after you click Nov 24 08:23:59 also, might be silly, make all letters in your path lower case Nov 24 08:26:03 all lowercase Nov 24 08:26:13 no change, Nov 24 08:28:28 Oh Nov 24 08:28:33 it is creating them Nov 24 08:30:28 wee Nov 24 08:31:23 just, you cant see them when the device is connected to the pc Nov 24 08:31:55 hm Nov 24 08:32:05 you can via adb :? Nov 24 08:32:44 i dont know how to check that, still pretty new. Nov 24 08:33:07 Do people still use ListActivities? Nov 24 08:33:15 if i go through the file explorer on the tablet the folder is there. but on windows even in MTP mode, cant see it Nov 24 08:33:35 mtp mode is meh. why android dont work as usb storage anymore :s Nov 24 08:33:58 Yotta92: unlikely, unless they maintain old projects and dont want (cant?) refactor Nov 24 08:37:04 well, the only other option is charging mode and that nothing shows up in that Nov 24 08:38:32 and nothing shows up in that* Nov 24 08:40:05 well thats fucking weird, apparently it doesnt like the USB extension cable I have... Nov 24 08:48:41 is having no code style a "code style"? Nov 24 08:49:06 I mean mixing notations, hungarian, camel case, underscore case and so on Nov 24 08:49:47 lol Nov 24 08:50:18 let me link you Nov 24 08:50:41 https://medium.com/@mmbialas/50-android-studio-tips-tricks-resources-you-should-be-familiar-with-as-an-android-developer-af86e7cf56d2#.ctjvzx88m Nov 24 08:50:45 #3 is really good Nov 24 08:50:53 it's the closest thing you will get to code style in android Nov 24 08:50:59 that would be most free style, you can express yourself in any way you want :) Nov 24 08:51:07 what Nov 24 08:51:21 being able to express yourself using the language has nothing to do with code style Nov 24 08:51:40 code style is just the way the code looks, regardless of what it's saying Nov 24 08:52:02 aoiefjaosidjfaisdjf Nov 24 08:54:23 hi hi hi peeps Nov 24 09:12:44 hi peep Nov 24 09:21:13 I am looking for someone who have exp with beacons and get the strongest Nov 24 09:29:14 bacons? Nov 24 09:30:58 mmmmmmmmmmmmm, bacons Nov 24 09:32:03 mybe beacons Nov 24 09:32:06 NO BACON Nov 24 09:32:07 *maybe Nov 24 09:32:57 Hudson Valley bacon Nov 24 09:33:31 I know a guy who has been playing with beacons... whenever I'm in the same room as him (or his laptop bag) my phone starts getting very excited about "the physical web" Nov 24 09:36:31 can't outrun radio... is he testing boundaries? 📻 Nov 24 09:58:24 when I inflate horizontalScrollView in my layout dynamically then its not possible to use scrollTo or smoothScrollto. If I move the scrollView xml code to the layout instead of inflating then scrolling works. Any ideas why ? Nov 24 09:59:40 csst0111: why not use RecyclerView? Nov 24 09:59:58 with a horizontal layoutmanager\ Nov 24 10:00:03 that feeling :) Nov 24 10:00:16 its a very simple case - no need for adapters Nov 24 10:01:10 * raoul11 lights a fire around thepoosh Nov 24 10:01:25 burn yemenite burn! Nov 24 10:01:28 * thepoosh flips his hat Nov 24 10:11:37 Turkey-day in the US ... all dieters, take the day off :) Nov 24 10:23:39 hello. when I create an inlined Runnable inside an activity, does it keep a hidden pointer to the activity for "Activity.this"? Nov 24 10:24:20 if it does, and I then serialize the runnable, will it also serialize the activity because of that pointer? Nov 24 10:27:24 anonymous classes have implicit reference to outher classes Nov 24 10:27:55 and one does not simply serialize Runnable o.O Nov 24 10:31:09 serialized runnables don't contain state/thread info that's recoverable(?) Nov 24 10:32:22 as in, no individual instantiation info, like volatiles Nov 24 10:32:53 or am I forgetting that wrong Nov 24 10:36:08 hi Nov 24 10:36:28 I've got some display issues with my test widget for the app I'm developing. I've placed a file called test_widget.xml into res/layout directory. This file has a relative layout parent. I'm trying to figure out why the widget is bad displayed. This is test_widget.xml: http://pastebin.com/vcRvQZjZ and this is the screen with my widget: http://imgur.com/a/WUKcm Nov 24 10:36:44 the textview is contained into a relativelayout, inside the widget, I've tried to reduce the size but it's not working. How could I fix the xml in order to get the test widget with the same size (height and width) than the left widget? Nov 24 10:36:50 Any ideas? Nov 24 10:41:53 what the problem? Nov 24 10:42:25 red and black squares are of different size? Nov 24 10:47:32 I am migrating from GCM to firebase, and as I understand it, I now need a google-services.json embedded in my app instead of providing a numeric project id Nov 24 10:48:17 squ: the size Nov 24 10:48:45 I see how to create these google-services credentials manually in the firebase console, but I have a large and constantly growing number of apps.. Nov 24 10:48:47 squ: I can't reduce the red square size Nov 24 10:49:19 squ: I've tried acting on the .xml configuration, but it has no effect Nov 24 10:49:28 squ: any ideas? Nov 24 10:49:28 Can I create these apps in firebase via some sort of API? Nov 24 10:49:52 I can't go through the manual process for each app Nov 24 10:49:55 cristian_c: you don't know how to edit size in xml? Nov 24 10:50:14 squ: I've already tried, but it has no effect Nov 24 10:50:30 idk how can I help here Nov 24 10:50:34 changing the dps for height and width Nov 24 10:50:40 squ: ok Nov 24 10:54:25 To simplify my question, how can I add an app to my firebase project by API? I can't manually add each app because I have a lot of apps. Nov 24 10:55:48 has anyone any ideas? Nov 24 10:59:23 Hi guys, can someone explain me a couple things about android sensors, specifically gyroscope? I would like to simply get rotations over X, Y and Z axis, I dont need the real orientation of the device, just the 3 raw rotations. Nov 24 11:00:01 Since the gyroscope gives angular speed, cant I just multiply it by the delta time since last onSensorChanged call? Nov 24 11:38:00 Is it possible that in recycler view, on item's click i call an API and on its success when I remove the view using getAdapterPosition, it gives me NO_POSITION? Nov 24 11:38:26 Maybe its recycled? Nov 24 11:40:55 And if yes, assuming each list item shows an item of class Item, its better to actually write final Item item = mItems.get(position) and use that in onClick/Http response and using this item find the holder using it and then remove it? Or am I just making all this unnecessarily complex? Nov 24 11:42:38 Hallo! I can't start android-sdk emulator i386. The error message is ./qemu-system-i386 -avd Nexus_One_API_23 Nov 24 11:42:38 emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3 Nov 24 11:42:38 Hardware-accelerated emulation may not work properly! Nov 24 11:42:38 This application failed to start because it could not find or load the Qt platform plugin "xcb". Nov 24 11:44:37 ldd report that libQt5XcbQpa.so.5 is missing. I copied the file to /lib but still the same error Nov 24 11:44:47 qemu therapy Nov 24 12:16:26 hay all, is it possible to directly get URL from browser to my app? Nov 24 12:37:28 hi all! is Android Studio the industry standard IDE, or is there another go-to IDE that everyone uses? Nov 24 12:38:18 Everyone uses AS, don't look any further Nov 24 12:42:42 netbeans is most popular Nov 24 12:43:52 netbeans Nov 24 12:43:57 lels Nov 24 12:44:11 :) Nov 24 12:49:17 thanks guys Nov 24 12:53:29 elvin|coder, if you are new to android dev, go with AS (android studio) Nov 24 12:53:56 then later on, or in parallel you can use your favorite ide for editing code, and use gradle from CLI with gradlew to build your project Nov 24 13:16:10 thepoosh u seeing haifa? Nov 24 13:16:37 nope Nov 24 13:18:49 nana10 Nov 24 13:18:58 its burning hard man Nov 24 13:19:35 with flames? Nov 24 13:20:10 entire city is pretty much evacuated Nov 24 13:20:16 really? Nov 24 13:20:22 :) Nov 24 13:20:50 what happened? Nov 24 13:21:48 galaxy note 7 Nov 24 13:21:57 \: Nov 24 13:22:04 haha Nov 24 13:22:33 its incredible dry this time of the year, and terrorist f**ks started fires allover the city Nov 24 13:23:02 we had rain whole week Nov 24 13:23:07 http://www.mako.co.il/mako-vod-live-tv/VOD-efacf0702f3fd31006.htm Nov 24 13:23:14 and before rain we had about two weeks of snow Nov 24 13:23:28 rain isnt expected until mid next week Nov 24 13:23:40 this fires been going on for about 3 days nonstop allover the country Nov 24 13:23:50 they fired woods? Nov 24 13:24:27 yes Nov 24 13:24:45 I see Nov 24 13:24:49 city plantation as well, and the winds are going at 65 Nov 24 13:24:56 so they spread pretty quick Nov 24 13:25:25 where are you from Nov 24 13:25:37 yeah such news are not rare and it happens in many places Nov 24 13:25:48 forest fires, etc Nov 24 13:26:03 israel Nov 24 13:26:39 raoul11: buy Be-200 fire plane Nov 24 13:27:08 we prefer nuclear capable submarines Nov 24 13:27:09 and that link doen't load Nov 24 13:28:23 adblock? Nov 24 13:37:29 Hi, in my application, there is a manual update (without playstore). Usually, the update replace the existing version of the application. But I just switch from Eclipse to Android Studio, and now update create new app instead of replacing it. I used the same sign key for both version (Eclipse and Android Studio) Nov 24 13:38:06 Any idea of what I am doing wrong ? Nov 24 13:39:45 mtR_, you probably don't use the same packagename if you end up with a new app Nov 24 13:39:46 Different package name Nov 24 13:42:23 They have the same name on Manifest : Gradle defines package name in build.gradle Nov 24 13:43:23 http://tools.android.com/tech-docs/new-build-system/user-guide Nov 24 13:43:27 applicationId Nov 24 13:43:39 You mean this, in the gradle file defaultConfig { applicationId Nov 24 13:43:43 oh ok Nov 24 13:43:58 so I can delete the name from the Manifest ? Nov 24 13:44:13 And remember, if your app is distributed through play store you're not allowed to have an update mechanism that circumvents play store Nov 24 13:44:22 I believe it still needs to be in the manifest Nov 24 13:44:41 allright :) Nov 24 14:02:15 http://i.imgur.com/zPM4LK7.png :') ellipsize behaves differently (left api 23, right api 21) (textview is matchparent ofc) Nov 24 14:03:54 font sizes do too Nov 24 14:05:33 there are still lot of space Nov 24 14:05:40 for some reasons it cuts at '/' Nov 24 14:05:59 show your code Nov 24 14:06:10 or layout code Nov 24 14:06:31 same device dpi settings etc? Nov 24 14:07:17 and maybe 86 the ellipsize and show screen shot Nov 24 14:10:10 when I send multiple FCM/GCM notifications to my device, they all show in the list of notifications on the device (the dropdown notifications at the top of the screen) Nov 24 14:10:22 Is there a way to make them not show there, or to show only last one? Nov 24 14:10:48 whatitis, i did not ask anything but thx, however it's too trivial, you would expect the last 3 or few more chars to be truncated and "..." being added Nov 24 14:11:03 not half of the strings Nov 24 14:13:01 that may goto layout xml or such. and what are the settings for those 2 different api versions, identical except api as for device and dpi etc. and again, taking out the ellipsize, how does it layout Nov 24 14:13:31 do you have different buckets for layouts based on api, or loading from same resource Nov 24 14:25:47 workaround seems evil: added the deprecated android:singleLine="true" Nov 24 14:25:58 mainly because i saw this ticket: https://code.google.com/p/android/issues/detail?id=226056 Nov 24 14:26:13 (despite not interested in having the marquee auto scroll behavior) Nov 24 14:28:28 http://i.imgur.com/KJfxhwn.png pic && did happen Nov 24 14:59:34 Hello. I have a backend registered on a provider called Backendless, but I've decided I need to switch to Firebase instead. Is it a fairly es Nov 24 14:59:45 simple procedure to move my data module from one provider to another? Nov 24 15:00:00 Or is that completely depending on the provider? Nov 24 15:02:26 basically what I'm asking is, is this a common procedure? Have it been done before? Nov 24 15:03:24 not sure what you're asking Bernzel Nov 24 15:05:21 raoul11, well I have a backend from which I have stored user data , my app has minimal amount of users, but still, their data (images, values etc acting inside my app) is stuck in this providers servers Nov 24 15:05:51 I wouldn't want to force the few existing users to register a new account because I have switched backend provider. Nov 24 15:05:57 So migrating all the data basically Nov 24 15:08:04 you can push all that data on a new update to firebase Nov 24 15:08:31 cant do much bout the ones with old versions that still hittin the old provider Nov 24 15:09:42 raoul11, okey well that won't matter much. As long as it should be possible in a relatively simple way. Nov 24 15:10:28 its a process Nov 24 15:17:15 raoul11, thanks! Nov 24 15:17:47 Bernzel is the data only stored remotely? Nov 24 15:19:17 raoul11, well yeah. Or how do you mean? I'm talking about user accounts with string,integer values etc. I'm not writing anything to local preferences on their phones except minor settings variables Nov 24 15:20:05 how are you storing them remotely? in a db or a simple json? Nov 24 15:20:40 coz ull probably need to retrieve those first from old, and than upload to fb Nov 24 15:21:04 raoul11, oh. Tough question for me, quite new to backend developing. https://backendless.com/ is the provider. ' Nov 24 15:24:07 raoul11, they seem to have some sort of deploy function for migrating: https://backendless.com/feature-79-migrating-apps-backend-from-one-environment-to-the-next-dev-to-test-to-stage/ so it should be fine Nov 24 15:25:24 seems like you'll have to experiment a bit Nov 24 15:26:26 indeed. is it perhaps common practice to "shut down" an app from play store during such an experimantation period? The more users that registeres, the more damage this migration will probably do Nov 24 15:47:34 guys how can i change TextInputLayout's not focused state hint text size ? Nov 24 15:59:58 ehy Nov 24 16:01:20 Does anyone know how to fix this ? i.imgur.com/B1iu3bE.jpg Nov 24 16:32:49 Hi. Should I be able to use Google Sign In to log into a web app using Google's OAuth endpoints? Nov 24 16:33:38 Can I just get the token and use it as Bearer, or something like that? Nov 24 16:34:47 what is reasonable to target as lowest API in todays world you think? Nov 24 16:38:46 Bernzel, https://developer.android.com/about/dashboards/index.html target API 16 and you cover 97% of playstore devices Nov 24 16:39:09 api15 would give you 99% but not sure it's worth it Nov 24 16:40:05 adq, yeah 16 seems reasonable then. Thanks Nov 24 16:51:27 mmm https://blog.daftcode.pl/hype-driven-development-3469fc2e9b22 Nov 24 16:54:39 Ashiren, haha. good article. true Nov 24 16:58:59 :) Nov 24 17:01:28 what kind of architecture do you all use? Nov 24 17:01:55 a non hyped one Nov 24 17:25:22 I use MVP, it has good merit. Nov 24 17:33:52 Hallo I have problems launching X86 system images with qemu. The error message is: /pub/android-sdk-linux/tools/qemu/linux-x86_64/qemu-system-i386 -netdelay none -netspeed full -avd Nexus_S_API_25 Nov 24 17:33:52 emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3 Nov 24 17:33:52 Hardware-accelerated emulation may not work properly! Nov 24 17:33:52 This application failed to start because it could not find or load the Qt platform plugin "xcb". Nov 24 17:33:52 Reinstalling the application may fix this problem. Nov 24 17:33:52 Aborted (core dumped) Nov 24 17:40:57 jmgphotouploader, what's your cpu? an i3? an amd cpu? Nov 24 17:41:11 because the error is quite explicit, you need those cpu instructions and it appears your cpu does not have them Nov 24 17:42:00 I have an amd x64/2 cpu Nov 24 17:42:13 and the other problem you have is related to library dependencies (of QT it seems) Nov 24 17:42:55 and that i cannot really help you, you can use ldd to track down dependencies Nov 24 17:43:25 the one about cpu is just warning Nov 24 17:43:25 sorry I have AMD Athlon(tm) II X2 260 Processor Nov 24 17:43:39 yup, the one about cpu is telling you, you will not have hw acceleration Nov 24 17:43:40 the qt xcb http://stackoverflow.com/questions/17106315/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without Nov 24 17:43:45 it will be as slow as with arm emu Nov 24 17:43:56 I already run ldd and copied the library to /lib Nov 24 17:44:07 athlon II x2 260? what year is it Nov 24 17:44:54 loong loong time ago... in faar galaxy.... Nov 24 17:45:36 the year is about 2010 Nov 24 17:46:26 hi guys :p Nov 24 17:46:48 Dude got banned yesterday for spam advertising his app.. You can almost guess its name Nov 24 17:47:05 the one askin for test devs? Nov 24 17:47:19 Yeah Nov 24 17:47:40 kept askin the same q over and over Nov 24 17:47:59 If you're going to join the channel under a new name after being banned, don't make it too obvious Nov 24 17:49:36 yer Nov 24 17:53:37 lol Nov 24 17:54:48 subchannel drama Nov 24 17:55:03 anyone here knows about that pizzagate thing? Nov 24 17:55:07 myabe its too off-topic Nov 24 17:55:09 but damn Nov 24 17:59:25 I get these two folders (androidTest) & (test) containing ExampleInstrumentedTest and ExampleUnitTest, can I safely just delete these? Or what are they for? Nov 24 18:02:39 you can safely delete them if you don't do unit testing Nov 24 18:03:02 you might need to comment some lines in build.gradle files if it interferes Nov 24 18:03:26 i'm also annoyed that by default they generate all the boilerplate for unit testing Nov 24 18:03:36 despite i don't always need it Nov 24 18:04:22 hm okey. thanks adq Nov 24 18:20:02 okey so Firebase tells me to add a classpath to their service inside the Project level build.gradle file, but inside that file I have a very clear message showing: "// NOTE: Do not place your application dependencies here;" so which to I trust? Nov 24 18:24:43 It's probably a build dependency, not an application dependency Nov 24 19:09:31 Has anyone noticed a different text style in recyclerview compared to TextView? Nov 24 19:10:12 My text does not look the same compared to other views outside of the recyclerview and I don't have any specific style configuration Nov 24 19:44:06 hey guys, is an Android Wear smart watch usable without a phone at all? Nov 24 20:30:21 I'm still learning in the field of supporting screen sizes. And using wrap_content is essential as I've understood it. So when I wrap_content of an ImageView's width/height and it turns out way to large on both parameters, is there some tool I can use in AStudio measure the size I want and then ultimately scale the imagefile itself Nov 24 20:32:09 cause when I resize the image in Android Studio to suit my needs it displays it's size in dp , which isn't much help when I need to resize the file itself in PS Nov 24 21:37:10 I happen to have two keystores in my drive, can I anyway find out which keystore my released app was generated with? I assume I can't push a new version of my app using a different keystore? Nov 24 21:38:55 Are they exactly the same? Nov 24 21:39:15 hi, can somebody tell me the name of the widget used to change screen brightness? Nov 24 21:39:49 Usually you would have you're keys named relevant of your app, so you could just check inside each keystore @ Bernzel Nov 24 21:40:21 Bernzel: people will have to accept your app as a new app. The update won't be accepted automatically Nov 24 21:40:27 it would be nice to have a picture of each on android.support.design.widget.* docs Nov 24 21:41:33 orbyt_, roger that Nov 24 21:41:34 thanks Nov 24 21:41:57 Melatonina: with different keystore they wont be able to update at all Nov 24 21:46:38 the keystore isn't different, I just happened to have two different ones of which I can't remember which one I used for this app Nov 24 21:47:08 I have a recyclerview, is there a way to set their custom items height to 0dp and weight to 1? Nov 24 21:47:49 Bernzel: can't you try to sign a test app and see if the key with a given name are there? Do they contain the same keys? Nov 24 21:48:00 Bernzel: it's what orbyt_ suggested, I think Nov 24 21:49:49 yeah I just need to try both , but I was in the process of generating a hash key from it so I just thought there were some quick way of finding out. It'll work out Nov 24 21:56:14 can I get a release key hash in any other way than the command line? Openssl wont work, and facebooks descriptions are terrible Nov 24 22:08:51 mostly on-topic: "Plasmons are being considered as a means of transmitting information on computer chips, since plasmons can support much higher frequencies (into the 100 THz range, whereas conventional wires become very lossy in the tens of GHz)."... Nov 24 22:09:17 cool tech ☺️ Nov 24 22:13:17 capella-5x: https://www.plasmon.it/sites/default/files/oggi_parliamo/cacao-bimba.png Nov 24 22:14:57 Well, not sure that moves through the system at the same rate, but, ... 'mkay :-D Nov 24 22:43:05 Hi. I'm using an intent for the user to pick images or videos. I get the Uri's and save them for later use. But the Uri's are inaccessible after the activity restarts. What would be a good approach? Save the media files to internal storage space instead? Nov 24 22:43:23 I don't want to copy a 200mb video file though Nov 24 22:47:16 dragorn you probably know this already ... https://blog.cryptographyengineering.com/2016/11/24/android-n-encryption/ Nov 24 22:47:50 g00s, I read something about it but haven't been following too closely lately Nov 24 22:48:08 g00s, grugq is an interesting dude Nov 24 22:53:17 I have a button, I have a method on the server that shoots a tweet to my companie's account...How do I do for the user to retweet that programatically using that button press?...So, to sum up: the user press the button, a method on the server executes that post a tweet on my companies account, I would like the user to retweet that programatically Nov 24 22:53:20 how do I do that? Nov 24 22:54:38 I meant Nov 24 22:54:44 the tweet will be posted Nov 24 22:54:53 and I will have the tweet id on the db Nov 24 22:55:12 I just need to retweet a certain tweet id when the user presses the button Nov 24 22:55:15 I'm totally lost Nov 24 22:56:57 my ContentResolver.getType(uri) returns null but the uri is correct and the contentresolver is not null, anyone an idea what could be the problem? Nov 24 23:33:11 Hey! Has anyone tried setting android:theme from a style? Like this: @style/MyCleverOverlayThemeForCascadingSomeAttributesToNestedViews Nov 24 23:34:51 it's a so far pretty handy trick, because it allows me to style drawables (using the API>=21 stuff) using specific styles rather than app-wide themes. Only issue is, I'm seeing some odd behaviour which suggests that this hack is a bit too clever for its own good. Nov 24 23:39:28 what (if any) tool actually validates android support constraint annotations (e.g. https://developer.android.com/reference/android/support/annotation/IntRange.html ? ) The only thing I saw was https://android.googlesource.com/platform/tools/base/+/master/lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/SupportAnnotationDetector.java - but this doesn't really seem to do anything too exciting. Nov 24 23:56:17 what is HTTP_X_WAP_PROFILE? Nov 25 00:18:58 I notice that image.setImageURI runs on the UI thread. Loading in a big image blocks the ui. can I somehow split the image loading into a separate thread? Nov 25 00:19:03 Preferably using rxjava Nov 25 00:24:15 picasso? Nov 25 00:27:43 I thought picasso was for online. does it do content uris? Nov 25 00:33:36 Yes Nov 25 00:34:01 Indeed! Thanks :) Nov 25 01:21:04 join #python Nov 25 01:26:26 https://np.reddit.com/r/androidapps/comments/5eh24d/dev_your_phone_camera_has_a_unique_pattern/ interesting Nov 25 01:28:18 yeah saw that earlier, but thats been known for many years Nov 25 01:28:23 also scanners, copiers, etc Nov 25 01:33:37 How can I set the project ID for FCM without having to use google-services.json? Nov 25 01:35:50 I am using no other component of firebase, just FCM Nov 25 02:08:06 monji: why should I join #python? Nov 25 02:55:47 hey, I already made the login with twitter using firebase, how can I tweet something pressing a button?? I already have the permissions to tweet on behalf of a user, I don't know if I have to use a native button from twitter Nov 25 02:55:53 or build one mysel Nov 25 02:55:53 f Nov 25 02:56:04 cause I want to do some backend operations when pressing the button Nov 25 02:56:10 is there any docs for that in android? Nov 25 02:56:14 I have found none Nov 25 02:59:31 j4f-shredder: http://stackoverflow.com/questions/10844704/how-to-post-message-to-twitter-using-android-app **** ENDING LOGGING AT Fri Nov 25 02:59:59 2016