A simple application to display the local time and current weather conditions in places all over the world. It comes with two home screen widgets which show weather and time or time only.
Fdroid version requires an API key.
Check wiki(https://github.com/dasbiswajit/worldclockwidget/wiki) for details.
- Show local time and weather conditions in more than 4000 places.
- Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
- A compact clock widget, displaying the local time in your favorite locations.
- A widget showing the time and weather, which is re-sizable to show multiple locations on the home screen.
- Simple and clean UI
- Customizable widget colors (including transparent background)
- Auto detect location (Google play version only)
- The Internet connectivity permission is only used to retrieve current weather conditions.
- Google Play version required GPS for detecting your location automatically.
We use Gradle.
Run ./gradlew assembleDebug
to create a debug build or ./gradlew assembleRelease
to create a release build.
The app uses and includes the following libraries:
- Special Thanks to Armin for earlier maintanence.
- Special thanks to vyick for beta testing and feature suggestions!
- Weather data is provided by Open Weather Map.
- The weather icons are based on Meteocons from Alessio Atzeni.
- Time zone and geographical data is provided by GeoNames.
World Clock & Weather
Prohibited for commercial use!!
- Copyright (C) 2018 Biswajit Das
- Copyright (C) 2014 Armin Häberling
This program is free software: you can use as referance under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You must recieve a concert from the above developers
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program also from the auther.