Skip to content
Chris Blyth edited this page Aug 19, 2013 · 9 revisions

Tweet Lanes

Tweet Lanes is a fully functional Twitter and App.net client, targeted at Android devices running API 14 and above.

This project contains the full source code to:

  • The Tweet Lanes client application.
  • The accompanying SocialNetLib project, which interfaces with the Twitter and App.net APIs.
  • All art resources, notably the logo and Play Store listings.
  • The App Engine project used for tweetlanes.com.

The only items used in the Play Store build of Tweet Lanes not present in this repository are:

  • The Twitter Application consumer and secret keys.
  • The App.net consumer and secret keys.
  • The Play Store key used to sign the application.

We strive to make our code beautiful. We have chosen to follow Android's coding standards for contributors.

Versioning

Releases should be numbered with the following format:

<major>.<minor>.<patch>

  • Big feature additions bumps the major (and resets the minor and patch)
  • New additions bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

Change log

Since version 1.1.1 the change log is nested into the app itself. You can view details of the change log by looking at the XML, The master branch has the log for what is in the Play store, the develop branch contains the work in progress changes, but may not be updated yet.

Versions earlier than 1.1.1 have the changes in a text file in the source. The master branch has the log for what is in the Play store, the develop branch contains the work in progress changes, but may not be updated yet.

We also strive to keep the issues updated with those reported and being worked on.

Developed By

Credits

Tweet Lanes uses the following open-source software:

Usage

  • \android\client contains the bulk of the code. This project is dependent on the following libraries:
  • \android\libraries\SocialNetLib - An abstracted library that interfaces with Twitter and App.net.

License

/*
 * Copyright (C) 2013 Chris Lacy
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

Note

Chris Lacy retains the copyright and ownership of the Tweet Lanes name. If you choose to release a fork of this code, please use a different name for your project.