A small android webview application to show weather informations from wetterdienst.de and the dwd.

Related tags

App Weather
Overview

FOSS Weather

FOSS Weather shows you weather information from wetterdienst.de and the German Weather Service (DWD).


Features


Download

F-Droid Donate

Links:

1

2

3

4

Comments
  • Play Store

    Play Store

    Hello there @scoute-dich, with your permission I would publish my fork on Google Play. Free, of course, and with reference to the original developer. I will try to keep the fork updated with changes made here and take it down if I fail to do so for good.

    opened by Sofoca 10
  • 4.5.2 seems to load only from cache

    4.5.2 seems to load only from cache

    I've recently updated from 4.4 to 4.5.2, and from then on the app couldn't receive fresh data. On opening the app I had data from two days ago, and pulling down the page made a splash screen appear "Can't connect to the internet, loading from cache instead" (or the like), though other apps did have internet connection and could access to https://m.wetterdienst.de

    De-installing 4.5.2 and re-installing 4.4 brought back functionality. (Android is 6.0.1, Webview is 79.0.3945.93.)

    opened by uli-on 8
  • Allow to reorganize the default cities

    Allow to reorganize the default cities

    Hi,

    This app looks like it has some potential :) I just wonder how i could save my city/bookmark to the list of cities in the left menu. Preferably so that it is the default overview being displayed if i open the app.

    enhancement help wanted 
    opened by Ablu 7
  • Please add English

    Please add English

    Well, I'm not German and I don't know how to speak German so I can't understand your app, I'm interesting in a weather app but an English version would be great please 😃

    opened by homersimpsons 6
  • Still background connection to Google

    Still background connection to Google

    Blokada still reports an attempt to connect to fonts.googleapis.com or ajax.googleapis.com when the app starts or when changing location or forecast-view. This should not be the case with F-Droid app!

    opened by lufticus 3
  • No difference in Übersicht, Stündlich and Trend

    No difference in Übersicht, Stündlich and Trend

    I assume that there should be differences in the content of the three Pages Übersicht, Stündlich and Trend. Unfortunately it isn't, all three pages show the same content on my Nexus 5 running Android 6.0.1.

    Best regards Basti

    opened by Basti1512 3
  • Favorite bookmark not distinguished

    Favorite bookmark not distinguished

    With FOSS Weather version 4.9.1 from F-Droid, the bookmark list provides no distiguishing feature for the currently favorited bookmark.

    It would be nice to have an intuitive star icon at the right end or similar to communicate the currently selected favorite bookmark. This is particularly desirable to deliver instant feedback when changing the favorited bookmark.

    opened by SebiderSushi 2
  • Changing to hourly and 10-days preview maybe broken

    Changing to hourly and 10-days preview maybe broken

    When switching to houlry ("stündlich") and 10-days ("10-Tage") preview, the app redirected me to the start page (m.wetterdienst.de/stuendlich or m.wetterdienst.de/10-Tage) without keeping the location. Is this a problem for anyone else? I guessed this to be an URL problem and adding a / between town and following URL parts in l.189 of MainActivity.java fixed it for me.

    // old code:
    action_overView = "http://m.wetterdienst.de/Wetter/" + town;
    
    // changed one
    action_overView = "http://m.wetterdienst.de/Wetter/" + town + "/";
    

    Thanks a lot for this app!

    opened by chhinze 2
  • android:progressBackgroundTintMode works not good in API level < 23

    android:progressBackgroundTintMode works not good in API level < 23

    Hi,

    I have tried to build your app, and found there is a compatibility in the ProgressBar of MainActivity.

    In the file content_main.xml, you declare a ProgressBar as <ProgressBar android:layout_alignParentBottom="true" android:minHeight="4dip" android:maxHeight="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@android:style/Widget.ProgressBar.Horizontal" android:progressBackgroundTint="@color/colorPrimary" android:progressBackgroundTintMode="src_over" android:progressTint="@color/colorAccent" android:id="@+id/progressBar" />

    Notice that android:progressBackgroundTintMode="src_over" works not good below API 23, to fix this you may avoid using this attribute. See the screenshot below.

    API 23 image

    API 22 image

    opened by john2020star 2
  • F-Droid faills to build

    F-Droid faills to build

    https://f-droid.org/wiki/page/de.baumann.weather/lastbuild_53

    :app:compileReleaseJavaWithJavac/home/vagrant/build/de.baumann.weather/app/src/main/java/de/baumann/weather/MainActivity.java:21: error: package androidx.swiperefreshlayout.widget does not exist
    import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
                                             ^
    /home/vagrant/build/de.baumann.weather/app/src/main/java/de/baumann/weather/MainActivity.java:59: error: cannot find symbol
        private SwipeRefreshLayout swipeView;
                ^
      symbol:   class SwipeRefreshLayout
      location: class MainActivity
    /home/vagrant/build/de.baumann.weather/app/src/main/java/de/baumann/weather/MainActivity.java:170: error: package SwipeRefreshLayout does not exist
            swipeView.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() {
                                                                 ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    3 errors
     FAILED
    
    FAILURE: Build failed with an exception.
    
    opened by licaon-kter 2
  • Viewport height isn't resized correctly

    Viewport height isn't resized correctly

    App: version 5.0.1 (62) and 4.9.1 (60) from F-Droid Android: LineageOS 15.1 (android 8.1.0) WebView: Bromite WebView version 84.0.4147.106 and Chromium WebView (bundled with LineageOS) version 81.0.4044.138

    Expected behavior

    Scrolling should always be limited to the actual page content.

    Observed behavior

    When changing from a longer web page to a shorter one it is possible to scroll beyond the pages end until where the previous page ended.

    Steps to reproduce

    • On the daily forecast scroll to the bottom of the page to check how far the viewport goes
    • Switch from daily forecast to hourly forecast and then back to the daily forecast
    • Back on the daily forecast scroll to the bottom of the page again
    opened by SebiderSushi 1
  • Exception

    Exception "unknown or bad timezone" loading from m.wetterdienst.de

    Screenshot_20200618_165409_de baumann weather

    Recently I get this exception when opening the app. It happens everytime. Rebooting didn't help.

    I am using version 4.9.1, but had the same error before updating. But also it worked without exception on my device some weeks ago (don't know the version). I am using android 9.

    If you need any more information or logs, please describe what and where.

    Thank you Hartmut

    opened by hardmooth 1
  • does not refresh weather forecast sometimes

    does not refresh weather forecast sometimes

    often I get old weather forecast. To summarize first, in total 3 issues:

    • often no internet connection, even if other apps work fine
    • then cached data shown, but old weather forecast makes no sense or should be marked clearly
    • overview and hourly display show no date, which would help in case of old forecasts too

    In detail:

    • if I do refresh (DE: "Neu laden"), the app complains "No internet connection. Page loaded from cache" (DE: "keine Internetverbindung. Seite wird aus dem Cache geladen")
    • internet is working fine with other apps
    • sometimes the only way around then is clearing the cache in settings/apps/FOSS weather, then it works - sometimes new forecast is shown, if you change to other bookmarked place and back again
    • a cache for weather forecasts should have a very limited lifetime anyway, it makes no sense in my eyes to show old forecasts
    • at least cached forecasts could be marked as "old"
    • the display could show the date of the forecast (only 10 days view shows it), not only "today" and "tomorrow", hourly shows only time, this is misleading, if some problem (like the one above) occurs
    opened by wernegrh 0
Releases(v5.1)
Owner
Gaukler Faun
Gaukler Faun
It is my sixth project on android development.It displays informations of movies and shows.

Celluloid It is my sixth project on android development.It displays informations of movies and shows. It shows detailed information of movies and tv s

null 2 Dec 3, 2022
Space recommendation system and augmenting informations with ARCore SDK

Space recommendation system and augmenting informations with ARCore SDK

PNU-Sinbaram 4 Sep 3, 2021
☁️🌤🌧☀ Weather Android application that gives you the weather information of your saved location or any region you are looking for☁️🌤🌧☀

☁️????☀ Weather Android application that gives you the weather information of your saved location or any region you are looking for☁️????☀

Nisa Efendioğlu 4 Apr 6, 2022
Weather-app - Making Weather application using retrofit from api

weather-app Motivasyon Hava Durumu uygulamasını api'den retrofit kullanarak yapm

İsa Kulaksız 0 Nov 2, 2022
WeatherProject - Weather Project using GPS data and the weather from the API based on the search

WeatherProject In this project, I showed the weather at the current location usi

null 6 Apr 26, 2022
Advanced Android Weather App using MVVM Architecture Sample (ViewModel + LiveData + Kotlin + volley) = Weather App

Advanced Android Weather App using MVVM Architecture Sample (ViewModel + LiveData + Kotlin + volley) = Weather App Video Weather.-.HD.720p.mov Introdu

wykee2 4 Jul 12, 2022
Small library that allows the application to display a small troubleshooting guide in case of repeated app startup crashes.

AppSalvager What is it? AppSalvager allows you to combat the issue of repeating crashes on app startup. Failed data migration, SDKs not handling their

Alexander Leontev 29 Aug 31, 2022
A simple Android app to show city weather

City Weather Application A simple MVVM application to show a list of cities weather where you can search for your favorite city weather and see its we

Mohammad Alhaj 1 May 17, 2022
A simple Android webbrowser based on webview.

"FOSS Browser" is a fully free (as in freedom) open source Android browser: privacy-friendly with a modern user interface. - Your privacy - your data.

Gaukler Faun 931 Dec 27, 2022
School project: Weather forecast application made in android studio using Kotlin, SQLite and OpenWeatherMaps free API.

A*star 4-cast School project made in android studio using Kotlin, SQLite and free API from OpenWeatherMap.org. A weather forecast app with C(U)RD oper

Felicia Olsson 2 Apr 3, 2022
Weather application example with Android Architecture components and Clean Architecture

Weather application example with Android Architecture components and Clean Architecture Weather app that shows how to architect an android app in a cl

null 2 Dec 3, 2021
A simple weather application focused on material UI and API data calls.

YAWA-WeatherApp YAWA is a simple single screen, single activity weather app with material UI. This repository is mainly focused on people who want to

Debayan Ghosh Dastider 2 Sep 1, 2022
Weather API application with kotlin

mobile_bootcamp_final_project Weather API application Weather application using

Elif Karataş 1 Dec 23, 2021
An application to find out the weather according to the current location of the phone

Weather App An application to find out the weather according to the current loca

Heba Elsaid 2 Jan 1, 2022
Professional Weather Application Developed With Kotlin

ExWeather professional android application for checking weather status, developed with kotlin. About This Project This application helps users to trac

MahdiMostafavi 1 Mar 14, 2022
A weather application using One Call API 3.0

Weather Application Hello Everyone! In this project, I developed a weather application using One Call API 3.0 from

ERHAN ŞEN 2 Sep 6, 2022
☀️ Wheater is a small demo application based on modern Android tech-stacks and MVVM architecture. ⛅

Wheater is a small demo application based on modern Android tech-stacks and MVVM architecture. Tech stack & Open-source libraries Minimum SDK level 19

null 2 Jan 17, 2022
Backend service for mobile/web application for a small cinema playing only movies

FFC - Fast & Furious Cinema Backend service for mobile/web application for a small cinema playing only movies from Fast & Furious franchise. Some assu

Łukasz Lipka 0 Dec 12, 2021
Movies - Simple Application to show movies and advertisemnets

Movies Simple Application to show movies and advertisemnets Technologies This Ap

Reham Galal 0 Feb 3, 2022