No description
Find a file
Jonas Heinrich 256da4b440 add webview map, bike reservation, and desktop entry
- Replace list view with Leaflet.js WebView map with marker clustering
- Add floating action buttons over map (Rent, Show Rentals)
- Click station markers to show bikes with Rent/Reserve buttons
- Add bike type filter menu (All/Standard/E-bikes)
- Support bike reservations via booking API
- Show reserved bikes in rentals overview
- Add desktop entry for app launchers
- Update dependencies: webkit6 0.6, gtk4 0.11, libadwaita 0.9

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-27 22:41:24 +01:00
build-aux ui fix 2026-03-10 23:58:45 +01:00
data add webview map, bike reservation, and desktop entry 2026-03-27 22:41:24 +01:00
src add webview map, bike reservation, and desktop entry 2026-03-27 22:41:24 +01:00
.gitignore init 2026-03-10 23:25:26 +01:00
Cargo.lock add webview map, bike reservation, and desktop entry 2026-03-27 22:41:24 +01:00
Cargo.toml add webview map, bike reservation, and desktop entry 2026-03-27 22:41:24 +01:00
flake.lock init 2026-03-10 23:25:26 +01:00
flake.nix add webview map, bike reservation, and desktop entry 2026-03-27 22:41:24 +01:00
LICENSE Create LICENSE 2019-01-18 18:18:41 +01:00
org.nextbike.NextCompanion.yml add webview map, bike reservation, and desktop entry 2026-03-27 22:41:24 +01:00
README.md add some cities as proposed in #4 2020-06-09 11:05:58 +02:00
result init 2026-03-10 23:25:26 +01:00

NextCompanion - Hacker's Nextbike Client

A minimalistic and unofficial client for Nextbike. Still under early development, use with care.

The app allows you to sing-in, see a list of bikes, rent bikes and return them.

The app is neither official, nor feature-rich. It also doesn't allow you to. sign-up to nextbike or to delete your account, use GPS or read the news feed. It was just tested for Norderstedt, so it's not guaranteed to work in all areas. The app has no support for flexzones.

I'm not a professional developer; especially not for Android. Until someone cool reviewed this source code, please consider this app bad by technical design.

Installation

  • Build it
  • F-Droid
  • manual APK download (upcoming)

Usage notes

  • Sign up will never be supported, so you have to sign up via the website or the official app
  • Flexzones are not supported at the moment, but could work. Please share your experience in issue #5.

Privacy

This app does not track you or send any private data - including your geopositon and app usage metrics- to NextBike servers or third party servers. It does only send a couple of requests to the NextBike servers, just enough to rent you a bike. The original app does not offer an opt out for sending your position to its servers, because it depends on it during the return process for some reason. It even seems to track the exact rout I took in my case.

Tested areas

NextCompanion should work in other cities as well.

  • "Nextbike Norderstedt" Norderstedt, Germany
  • "Nextbike Kassel" Kassel, Germany
  • "Nextbike Poznań" Poznań, Poland
  • "Nextbike Luboń" Luboń, Poland
  • "SWB Mobil/Nextbike Bonn", Germany
  • "MetropolRadRuhr" Dresden,... , Germany
  • "szbike" Dresden, Germany

Features

  • Sign in
  • List of rented bikes
  • Rent bikes
  • Return bikes
  • Sign out
  • Good error handling
  • Settings
  • Flexzone support?

Possible features

  • integration of other bike sharing systems

This is not...

  • feature rich
  • the official client
  • sign up on Nextbike
  • read the news feed
  • a map
  • delete your account
  • using GPS
  • fancy swiping

Motivation

tl;dr: The original app did not work for me. Too many crashes, completly overloaded with features, returning did not work and privacy issues.

The original client sent me random testing notifications like "IOS test" or "LOL" but idk, why does a bike sharing app needs notifications anyhow? It also features loading their news feed in the main activity and since a recent upgrade it became unusable for me because returning depends on personal GPS location.

Disclaimer

This app is not affiliated to NextBike GmbH in any way. The above statements about the original app may be biased.