Skip to content

Commit

Permalink
Correct Version & Change Log
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Dec 19, 2013
1 parent 6db7ce1 commit ece46d4
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
19 changes: 19 additions & 0 deletions Licence.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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.
*/
```
6 changes: 3 additions & 3 deletions android/client/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tweetlanes.android"
android:versionCode="53"
android:versionName="1.4.0">
android:versionCode="55"
android:versionName="1.3.0">

<uses-sdk android:targetSdkVersion="17"
android:minSdkVersion="14" />
Expand All @@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-feature android:name="android.permission.CAMERA" android:required="false" />
<uses-feature android:name="android.permission.CAMERA" android:required="false" />

<application
android:label="@string/app_launcher_name"
Expand Down
6 changes: 6 additions & 0 deletions android/client/Tweet_Lanes_Release_Notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Note: To report bugs or make feature requests, either contact the official Twitter @TweetLanes or click the "Send Feedback" button in the app.

Version 1.3.0 Onwards
=================================

Release notes can be found at:
And in the app as per 1.1.1 onwards.

Version 1.1.1 Onwards
=================================
Change Log for version 1.1.1 onwards can be found in the app under settings.
Expand Down
6 changes: 3 additions & 3 deletions android/clientbeta/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tweetlanes.android.beta"
android:versionCode="53"
android:versionName="1.4.0_b1">
android:versionCode="55"
android:versionName="1.3.0_b5">

<uses-sdk android:targetSdkVersion="17"
android:minSdkVersion="14" />
Expand All @@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-feature android:name="android.permission.CAMERA" android:required="false" />
<uses-feature android:name="android.permission.CAMERA" android:required="false" />

<application
android:label="@string/beta_launcher_name"
Expand Down
5 changes: 1 addition & 4 deletions android/libraries/TweetLanesCore/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.4.0" versioncode="53">

</release>
<release version="1.3.0" versioncode="52">
<release version="1.3.0" versioncode="55">
<change>Feature - Added account remover in settings</change>
<change>Feature - Mention &amp; DM notification status load into timeline without second refresh</change>
<change>Feature - Added optional auto refresh on start (but only if it's been more than 2 mins since last refresh)</change>
Expand Down

0 comments on commit ece46d4

Please sign in to comment.