Closed jenshorn closed 10 years ago
I appreciate the effort involved with removing the dependency on these two libraries. I have already completed the removal of the libraries and am in the process of a complete interface overhaul using Android Studio.
Well, I actually went back this morning and made the changes that you made. I was having some issues with some new features being added and decided to implement your changes. Thank you...it saved me some time.
My redesign and improvements are taking longer than expected (unfortunately). So making these changes was needed to allow me to simplify my coding and hopefully improve things. It will also buy me some time getting the newer version out.
Thanks again!
Glad to hear it was useful! Will you publish a branch with the project converted to Android Studio?
it's actually the main branch. it should be published on here....at least that's what it looks like to me.
Ah, I've just been pulling and merging to my dev branch and haven't noticed :) I'll check it out.
wait...I misread your original question. I only removed the libraries and have not switched the main branch over to Android Studio. That migration is actually in a branch called "studio-migration" that I have not pushed to github yet. It's still not fully functional but it compiles. I suppose I can push it to github...I had just had it only on my local git server.
Removed dependencies of ActionBarSherlock and ViewPagerIndicator by switching to Android Support Library v7 AppCompat. This required change of min API level from 4 to 7.
The android-support-v7-appcompat folder referenced by the project is just \sdk\extras\android\support\v7\appcompat renamed.