Skip to content

Releases: skrmsh/app

v0.2.0

17 Sep 15:59
Compare
Choose a tag to compare
  • Merge pull request #49 from skrmsh/feature/websocket-overhaul 6b979bd
  • run prettier b82b56c
  • switch to coretto java f896d19
  • update github actions and switch to temurin ec053e6
  • correct jest config 7f2b8c6
  • update jest version d0a7b91
  • Statisfy eslint for the first time 3ab07ed
  • fix issue 6002400
  • eslint statisfy c24eff9
  • add eslint import plugin 110e936
  • update eslintrc de9f925
  • fix undefined != false ddd9b8f
  • fix tests 675a0c6
  • Allow for insecure connection when selected 53db6b5
  • Streamline Test and Linting Action d7e253d
  • Deselect phasor from connection modal on opening 4b8199e
  • Allow for manual disconnect from Phasor 73f7717
  • Update snapshot v2 f448908
  • update snapshot 453c10e
  • add cleanup function for testing 30dae03
  • add automatic reconnect on connection loss 1a80eff
  • fix after merge 05c0a8c
  • Merge branch 'feature/ble-backend-change' of github.com:skrmsh/app into feature/websocket-overhaul 4451edd
  • added some docstrings bea6f93
  • update a0c23da
  • better pipeline ingestion logging 8d83546
  • potential ugly singleton way 262a2f2
  • update node and snapshot 56021f6
  • add authentication functionality to communicationPipelines c7b24ee
  • improve tests a722937
  • adjust snapshot abef24d
  • Add tests for websocketPipeline and improve interfaces 928d290
  • add coverage to gitignore 151f933
  • Add websocketPipeline bbd113a
  • Merge pull request #41 from skrmsh/bugfix/adjust-tests 70722c4
  • statisfy prettier c008d5a
  • action in github actions 7fe84a7
  • fix past mistakes b81c6a5
  • fix/rename/delete tests 3ab19c2
  • fix/rename/delete tests 470b601
  • Implemented automatic reconnect e9c6d92
  • Some cleanup 86a9176
  • Restored connect/disconnect/receive functionallity 91449b0
  • Removed old code 9528906
  • Added function to mock device 0d70bf0
  • Made the linter happy 7710c47
  • "disabled" currently failing test 9d6107b
  • Added array for multiple callbacks f321e50
  • Restored basic functionality using SKBLEManager 492b189
  • removed dep of old ble backend 7054a24
  • Added skblemanager 7fa1f57
  • removed ble util functions f1a68b2
  • updated packages 7f685bb
  • Merge pull request #40 from skrmsh/fix/ios-material-icons 3071a46
  • Fixed missing material icons on ios 97cb9a1
  • Merge pull request #39 from skrmsh/fix/CVE-2023-32695 75c2010
  • fix CVE-2023-32695 d01330d
  • Merge pull request #38 from skrmsh/feature/confirmation-dialogue f22e40b
  • run prettier 2254eca
  • introduce confirmation dialogue component and possibility to use app without ble devices in dev builds 27810d9
  • Merge pull request #37 from skrmsh/fix/ios-build-workaround 0498c05
  • Restored action d32cca8
  • Fixed typo 38bc1a9
  • Changed ios build export method 4f0c49d
  • Modified workaround function to require more recent ios version 67b03c6
  • Removed duplicate resource font files f01eaaf

v0.1.0...v0.2.0

v0.1.0

