Skip to content

Releases: FlorianPix/climbing_diary

v0.2.0-alpha offline first

26 Oct 14:04
Compare
Choose a tag to compare

new features

  • images load blazingly fast
  • no account required anymore
  • use offline (except for map)
  • added json import/export for sharing or creating a backup

more info

Previously a third party cloud provider was used to store images.
If more people used the app and uploaded images we would surpass the free tier and need to pay for that service.
But most don't use the app with multiple devices and therefore don't need the online features.
In this release we switched to an offline first approach where in general you won't need an account nor internet to view your data because everything is stored on your device.

  • no longer using Cloudflare R2 (third party cloud provider for storage)
  • removed seperate mediaAPI
  • store images in mongoDB with gridFS API
  • added persistent on device storage (with Hive)

v0.1.2-alpha

27 Aug 13:39
36e5795
Compare
Choose a tag to compare

bug fixes

  • updated dependency for location picker (when creating a new spot)

v0.1.1-alpha

04 Aug 18:10
36e5795
Compare
Choose a tag to compare

new features

  • best daily grade line chart (statistics)
daily_best_grade_line_chart

bug fixes

  • single pitch route card showed images of parent spot

v0.1.0-alpha

02 Aug 18:04
36e5795
Compare
Choose a tag to compare

new features

  • grade distribution to spots (see at a glance how hard all the routes of a spot are)
  • settings page
  • choose your preferred grading system to which all grades are translated
  • you can delete all your data (incl. images) with one button
  • spot search on map page
  • search to spot selection when adding existing spots to a trip
  • climbing data caching
  • fullscreen image viewer
  • upload multiple images at once
  • dropdownmenu for grade selection

bug fixes

  • fixed overflow in spot selection

v0.0.3-alpha

21 Jul 15:06
23ffa58
Compare
Choose a tag to compare

new features

  • save/load a backup of your climbing data and images to/from your device
  • delete images
  • added more in-app notifications to make your actions visible

bug fixes

  • fixed bug that prevented editing and deleting single pitch routes
  • fixed updating single pitch routes and pitches without specifying the grade
  • fixed changing the date range of a trip

additional info

  • the API for the climbing data now gets automatically tested before each new version release

v0.0.1-alpha

30 Jun 13:30
d7c298d
Compare
Choose a tag to compare

This is the first alpha release of the climbing diary app 🥳

It already includes:

  • a map view of your climbing spots (mountains, walls, gyms, ...)
  • a diary view of your trips
  • a search view for spots, routes and pitches
  • a statistics view with a heat map of your activity

It supports single and multi pitch routes.

You can try it by installing the attached apk on your Android device.

Please give us feedback and tell us what features you would like.