Skip to content

Releases: flixcoo/cabo-counter

v1.0.7-stable

29 Dec 18:44

Choose a tag to compare

Changelog

Features

  • Implemented Tests for the database
  • Finished Android Version of the app

Enhancements

  • Updated License-Package

Bugs

  • Fixed Vibration on point limit games

Version 1.0.6 (Stable)

04 Dec 20:35
c4ad44d

Choose a tag to compare

Changelog

Features

  • Added Dealer: Now shown in the RoundView. By default the person who lost the last round is the dealer, in the settings you can enable rotating the dealer
  • Prepared Android release with several platform specific improvements (Icons, Popups, ...)

Enhancements

  • Added chevrons in multiple places to improve UX

Bugs

  • Fixed bug where game was still shown in the list even though it was recently deleted
  • Fixed bug with vibration on game ending

Version 1.0.0 (Stable)

04 Oct 23:03
6a75620

Choose a tag to compare

Cabo Counter - Feature List

Core Gameplay

Game Creation

  • Create games with custom names or let the app set one automatically
  • Choose one of two gamemodes.
  • Add up to five players to a game.

Game Modes & Rules

  • Choose between game modes with or without a point limit.
  • Customize point limits and Cabo penalties.
  • Set a default rule in settings for new games.
  • Bonus rule: Reaching the exact point limit (e.g., 100 points) deducts half the limit (e.g., 50 points).

Rounds & Scoring

Round Management

  • Select Cabo announcements per round.
  • Enter points per round, including Kamikaze option (via button).
  • Automatic round winner marking.
  • Dynamic player order: The winner of the last round starts the next round.
  • Display the previous round winner (marked with a medal icon).

Point Tracking & Statistics

  • Point table for an overview of points awarded per round.
  • Graph view to visualize player point history.

Special Features

  • Kamikaze feature with ActionSheet for player selection.
  • Winner pop-up with confetti effect.

Extras

Game Management

  • Export, import or delete individual games or all game data.
  • Manually end games in "Unlimited" mode.
  • Create new games based on existing game settings.

Language Support

  • German language supported
  • English language supported

Version 0.6.2 (Beta)

25 Aug 19:21

Choose a tag to compare

Version 0.6.2 (Beta) Pre-release
Pre-release

Changelog

Features

  • Implemented database which stores the game data and will replace the json file
  • Implemented a game data migration which migrates the old json file data into the new database. This will only be temporarily available and will be removed in the next version
  • Implemented skeleton screen for the main menu while loading the games from the database

Version 0.5.8 (Beta)

17 Aug 21:21
d88f315

Choose a tag to compare

Version 0.5.8 (Beta) Pre-release
Pre-release

Changelog

Bugs

  • Fixed a bug that would trigger the confettig every time you close a round in an finished game
  • Fixed a bug for when you change the players points the game would still be marked as finished even though the point limit isn't reached
  • Fixed a bug where when a player received bonus points would be automatically marked as round winner
  • Fixed keyboard issues in the CreateGameView

Features

  • Updated AboutView, added Licenses

Enhancements

  • Cached the app icon in the AboutView for better loading
  • The header in the point overview now sticks to the top
  • Adjusted the kamikaze button color
  • Updated the Views titles

Version 0.5.3 (Beta)

21 Jul 11:20
016dd31

Choose a tag to compare

Version 0.5.3 (Beta) Pre-release
Pre-release

Changelog

Bugs

  • Fixed a bug where the previous round winner icon was shown in the first round
  • Fixed a bug where deleting a game would delete all games with the same name

Features

  • Implemtented a standard rule in settings, so that you can choose which rule should be selected by default, when creating a new game
  • Implemented a point table to understand every rounds given points
  • Implemented a popup and confetti effect for the winner of a game when its over

Enhancements

  • Changed the icon for previous rond won player

  • Updated CreateGameView

    • Players are now redragable
    • Buttons are now more visually distinctable
    • Buttons design have been improved
    • Implemented navigation between textfields
  • Reworked Kamikaze feature

    • Replaced the kamikaze checkboxes with a new button for Kamikaze
    • Implemented ActionSheet for choosing the Kamikaze player
    • Removed column titles

Version 0.4.7 (Beta)

14 Jul 12:22
287d57d

Choose a tag to compare

Version 0.4.7 (Beta) Pre-release
Pre-release

Changelog

Bugs

  • Fixed a bug that players with the same score would not have the same rank in ActiveGameView

Features

  • Implemented that the order of players changes in the RoundView. The order will stay the same, but the player who won the last round will be the first (marked by a medal icon).

Enhancements

  • Changed rule for point deduction: If you reach exactly the point limit (100 by default), you get pointlimit/2 points (50 by default) deducted.
  • Implemented a popup that shows when a player reaches the exact point limit and gets the bonus points

Version 0.4.4 (Beta)

13 Jul 10:51

Choose a tag to compare

Version 0.4.4 (Beta) Pre-release
Pre-release

Changelog

Bugs

  • Fixed scaling errors with the cabo player selection in the RoundView (again -.-)
  • Fixed a bug where the graph did not show the actual points received but the (unprocessed) points entered

Features

  • Added a delete all game data button in the settings to whipe all data from the app
  • Implemented native rating dialogs (won't be shown in the beta release)

Enhancements

  • Restricted GraphView: Graph will only be shown after at least one round has been played
  • Small QoL updates for the graph:
    • adjusting the jitter step
    • let the graph start at round 0
    • no decimals shown on the y-axis
    • adjusted text overflow in the graph legend
  • Changed next round button in RoundView: Button wont be shown, when a game is finished. Only the Done button will be shown
  • Corrected links implemented in the app and added some useful ressources (wiki, privacy policy)

Version 0.3.8 (Beta)

08 Jul 20:26
b8eec63

Choose a tag to compare

Version 0.3.8 (Beta) Pre-release
Pre-release

Changelog

Bugs

  • Fixed scaling errors with the cabo player selection in the round view

Features

  • Updated the game overview:
    • Added a button for exporting a single game
    • Added a button for ending a game in unlimited mode. The game will be locked and marked as finished
    • Added a button for creating a game from an existing game with the same settings
    • Added a button for deleting the game
    • Implemented a Graph View that displayes a graph with all players and their corresponding point history

Enhancements

  • Reworked import mechanism:
    • You can now import a single game or multiple games (previous exported app data)
    • The Import will now add the games instead of replacing the existing ones
    • Games with the same id as imported ones get overwritten
  • Changed opening animation for a new Round
  • Grammar & spelling enhancements
  • The large “+” button in the main menu, which is displayed if no games have been created yet, can now also be used to open the “New Game” screen
  • The direction to delete a round in the main menu has changed to swiping to the left to delete a round

Version 0.3.0 (Beta)

12 Jun 15:17
a20e1e5

Choose a tag to compare

Version 0.3.0 (Beta) Pre-release
Pre-release

Changelog

Bugs

  • The point limit was displayed incorrectly when creating a game
  • The scroll behaviour in the active game view was corrected

Features

  • The app now supports english language, when the system language is english

Enhancements

  • The button label for resetting the constants to standard was changed
  • The import- and export-buttons order were changed