Gwindow / WhatAndroid

The What.CD Android App
http://gwindow.github.com/WhatAndroid/
BSD 2-Clause "Simplified" License
100 stars 20 forks source link

Source does not compile with the latest versions of dependencies #21

Closed dzackgarza closed 9 years ago

dzackgarza commented 11 years ago

Apologies if this isn't the correct place to post -

I am having trouble compiling using the latest versions of the following dependencies:

For example, in ABS it appears that styling was significantly changed, especially for dialogues, which results in errors in the style xml files as well as their references from the source.

Are there particular versions that are known to work?

Twinklebear commented 11 years ago

Sorry about that, I failed to keep up with the latest library releases. Versions that do work (or at least the ones I'm using that seem to work):

We're aiming to replace ABS with the new action bar compat library that came out recently in support v7 which boxfactory is working on, this may also result in dropping VPI, but I'm not sure. Universal Image Loader should be updated to the latest version which was something I was planning to get too, but got sidetracked.

So hopefully those versions should get you up and running. I'm frequently in the what irc in #whatAndroid if you had more questions or were interested in joining the project (which would be awesome!). If you are interested in joining, you should ask Gwindow for write access to the repo and read up on the git branching model we're using for development.

Twinklebear commented 11 years ago

I've just updated to the latest Universal Image Loader, see: e0b935972bfdbdee06701eb3544e6bc36a88c32e on the develop branch. I'm hesitant to update the other dependencies as I think they'll be replaced but am not quite sure. I've asked boxfactory and will let you know.

Twinklebear commented 10 years ago

Hey so we're gonna drop ABS and VPI and move over to the AppCompat library for work on the 2.0 version if you're interested. The branch is located here

Twinklebear commented 9 years ago

Issue no longer relevant to 2.x