21 Apr 18:49
Compare
Choose a tag to compare
  • Merge pull request #28 from skrmsh/fix/settings-button d70cd29
  • Preventing connection with undefined serverHost 148827d
  • Added sanity check for server host input 82e2c18
  • Fixed tests by adding asyncStorage mock 22c80ee
  • Merge branch 'fix/settings-button' of github.com:skrmsh/app into fix/settings-button dffd169
  • Merge pull request #36 from skrmsh/main 7974418
  • Merge pull request #32 from skrmsh/fix/android-build-missing-icon b00b2b8
  • Shrunk phaser in round icons 159db7a
  • Merge pull request #35 from skrmsh/fix/coverage-action caf1b22
  • fix action 6b0e9e4
  • Remvoed anydpi icons 9f48d08
  • Merge pull request #33 from skrmsh/feature/coverage-action eb90f83
  • fix action e9bc4a1
  • fix action f89ca9e
  • run prettier 219a317
  • add coverage action 9c31022
  • Restored file a93e391
  • Added resource files for round icons b849d17
  • Moved store/load function to seperate util file 3590b3f
  • Fixed prettier fail caused 28a0299
  • Merge branch 'fix/settings-button' of github.com:skrmsh/app into fix/settings-button a1eeaa2
  • setServerHost ternary 0f983d0
  • Removed unnecessary if statement 888134c
  • Now using same resource for roundIcon and icon aa7848d
  • Merge pull request #30 from skrmsh/main 7d60e38
  • Merge pull request #29 from skrmsh/feature/github_actions_amends 27c45a9
  • add android build github action to every pr, now that repo is public 47393ff
  • Using stored values instead of hardcoded addresses b696bba
  • Added checkbox + asyncStorage for secure connection 77f3f8b
  • Changed react-native modal to react-native-paper 52ea378
  • Fixed not-clickable on iOS 58f5a3f
  • Merge pull request #27 from skrmsh/feature/name-and-icon fac4951
  • Ran prettier on this !autogenerated! file... ccd6bc9
  • Changed application icons 55ab6a7
  • Changed app name for ios and android 378a840
  • Updated podfile a65bca7
  • Merge pull request #25 from skrmsh/feature/improve-uix 4a89495
  • Removed unnecessary import 3cc473c
  • More cleanup 0f6725b
  • Removed unnecessary undefined 3726a61
  • Switches back to using react-native-paper theming 932e0f3
  • Made Tab Navigator Header invisible 0b008d2
  • Scrollview to bottom on resize 1bc01a1
  • Added theme 9b6c651
  • Changed text color of (contained) buttons 2f6a8fc
  • Ran prettier for all file failed linting 9d3a797
  • Implemented keep_alive action 1aaebf5
  • Merge pull request #24 from skrmsh/feature/run-in-background 3cda666
  • Changed many styles / added theme 9668e1b
  • Selecting right theme based on system theme f4fdfb4
  • iOS/MacOS file updated 96e0ace
  • Merge pull request #23 from skrmsh/feature/add-back-navigator-still-wip 80d04d1
  • finish ble screen rework d026955
  • Merge pull request #22 from skrmsh/fix/pgt-field-names a291e13
  • pgt field g_start_time renamed to g_st 4a78460
  • switch from old to new ble component d0e0f20
  • add new ble connection screen d845e42
  • add new ble connection screen d4d6d6c
  • add helper functions dd0232a
  • Add back react navigation, improve overall design, still wip 74c6f5b
  • Merge pull request #21 from skrmsh/feature/rework-login-form 5eef3bb
  • remove unneccessary text 8cca144
  • finished login component rework b2bd8ba
  • first steps to new login screen f8a9a8c
  • add killall and forklift logout 52a8cfe
  • Merge pull request #20 from skrmsh/feature/ble-cleanup-auto-reconnect 9e1e1c4
  • fix aussetzer 0c696b0
  • update test 5602217
  • change to dark mode, multisupport devices other improvements 196a280
  • if devices disconnect app notices this now 6575337
  • add helper function which removes devices from connected devices and test for that function 57d2ae9
  • Merge pull request #19 from skrmsh/feature/multiple-phasors 33f0e81
  • enabled possibility to connect to multiple phasors 354c236
  • Merge pull request #18 from skrmsh/smol-refactoring bd32f54
  • refactoring, fixed bug which prevented user from creating deathmatch game, reenable async storage to let authtokens persist in storage caf5b98
  • Merge pull request #17 from skrmsh/feature/player-profile 29c946d
  • remove navigation stuff to circumvent really weird state fuckery 416f947
  • currently broken! trying to improve performance and understand why the fuck is fucking 8c3da65
  • add github actions npm test stage 96c38fc
  • update/add tests 4ce1ac1
  • setup proper testing 73ce4ca
  • add husky hooks 5bb7b91
  • run prettier 4eca9cd
  • remove font stuff 2f67d7b
  • fix merge conflicts 3aaf439
  • add central stylesheet 37bc3d1
  • Merge pull request #16 from skrmsh/feature/add-lint-stage a319e60
  • eslint fixes 84f56df
  • prettier on all files 5de383a
  • add lint workflow 76346ac
  • clean up stuff 5cbcfef
  • clean up stylesheet stuff c07f2bc
  • remove autologin fuckery 265fbeb
  • add images d325d07
  • fix stupidity e2661d0
  • add game creation mode selector component 83fb443
  • Added UIBackgroundModes key to keep app running d3fc192

v0.0.2...v0.1.0

v0.0.2 first release! 🎉

