Update version to v0.3

This commit is contained in:
rober 2015-03-16 21:54:37 +01:00
parent f6460f7aae
commit 3c78d82189
9 changed files with 48 additions and 16 deletions

View File

@ -1,8 +1,10 @@
# v0.1 #
**Icons:**
alarm, apps, audiofx, broadcast, browser, calculator, calendar, camera, clock, connectbot, contacts, davdroid, downloads, fdroid, fennec, filemanager, firefox, firewall, gallery, help, k9mail, keiboard, mail, music, osmand, owncloud, phone, settings, simtk, telegram, twelf, vlc, voicerecorder, wikipedia, wordpress.
# v0.2 #
**Fixed critical issue #2**
**Fixed icons:** mail, k9mail, soundrecorder, vlc, afw+
@ -11,12 +13,19 @@ alarm, apps, audiofx, broadcast, browser, calculator, calendar, camera, clock, c
**Bootanimation**
# On next update (v0.3) #
**New icons:** adaway, opencamera, chatsecure, documentviewer, opendocumentreader, droidwall, apg, openkeychain, kdeconnect, linconnect, alogcat, alogcatroot, catlog, mythdroid, mythmote, keeppassdroid, passandroid, apvpdfreader, mupdf, pdfreader, vudroid, pftpd, antenapod, carcast, podax, ppsspp, sismicsreader, feedhive, ttrss, sparserss, simplerss, newsblur, andstatus, diasporawebclient, friendica, impeller, mustard, mustardmod, systemappmover, themes, orbot, orwall, orweb, transdroid, transdrone, transdroidsearch, trebuchet, xdafeedreader, tigase, conversations, beem, bombusmod, xabber, yaxim, amaze, barcodescanner, smsbackup+, palemoon, icecat, fileexplorer, filemanager, filemanagerpro, kerneladuitor
# v0.3 #
**New icons:** adaway, opencamera, chatsecure, documentviewer, opendocumentreader, droidwall, apg, openkeychain, kdeconnect, linconnect, alogcat, alogcatroot, catlog, mythdroid, mythmote, keeppassdroid, passandroid, apvpdfreader, mupdf, pdfreader, vudroid, pftpd, antenapod, carcast, podax, ppsspp, sismicsreader, feedhive, ttrss, sparserss, simplerss, newsblur, andstatus, diasporawebclient, friendica, impeller, mustard, mustardmod, systemappmover, themes, orbot, orwall, orweb, transdroid, transdrone, transdroidsearch, trebuchet, xdafeedreader, tigase, conversations, beem, bombusmod, xabber, yaxim, amaze, barcodescanner, smsbackup+, palemoon, icecat, fileexplorer, filemanagerpro, kerneladuitor
**Wallpaper and Lockscreen**
**Fix davdroid icon**
**Fix icon:** davdroid
# On next update (v0.4) #
**Ringtone, alarm and notifications sounds**
**New icons:**

View File

@ -4,11 +4,11 @@ The artwork are licensed under Creative Commons Attribution-NonComercial-ShareAl
**Icon Licenses**
Google (CC BY-SA 4.0 International): alarm, browser, calendar, camera1, camera2, cellbroadcast, clock, connectbot, contacts, davdroid, downloads, fennec, firefox, filemanager, firewall, gallery, help, mail, lkeyboard, osmand, owncloud, phone, settings, sms, soundrecorder, xbmc, myownotes, owncloudnewsreader, otp, ebook, cipsimple, wppolice, satstat
Google (CC BY-SA 4.0 International): alarm, browser, calendar, camera1, camera2, cellbroadcast, clock, connectbot, contacts, davdroid, downloads, fennec, firefox, filemanager, firewall, gallery, help, mail, lkeyboard, osmand, owncloud, phone, settings, sms, soundrecorder, xbmc, myownotes, owncloudnewsreader, otp, ebook, cipsimple, wppolice, satstat, adaway, opencamera, chatsecure, droidwall, kdeconnect, deskcon, linconnect, mythdroid, mythmote, keepassdroid, passandroid, pftpd, ppsspp, andstatus, mustard, impeller, diasporawebclient, friendica, twidere, mustardmod, systemappmover, orweb, tigase, conversations, beem, bombusmod, xabber, yaxim, amaze, fileexplorer, smsbackup, filemanagerpro, kerneladiutor, palemoon, icecat
Cyanogenmod (Apache v2): apps, audiofx
Cyanogenmod (Apache v2): apps, audiofx, themes
Austin Andrews @www.materialdesignicons.com: calculator, wikipedia, bitcoin, bitconium, coinbase, greenaddress, greenbits, testnet3
Austin Andrews @templarian: calculator, wikipedia, bitcoin, bitconium, coinbase, greenaddress, greenbits, testnet3, documentviewer, opendocumentreader, apg, openkeychain, apvpdfreader, mupdf, pdfreader, vudroid, orbot, orwall, barcodescanner
William Theaker/Robert Martinez(CC BY-SA 3.0): fdroid
@ -22,3 +22,26 @@ Wikipedia (CC BY-SA 3.0): wikipedia
Angelus (CC BY-SA 3.0): bitmask
Ocal (Public Domain): adaway
Gabriel @lastrosestudios: smsbackup, sismicsreader, feedhive, ttrss, sparserss, ttrss, simplerss, newsblur, antennapod, carcast, podax
Sun Microsystems (Apache v2): opendocumentreader
Mysitemyway (Public Domain): alogcat, alogcatroot, catlog
GNU (GPLv3) andstatus, mustard, mustardmod
Friendica (Gnu Affero Public Licence): friendica
Twidere (?): twidere
Delapouite (CC BY 3.0): trebuchet
Xmpp Standards (MIT): tigase, conversations, beem, bombusmod, xabber, yaxim
**Bootanimation**
William Theaker/Robert Martinez(CC BY-SA 3.0): F-droid Logo

View File

@ -8,8 +8,8 @@ android {
applicationId "org.twelf.cmtheme"
minSdkVersion 19
targetSdkVersion 20
versionCode 2
versionName "0.2"
versionCode 3
versionName "0.3"
}
buildTypes {
release {

View File

@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.twelf.cmtheme"
android:versionCode="2"
android:versionName="0.2" >
android:versionCode="3"
android:versionName="0.3" >
<uses-sdk
android:minSdkVersion="19"
@ -40,4 +40,4 @@
android:label="Theme Template" >
</application>
</manifest>
</manifest>

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author xphnx
* @version 0.2
* @version 0.3
*
-->

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author xphnx
* @version 0.2
* @version 0.3
-->
<resources>

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author xphnx
* @version 0.2
* @version 0.3
-->
<resources>

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author xphnx
* @version 0.2
* @version 0.3
*
-->

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author xphnx
* @version 0.2
* @version 0.3
-->
<resources>