Skip to content

Latest commit

Β 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub Downloads GitHub Release Version APK Size AGP Version Workflow Lint Workflow Release GitHub Last Commit GitHub Repo Size GitHub Top Language GitHub Contributors GitHub Issues GitHub Discussions GitHub Forks GitHub Repo Stars GitHub Org Stars Discord Ko-fi

Caution

🚨 Free and Open-Source Android is under threat!
Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – Keep Android Open.

NOAA Weather Android

NOAA Weather Android

NOAA Weather Android Application with Widget.

Add multiple stations via search or GPS location. Select primary station to show on widget and startup. Custom update interval and notification settings and more...

Install

Get on GitHub Get on Obtainium

πŸ“² Click to View QR Codes πŸ“Έ Supports Android 8 (API 26) 2017 +

QR Code


QR Code

Latest Release Latest Pre-Release

Note: If installing directly, you may need to allow installation of apps from unknown sources.
For more information, see Release through a website.

View Manual Steps to Install from Unknown Sources

Note: Downloading and Installing the apk should take you to the settings area to allow installation if not already enabled. Otherwise:

  1. Go to your device settings.
  2. Search for "Install unknown apps" or similar.
  3. Choose the app you will install the apk file from.
    • Select your web browser to install directly from it.
    • Select your file manager to open it, locate the apk and install from there.
  4. Download the Latest Release.
  5. Open the download apk in the app you selected in step #3.
  6. Choose Install and Accept any Play Protect notifications.
  7. The app is now installed. Proceed to the Setup section below.

The GitHub APK has been registered with Google's Android developer verification.

83:B6:40:9F:E6:AF:2B:D1:DD:4E:FC:5F:70:71:A5:A2:E2:A2:44:84:05:07:B1:FF:3C:D5:48:9B:F1:89:BC:22

How to Verify an APK Signature

Setup

  1. Install and open the app on your device.
  2. Go to the Stations page and click the Add button.
  3. Click Locate, allow permissions, select a station.
  4. You can also add the widget to your home screen.

Features

  • Add Multiple NOAA Stations with Search or GPS
  • Widget with Current Conditions from Selected Station
  • Custom Widget Update Interval and Temperature Unit

Planned

Known Issues

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

Support

For general help or to request a feature, see:

If you are experiencing an issue/bug or getting unexpected results, you can:

Crash Reporting

Without crash reporting, fixing a bug requires you to:

  • Stop what you're doing and open a browser
  • Go to the GitHub repo and create an Issue
  • Explain exactly what you were doing when the app crashed
  • Hope I can re-create the bug myself to get the stack trace

That's a heavy ask for an app that's already broken β€” it leaves you with a bad experience and me without enough data to fix it.

To close that gap without compromising your data or privacy, this app uses ACRA β€” an open-source crash reporting library. Reports are received by a self-hosted Acrarium backend that runs on my own infrastructure, so crash data doesn't go to any third parties β€” no Google or other big-data services.

You can turn crash reporting on or off at any time with a toggle on the Settings page.

What Gets Collected

ACRA only sends reports when the app hits an unhandled crash. By default, it only sends the technical context needed to diagnose the crash:

  • The stack trace of the crash, plus the app and Android versions
  • Basic device context β€” e.g. the device model and OS version
  • A short extract of the app's own logcat (the last ~200 lines)

It does not track usage or activity, collect a device identifier, or send system or other apps' logs. Each report is anonymized and sent directly to my server, so only I receive the data.

Development

This section briefly covers running and building in Android Studio and the Command Line.

Android Studio

  1. Download and Install Android Studio.

https://developer.android.com/studio

  1. Ensure that usb or wifi debugging is enabled in the Android developer settings and verify.

  2. Then build or run the app on your device.

    • Import the Project
    • Run Gradle Sync

To Run: Select a device and press Play ▢️

To Build:

  • Select the Build Variant (debug or release)
  • Build > Generate App Bundles or APK > Generate APKs

Command Line

Warning

This section may not be complete! For more details see the release.yaml.

You will need to have ADB installed.

  1. Download and Install the Android SDK Platform Tools.

https://developer.android.com/tools/releases/platform-tools#downloads

Ensure that adb is in your PATH.

  1. List and verify the device is connected with:
$ adb devices
List of devices attached
RF9M33Z1Q0M     device
  1. Build a debug or release apk.
./gradlew assemble
./gradlew assembleRelease

Note: Use gradlew.bat for Windows.

  1. Then install the apk to your device with adb.
$ cd app/build/outputs/apk/debug
$ adb -s RF9M33Z1Q0M install app-debug.apk
$ cd app/build/outputs/apk/release
$ adb -s RF9M33Z1Q0M install app-release-unsigned.apk

Note: you may have to uninstall before installing due to different certificate signatures.

For more details, see the ADB Documentation.

Contributing

If you would like to submit a PR, please review the CONTRIBUTING.md.

Please consider making a donation to support the development of this project and additional open source projects.

Ko-fi

You can also star this project on GitHub and support other related projects:

For a full list of current projects visit: https://cssnr.github.io/

About

NOAA Weather Android Application with Widget

Topics

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages