Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit d2abb71

Browse files
committed
Merge branch 'release/2.2.10'
2 parents 7fe4a24 + 9709524 commit d2abb71

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!--suppress AndroidLintIconLocation -->
33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="net.frakbot.FWeather"
5-
android:versionCode="29"
6-
android:versionName="2.2.9">
5+
android:versionCode="30"
6+
android:versionName="2.2.10">
77

88
<uses-sdk
99
android:minSdkVersion="10"

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
### Version 2.2.10
5+
Released on 31st January 2014
6+
7+
- FIX: fixed a crash on some devices running Android 4.0.x
8+
49
### Version 2.2.9
510
Released on 12th January 2014
611

README.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FWeather
22
========
3-
![Icon](/res/drawable-xhdpi/ic_launcher.png)
3+
![Icon](https://raw2.github.com/frakbot/FWeather/develop/res/drawable-xhdpi/ic_launcher.png)
44

55
**FWeather** is a weather widget for Android based upon Tobias van Scheider's
66
[Authentic Weather](http://www.behance.net/gallery/Authentic-Weather/7196565) design.
@@ -48,20 +48,23 @@ As of today, FWeather has been translated into the following languages:
4848
* Czech (by Pavel Tížek)
4949
* Dutch (by Frans-Peter van der Leur)
5050
* English (by Frakbot)
51-
* French (by Christian Knaub)
51+
* French (by ChriKn)
5252
* German (by Aaron Gerlach)
5353
* Greek (by Dins)
54+
* Hebrew (by Tomer Nachum)
55+
* Hungarian (by Gergő)
5456
* Italian (by Frakbot)
57+
* Polish (by Michał Jaworski)
58+
* Portuguese Brazilian (by Bruno Moulin)
5559
* Romanian (by BruceLee)
56-
* Russian (by Vsevolod Osinin)
60+
* Russian (by Всеволод Осинин)
61+
* Slovak (by Marek Morvai and Rocky Puchert)
62+
* Slovenian (by Jebiveter)
5763
* Spanish (by Anon)
58-
59-
These languages are in the works and should come in future updates:
60-
* Hebrew (by Tomer Nachum)
61-
* Portuguese Brazilian (by Edu Miguel)
64+
* Swedish (by Philip Carlsson)
6265
* Ukrainian (by Ярослав Шевчук and Yegor Vyalov)
6366

64-
Please note that this list is preliminary and might change without any notice.
67+
Please note that this list is not always up-to-date and might change without any notice.
6568

6669
## Contributing and requesting features
6770
Feel free to submit pull requests, we're more than open to your contributions!
@@ -70,6 +73,11 @@ If you want to send us a generic feedback, [write us an email](mailto:frakbot+fw
7073
For bugs and feature requests, please read [the instructions](https://github.com/frakbot/FWeather/wiki/How-to-report-a-bug)
7174
and then [open an issue](https://github.com/frakbot/FWeather/issues) in the issue tracker.
7275

76+
### Setup how-to
77+
In order to be able to build the project, you need to use [maven-android-sdk-deployer](https://github.com/mosabua/maven-android-sdk-deployer) and install the Android maven repositories into your local maven directory.
78+
79+
Just follow the [How to use](https://github.com/mosabua/maven-android-sdk-deployer?source=cc#how-to-use) section and you'll be ready to go.
80+
7381
## Credits
7482
This widget uses the awesome [Yahoo! Weather APIs](http://developer.yahoo.com/weather/)
7583
to retrieve the weather data.

0 commit comments

Comments
 (0)