Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.31 KB

README.markdown

File metadata and controls

33 lines (23 loc) · 1.31 KB

Google Tasks Client:

  • The Google Tasks Client will be using OAuth, so you'll need to contact a PM for access to the API Key.
  • GTC will be using the Google Tasks API to deal with the transfer of data. Go read up at: https://developers.google.com/google-apps/tasks/

Maven:

If you don't have Maven installed (you'll need to install brew first):

$ brew install maven

Navigate to location of google-tasks-client directory:

$ mvn clean install

Installing the ActionBarSherlock dependencies manually:

  1. Download ActionBarSherlock
  2. Unzip
  3. In Eclipse: 'File > New > Create roject from existing source, Click Browse on location, choose library folder from extracted folder above, and click finish'
  4. Right click on ActionBarSherlock > Properties, click Android tab, tick Android 4.0.3 as a Project Build Target
  5. tick 'isLibrary' in The Library, Click Apply and OK.
  6. Right click on Reddit Google Tasks > Properties, click Android tab, click Add... > Choose ActionBarSherlock > Click OK > Click Apply and OK
  7. 'Project > Clean...'