diff --git a/Licence.txt b/Licence.txt new file mode 100644 index 00000000..73ca497f --- /dev/null +++ b/Licence.txt @@ -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. + */ +``` diff --git a/android/client/AndroidManifest.xml b/android/client/AndroidManifest.xml index 6e50e725..2e1193ca 100644 --- a/android/client/AndroidManifest.xml +++ b/android/client/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="55" + android:versionName="1.3.0"> @@ -13,7 +13,7 @@ - + + android:versionCode="55" + android:versionName="1.3.0_b5"> @@ -13,7 +13,7 @@ - + - - - - + Feature - Added account remover in settings Feature - Mention & DM notification status load into timeline without second refresh Feature - Added optional auto refresh on start (but only if it's been more than 2 mins since last refresh)