Releases: stefango79/openScale
Releases · stefango79/openScale
openScale development build
Commits
- 9965e79: reformatted layout (oliexdev) #915
- 10baf31: show comment if available (oliexdev) #915
- a6c85d7: show goal and difference weight on overview fragment (oliexdev) #915
- 44b39e0: Translated using Weblate (Hungarian) (Hungarian_user)
- f8c3942: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- f5da9d5: Added translation using Weblate (Serbian) (Марко М. Костић)
- 83c2d94: Translated using Weblate (Serbian) (Марко М. Костић)
- a59a961: update request runtime permissions to new Android methods (oliexdev)
- bc50365: Support for Beurer BF915 (based on Sanitas SBF72). (oliexdev#911) (Giesd) #911
- d21f383: remove check for package length == 26 and isDateInvalid for mi scale v2, see issues oliexdev#907 and oliexdev#908 (oliexdev)
- 4ee758d: Miscale2 lean mass fix (oliexdev#906) (Moreno Giussani) #906
- 6a3bc7b: add an expandable recycler view (oliexdev) #915
- 5cb0add: - add measurement option to stick a measurement to the card view in the overview page (oliexdev) #915
- 49dca67: refactored fragment overview to use constraint layout (oliexdev) #915
- af7d74a: Merge branch 'master' into RecyclerView (oliexdev) #915
- c60b8c5: replace Fragment for navHostFragment with FragmentContainerView (oliexdev)
- 8047e9e: replaced table view with sticky header and column table view. (oliexdev) #915
- 4f152ba: - some optimization to speed the table view calculation (oliexdev) #915
- b6bbc31: Translated using Weblate (French) (Mickaël Schoentgen)
- c3e3d7a: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- add total weight lost (oliexdev#916) #916 (Mickaël Schoentgen)
- cf8e133: Create FUNDING.yml (OliE)
- 17c3674: Update README.md (OliE)
- d4e405d: Translated using Weblate (French) (Mickaël Schoentgen)
- d94da51: Translated using Weblate (Dutch) (Heimen Stoffels)
- a0ab148: Translated using Weblate (Polish) (Michal L)
- 6179687: Translated using Weblate (Turkish) (Oğuz Ersen)
- 9ad0d5e: Translated using Weblate (Hebrew) (Yaron Shahrabani)
- 2ab16a8: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- 8a46241: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- ae3a72a: Translated using Weblate (Spanish) (gallegonovato)
- 48248ce: Translated using Weblate (Turkish) (Oğuz Ersen)
- ed75a23: Translated using Weblate (Chinese (Simplified)) (Eric)
- 06e6892: Translated using Weblate (French) (Mickaël Schoentgen)
- 8de162b: Translated using Weblate (Dutch) (Heimen Stoffels)
- 750c2e3: Translated using Weblate (Croatian) (Milo Ivir)
- 56e9cfa: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- 7fd98ee: Translated using Weblate (Swedish) (Luna Jernberg)
- da1449b: - redesign statistic fragment to show the differences between a range of measurements (oliexdev)
- c160e12: hide expand measurement view if no measurement view are enabled. (oliexdev)
- d635ef0: in the statistics page added a dialog for setting four different ranges (all days, last 7 days, last 30 days, reference day, custom range) (oliexdev)
- 6026a82: added min/max to statistic page (oliexdev)
- 8f7c311: make the graphs in statistic page higher (oliexdev)
- 8965e28: - added user option to enable/disable goal (oliexdev)
- 7ae7e7a: Fixed auto backup; (oliexdev#924) (FFDA) #924
- 7faf568: added copyright note (oliexdev)
- 9b5819a: removed unused resources (oliexdev)
- c18bf2a: updated German translation (oliexdev)
- a9ce8de: added monochrome openScale icon (oliexdev)
- 64a3f3b: updated screenshot recorder to new dates. (oliexdev)
- 635f455: moved a bit the range option menu out of the chart view (oliexdev)
- df6dc39: update openScale to version 2.5.0 (oliexdev)
- 4d98f58: move openScale monochrome notification icon to the main res directory (oliexdev)
- 5f628ff: Translated using Weblate (Catalan) (Eduard Ereza Martínez)
- e02e64c: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- 4385440: Added translation using Weblate (Malayalam) (Raman)
- ea80c10: Translated using Weblate (Catalan) (Eduard Ereza Martínez)
- 6b92fd8: Translated using Weblate (Spanish) (gallegonovato)
- 6423966: Translated using Weblate (Dutch) (Heimen Stoffels)
- a51f1b2: Translated using Weblate (Turkish) (Oğuz Ersen)
- 606bb59: Translated using Weblate (Hebrew) (Yaron Shahrabani)
- e29b8ba: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- 8a6343b: Translated using Weblate (Malayalam) (Raman)
- 81e330e: Update ci.yml (OliE)
- 5e041b9: Add support for Yoda1 (oliexdev#927) (hyx0329) #927
- 19ef735: Translated using Weblate (German) (J. Lavoie)
- ecc64ec: Translated using Weblate (French) (J. Lavoie)
- 70dd4d8: Translated using Weblate (Italian) (J. Lavoie)
- 6074fe8: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- 0996670: ask notification permission for Android api level >= 33, see oliexdev#928 (oliexdev)
- 4371664: Update BluetoothOKOK.java (oliexdev#931) (rrooggiieerr) #931
- fa24cf5: Translated using Weblate (Croatian) (Milo Ivir)
- 715874f: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- 55ae65d: - rename exportDir to backupDir so we don't have conflict during an openScale version update with old stored shared preferences values, see oliexdev#932 with the PR oliexdev#924 (oliexdev)
- a34e682: update openScale to version 2.5.1 (oliexdev)
- bb7747b: revert round icons for pro and light version (oliexdev)
- 6c85e59: Translated using Weblate (Catalan) (Eduard Ereza Martínez)
- 52a944a: Translated using Weblate (Spanish) (gallegonovato)
- da0882c: Translated using Weblate (Dutch) (Heimen Stoffels)
- cd23fef: Translated using Weblate (Polish) (Michal L)
- a47212a: Translated using Weblate (Turkish) (Oğuz Ersen)
- bfeac97: Translated using Weblate (Hebrew) (Yaron Shahrabani)
- d23106a: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- 183a38d: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- d4dcc0d: Translated using Weblate (Croatian) (Milo Ivir)
- d7d02a8: Translated using Weblate (Italian) (Gerardo Doro)
- dc96b96: Translated using Weblate (Polish) (Michal L)
- 6329fb4: Update bug_report.md (OliE)
- 2942280: Translated using Weblate (Russian) (Denis Shilin)
- 4f88dac: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- bc5fe3f: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- 29f35da: Translated using Weblate (Russian) (Denis Shilin)
- 9f02162: Translated using Weblate (Hungarian) (Vincze Ádám)
- 587e1ce: Translated using Weblate (German) (J. Lavoie)
- 89f50f0: Translated using Weblate (French) (J. Lavoie)
- ec1f42d: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- 04579b0: Translated using Weblate (German) (J. Lavoie)
- c70622d: Translated using Weblate (French) (J. Lavoie)
- 411efb7: Translated using Weblate (Catalan) (Eduard Ereza Martínez)
- 147deea: change material calendar button text color (oliexdev)
- 16336cc: library versions updated (oliexdev)
- 252a5b7: switch to material3 themes (oliexdev)
- 56dd4c4: make the floating buttons in material 3 round (oliexdev)
- 5b18ba2: Update ci.yml (OliE)
- b75d113: Increase the offset so that Y-axis labels with decimals places fit (oliexdev#969) (undefiened) #969
- b211881: Add Sanitas SBF73 ( same as SBF72) (oliexdev#959) (2spirit) #959
- 168c832: Settings for overview Y-axes visibility (oliexdev#971) (undefiened) #971
- 60bcfd8: set the correct color using Material3 for prepareInputDialog (oliexdev)
- c085a6a: should fixed issue oliexdev#952 with old Android smartphones which don't know BLUETOOTH_SCAN permission. (oliexdev)
- ec4ecf7: Simple moving average on the chart (oliexdev#968) (undefiened) #968
- 9230d94: corrected color in dialog preferences buttons and radio buttons after using Material3, see oliexdev#944 (oliexdev)
- 529f018: set transparent color for active indicator on navigation bar. (oliexdev)
- 31eb9ae: update openScale to version 2.5.2 (oliexdev)
- 6813ff2: removed already deleted strings (oliexdev)
- 38273c0: added change log for release 2.5.2 (oliexdev)
- 30381a7: Translated using Weblate (Hungarian) (Peter Rakmanyi)
- 5294de7: Merge branch 'origin/master' into Weblate. (Hosted Weblate)
- 2622485: Translated using Weblate (Spanish) (gallegonovato)
- 64ba7d0: Translated using Weblate (Hebrew) (Yaron Shahrabani)
- 84f868b: Translated using Weblate (Ukrainian) (Ihor Hordiichuk)
- a80250f: Translated using Weblate (Slovak) (Milan Šalka)
- d8ed519: Translated using Weblate (Portuguese) (Lucas)
- b3d361f: Translated using Weblate (Portuguese) (Lucas)
- fce5e84: Translated using Weblate (Polish) (Michal L)
- 46554c8: Translated using Weblate (Croatian) (Milo Ivir)
- e723adb: Translated using Weblate (Italian) (Matteo Ballabio)
- 38db181: Translated using Weblate (German) (Mirco Hülsemann)
- c710bf0: Translated using Weblate (Catalan) (Eduard Ereza Martínez)
- 4177728: Translated using Weblate (Norwegian Bokmål) (Petter Reinholdtsen)
- 80c15ae: Translated using Weblate (Polish) (Eryk Michalak)
- 9a538b5: Translated using Weblate (Norwegian Bokmål) (Petter Reinholdtsen)
- 12030eb: Translated using Weblate (Hungarian) (Mikola Ákos)
- e7e5b8f: Translated using Weblate (Russian) (Denis Shilin)
- e04c143: Trans...