pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 605 forks source link

NineOlds dependency switched to support lib #62 #83

Open redwerk opened 8 years ago

pedrovgs commented 8 years ago

Hi @redwerk can you also review the usage of the method getSupportActionBar() The code is not compiling because the compiler can't find this method.

redwerk commented 8 years ago

Hi @pedrovgs , Sorry for the long delay response. I've changed quotes as you wanted. Changing from target sdk from 19 to 20 was a mistake, sorry about that. Fixed too. getSupportActionBar() now can be found be compiler.

Thanks!

pedrovgs commented 8 years ago

Sorry for the delay @redwerk, I've been out for some time. You have some checkstyle issues. Can you review it and fix it to get the build working on travis?

redwerk commented 8 years ago

@pedrovgs, I've updated this fix, but it fails again and again, i guess you have to update gradle wrapper to 2.8 version, because everything is ok on my machine and device.

pedrovgs commented 8 years ago

Seems related to the Travis-CI configuration. This is the failure output > failed to find target with hash string 'android-23' in: /usr/local/android-sdk Can you take a look?