25 Jan 20:12
Compare
Choose a tag to compare
  • Merge pull request #15 from skrmsh/prepare-first-release 893c157
  • prepare first release 58cbaf5
  • Merge pull request #13 from skrmsh/feature/fix-inline-function-navigator-fuckery 0db8748
  • Merge pull request #14 from skrmsh/feature/adjust-prettier 34bb8a3
  • remove some state vars, showerror functionality d27198d
  • remove showerror funcionality 338cfb9
  • add dialogs to barrelfile 001faca
  • move safeareaview up e9abe26
  • switch to react-native-paper-tabs 8f853bb
  • switch to theme colors a26307a
  • remove static colors and switch to theme colors d5c26a8
  • add temp variable for existing game joining component 78d6c12
  • add existing game joining component 0cfd012
  • add errordialog component 1f62e4d
  • enable bracket spacing bd7e0ab
  • Merge pull request #12 from skrmsh/feature/relay-data-from-phasor d3ffc68
  • Converting data to json before send b322fd6
  • Merge pull request #11 from skrmsh/feature/relay-data-from-phasor-android bbcbaed
  • request mtu 8611968
  • Implemented phaser->server 370e58d
  • remove animation mess 0b1d1b1
  • add the ability to join an existing game f8f2cee
  • fix some stuff, change dialog appearance 2060fb4
  • fix brain aussetzer 8ad9cb1
  • Merge pull request #10 from skrmsh/feature/smooth-transitions 37688ef
  • Merge branch 'main' into feature/smooth-transitions 524112e
  • Merge pull request #9 from skrmsh/feature/send-timestamp-on-connect 0af7a83
  • add websocket check 0703634
  • Enable smooth transitions e147940
  • prevent multiple socket callbacks 8819473
  • update gitignore b6cac28
  • Add error handling, switch from Snackbar to react native paper Dialog, beautifying code a little bit 2e59fc0
  • automatically send timestamp to phasor when connecting 1580f7c
  • Added Material icon ttf files to build phase again 9d635a3
  • Removed material icon ttf files from build phase ac7391e
  • aussetzer 5c98be8
  • aussetzer 817b1ea
  • Merge pull request #8 from skrmsh/feature/apple-github-actions-workflow bd54f36
  • blarghfoo 8e850c9
  • Merge pull request #7 from skrmsh/feature/apple-github-actions-workflow b5266c3
  • blarghfoo 0fedc71
  • Merge pull request #6 from skrmsh/feature/apple-github-actions-workflow 631fe88
  • blarghfoo 49e8318
  • Merge pull request #5 from skrmsh/feature/apple-github-actions-workflow fa1a75c
  • blarghfoo 3684594
  • Merge pull request #4 from skrmsh/feature/apple-github-actions-workflow 34ff12f
  • blarghfoo cdbb603
  • add ios workflow 9ca9e2d
  • Merge pull request #3 from skrmsh/feature/trying-to-permission-unfuck f89bec2
  • iegahpeagiöndgae cc40df4
  • Merge pull request #2 from skrmsh/feature/trying-to-permission-unfuck 3b1bc90
  • Kinda unfucked permission on iOS fe7dd0e
  • Added vscode folder to gitignore 541a1ca
  • Added ScrollView 7341fd8
  • blarghfoo bd8f0d5
  • trying to unfuck 999bea7
  • Merge pull request #1 from skrmsh/feature/ios-doc f2837a1
  • Merge remote-tracking branch 'origin/main' into feature/ios-doc 03605da
  • Added iOS build workflow stuff e956c52
  • add info about building 92fbd96
  • fix ios permission issue temporarily by disabling ble functionality for ios dc37e57
  • update README 7b11f57
  • update looks 94806f2
  • switch to tab based navigation to improve ui experience 19b48a0
  • new state of package.json ba2c2aa
  • fix smaller issues 5c9d11d
  • trying to fix github actions 96117be
  • bump jdk version 78fb341
  • fix oversight 37bd4e9
  • add github actions workflow 7ef2bd0
  • Revert "update package.json" 68031a7
  • update package.json 5a50ee4
  • debug codemagic shittery 616f62d
  • update codemagic and gradle 2cba376
  • add major funcionality 42c01bd
  • update screenshot 3e9bd21
  • Add static colors 880ab94
  • enable automatic building via codemagic d2eb465
  • update screenshot 01c27d7
  • fix readme 4c2e5c7
  • initial commit of sources 7975d74
  • fix readme 65a52f8

d060de7...v0.0.2