Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beacon dev #239

Open
wants to merge 127 commits into
base: development
Choose a base branch
from
Open

Beacon dev #239

wants to merge 127 commits into from

Commits on Jun 18, 2021

  1. Improvised UI and refractored to follow mvvm architecture

    Improvised UI and refractored to follow mvvm architecture
    nb9960 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8c4d38a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    c3cdcf4 View commit details
    Browse the repository at this point in the history
  2. updated readme

    nb9960 committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    430da9e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    410eb3f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    d1c11e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    806abe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce8f8a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    3c1e908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2851fd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. handle token updates

    nb9960 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9b58fc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    a4a0414 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    40686ed View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    36a0506 View commit details
    Browse the repository at this point in the history
  2. rfrac: removed unused imports and migrated deprecated widgets (CCExtr…

    …actor#14)
    
    * rfrac: removed unused imports from multiple files.
    * rfrac: migrated deprecated widgets.
    Aadeesh11 committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    2a713b4 View commit details
    Browse the repository at this point in the history
  3. fix: Misaligned button on dialogue boxes using sizer (CCExtractor#18)

    * fix: fixed the alignment of buttons on the dialogue box when user terminates a hike.
    
    * fix: used sizer to fix CCExtractor#16
    Aadeesh11 committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    1d22285 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    f3dee75 View commit details
    Browse the repository at this point in the history
  2. added github CI actions (CCExtractor#28)

    * added github ci actions
    * Added Flutter CI check badge in README.md
    
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    devansh12b2 and nb9960 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d193bf6 View commit details
    Browse the repository at this point in the history
  3. add a basic test

    nb9960 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    029199b View commit details
    Browse the repository at this point in the history
  4. update badge link in readme

    nb9960 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c0f6a31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ae9302 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4ee296 View commit details
    Browse the repository at this point in the history
  7. fix: Overflow issue on homscreen (CCExtractor#19)

    * fixes CCExtractor#15
    * fix: used sizer to fix overflow issue on homescreen.
    * rfrac: used pub dependency instead of git.
    Aadeesh11 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d9455a0 View commit details
    Browse the repository at this point in the history
  8. Updated Files and Dependencies (CCExtractor#24)

    * auto updated files
    * updated dependencies
    * iOS auto-updated files
    ItsAdityaKSingh committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c5a18e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. fix: dispay error if duration is 0:00:00 (CCExtractor#43)

    * added github ci actions
    
    * required changes
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update shared_preference_service.dart
    
    * Now if duration is 0:00:00 it will show error
    
    * unused imports removed
    
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    devansh12b2 and nb9960 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1345032 View commit details
    Browse the repository at this point in the history
  2. fix: keyboard focus and validation issues in auth screen (CCExtractor#30

    )
    
    * fix: fixed the keyboard stays open bug.
    * fix: Validate only those textfields that are visible.
    Aadeesh11 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    81788d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Expired beacons fix. (CCExtractor#33)

    * Expired Duration Fix: Part 1.
    Show expired beacons at the very last in your beacons section + No streams should be running (including the one that tracks location)
    Tried to implement this.
    * Cancelling StreamSubs if beacon expires when subs are active.
    * minor miss: setting isBeaconExpired to true.
    * Upd: Showing snackBar if user tries to join an expired beacon.
    * fix: Updated setting up subscriptions logic.
    * fix: setting state so that UI updates if beacon expires.
    * FIX: Close the circular loading spinner if there was some error in joining any beacon.
    * Update lib/views/hike_screen.dart
    * fix: Change the msg to terminate hike if beacon has expired.
    
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    Aadeesh11 and nb9960 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    1421f5c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Templates introduced (CCExtractor#50)

    * PR template
    * bug issue template
    * custom issue template
    * feature issue template
    * Updated suggested changes
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    ItsAdityaKSingh committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e91b24c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Updated UI, fixed bugs and refactored code (CCExtractor#45)

    * Updated UI, fixed bugs and refactored code
    * checks
    * formatted constants
    * issue fixed
    * checks fixed
    * issue
    * unused import
    * inserted a comma
    * changed font-size
    * added a comma
    * unused code removed
    * checks
    ItsAdityaKSingh committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    feae73f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    63b57fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb22e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfea8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    964f385 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Feat: Added feature to preschedule a beacon + added local notificatio…

    …ns at the start of prescheduled beacon (CCExtractor#53)
    
    * added github ci actions
    
    * required changes
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update shared_preference_service.dart
    
    * prescheduling and local notifications at the time of start added
    
    * fix
    
    * ui issue fix
    
    * required changes done
    
    * formatting
    
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    devansh12b2 and nb9960 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f3273f7 View commit details
    Browse the repository at this point in the history
  2. added constants

    ItsAdityaKSingh authored and nb9960 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    06162f8 View commit details
    Browse the repository at this point in the history
  3. changed bool to string

    ItsAdityaKSingh authored and nb9960 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    956d960 View commit details
    Browse the repository at this point in the history
  4. constant file changes

    ItsAdityaKSingh authored and nb9960 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f4e4609 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. [Feat + rfrac]Hike screen updated to follow Stacked MVVM architecture…

    … + share route if beacon is active + camera autozooms to necessary map surface. (CCExtractor#62)
    
    * Migrated Share to Share plus, since share is deprecated.
    * Update pubspec.yaml
    * Feat: Share route functionality.
    * Feat: Camera auto zoom's to only the required area on map.
    * Ran flutter format .
    * Added HikeScreen widgets to components.
    * HIKESCREEN now follows MVVM stacked arch.
    * fix: leaderloc is now added to route list.
    * fix: share button is visible now.
    Aadeesh11 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    cab51df View commit details
    Browse the repository at this point in the history
  2. Reverse the expired beacons list based on expiry DateTime (CCExtracto…

    …r#77)
    
    * reversed list according to recent
    * sorted active list
    ItsAdityaKSingh committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    6875f55 View commit details
    Browse the repository at this point in the history
  3. feat: Passkey Capitalisation (CCExtractor#86)

    * uppercase
    * Added capitalisation
    * a few enhancements
    * Update lib/components/create_join_dialog.dart
    
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    
    Co-authored-by: Nishtha Bodani <nbodani8@gmail.com>
    ItsAdityaKSingh and nb9960 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    9479b30 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Fixed sliding corners and sliding to minheight (CCExtractor#74)

    * fixed border and panel
    * checks and formatting
    * conflicts resolved
    * removed unwanted comment
    ItsAdityaKSingh committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    94b2ef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Differentiates pre-scheduled, active and expired hikes (CCExtractor#85)

    * changed card colors for expired beacons
    * conditional change
    * added countdown timer
    * added countdown and status
    * expired -> ended
    * few changes
    ItsAdityaKSingh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    36cbbbd View commit details
    Browse the repository at this point in the history
  2. Improved hike screen UI (CCExtractor#88)

    * improved hike_screen UI
    * checks
    * small change
    * conflicts resolved + updated
    * checks
    * conflicts
    * Change bg color for back button
    ItsAdityaKSingh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    bd6cf2c View commit details
    Browse the repository at this point in the history
  3. Updated and sorted dependencies (CCExtractor#89)

    * updated and sorted
    * resolved
    ItsAdityaKSingh committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2be931b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. UI changes (CCExtractor#63)

    * Changed a few UI error causing lines.
    
    * changes
    
    * removed overwriting
    
    * sharing box size changes
    
    * conflict
    
    * increased labelsize
    
    * auth_screen tab
    
    * home tab bar
    
    * reduced size of tab bar
    
    * checks
    
    * create hike changes + sizing for diff screensizes
    
    * landmark button changes
    
    * fix: formatting
    
    * notification change
    ItsAdityaKSingh committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    df641d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Changes theme of DateTime picker (CCExtractor#93)

    * changed theme and text size of 2 input fields
    
    * text theme for calendar
    
    * format
    
    * text theme added for time picker
    
    * reverted some changes
    ItsAdityaKSingh committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    2240293 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. feat: Close keyboard when text field is out of focus (CCExtractor#96)

    * feat: close keyboard upon choosing other fields
    * feat: close keyboard on tapping dialog box
    ItsAdityaKSingh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    890789e View commit details
    Browse the repository at this point in the history
  2. fix: alignment issues and responsiveness (CCExtractor#105)

    * fix: increased distance for smaller screen sizes 
    
    * auth screen changes
    ItsAdityaKSingh committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    bc3604a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. feat: sort nearby beacon list according to start time (CCExtractor#99)

    * feat: nearby beacon list according to start time
    * feat: nearby beacon list according to start time
    * feature added
    ItsAdityaKSingh committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    f95039a View commit details
    Browse the repository at this point in the history
  2. Improvise Snackbar UI (CCExtractor#101)

    * snackbar improvements
    * improved: snack bar
    * added option to join by clicking snack bar
    * function reduced
    * time of notification increased
    * color changes
    ItsAdityaKSingh committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c97e1b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccad1a7 View commit details
    Browse the repository at this point in the history
  4. Feat: Added 1 hr prior reminder for a hike (CCExtractor#112)

    * feat: added 1 hour prior notification
    * fix: reduced initialise method name
    * small changes
    * changed message
    * changes
    * reverted changes
    ItsAdityaKSingh committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    6ac5206 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Updated geocoder dependency using github repo. (CCExtractor#87)

    * dependency upgrade
    
    * added  geocoder
    dependency from github repo
    
    * revert to   share_plus: ^3.0.4
    
    * Fork branch sync with upstream
    
    * AlertDialog UI changes
    
    * Sorted dependencies
    
    * Delete home.dart
    
    * Forced upstream
    
    * .
    
    * .env.example reverted
    Pavel401 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    92b73fa View commit details
    Browse the repository at this point in the history
  2. feat: Maintain State when network is lost (CCExtractor#94)

    * feat: Maintain State when network is lost
    
    Squashed all
    
    feat: Maintain State when network is lost
    
    feat: Full beacon data is persisted
    
    * Minor miss.
    
    * Optimized Loading time for homescreen beacon, while maintaining same functionality (i.e maintain state when no network)
    
    * Suggested changes.
    
    Removed CI errors.
    Aadeesh11 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e5b6823 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Feat: Animated Google map markers. (CCExtractor#121)

    * Animated Google map markers.
    
    * Merged main into this branch.
    Aadeesh11 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    8351334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ca5e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c907a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Test: Model test (Beacon and User model). (CCExtractor#114)

    * Test: Models test.
    
    Diff Lat/Lon values.
    
    User model test added.
    
    Added update method test.
    
    * Merged main into this branch.
    
    * rfrac: used generic names.
    Aadeesh11 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7985f5a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Updated compilesdkVersion to support Flutter 2.10 + updated dependenc…

    …ies and pubspec files (CCExtractor#119)
    
    * updated pubspec
    
    * updated gradle
    
    * pubspec.lock updated
    
    * tests
    
    * updated geolocator
    
    * checks
    
    * changes in readme
    
    * updated pubspec.lock
    
    * updated gradle
    
    * updates
    ItsAdityaKSingh committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a8d68f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    98ac541 View commit details
    Browse the repository at this point in the history
  2. Fix: removed deprecated splash warnings (CCExtractor#146)

    * fix: removed deprecated splash warnings
    
    * Update pubspec.lock
    ItsAdityaKSingh committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8cab530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5653ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    2a9e63a View commit details
    Browse the repository at this point in the history
  2. Worked on issue CCExtractor#162 Automated the redundancy removal from…

    … email entered by the user (CCExtractor#166)
    
    * Worked on issue CCExtractor#162 Automated the redundancy removal from email entered by user on login screen
    
    * Ran Flutter Format Command
    HarshitGulgulia committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    47903f0 View commit details
    Browse the repository at this point in the history
  3. Issue CCExtractor#110 and CCExtractor#163 solved (AlterDialog UI fixe…

    …s and made loading screen) (CCExtractor#161)
    
    * I have made the login pop up edges rounded by a radius of 10.0
    
    * created a loading screen and unified it throughout the app
    codewithkushagra committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f9ef249 View commit details
    Browse the repository at this point in the history
  4. Feature: Relay beacon to new leader (CCExtractor#122)

    * initial
    
    * user online missing
    
    * added more fields in mutation
    
    * feat: relay beacon to new leader
    
    * small fix
    
    * snackbar message improvement
    
    * fix: moved code to viewmodel
    ItsAdityaKSingh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    9b81f75 View commit details
    Browse the repository at this point in the history
  5. Changes for Flutter 3.0 (CCExtractor#167)

    * changes for Flutter 3.0
    
    * updated dev dependency
    
    * Temp fix to failing CI
    
    * removed overridden platform dependency
    ItsAdityaKSingh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    953aca8 View commit details
    Browse the repository at this point in the history
  6. Resolved formatting issues in pipeline (CCExtractor#168)

    * resolved formatting issues in pipeline
    
    * pubspec changes
    
    * build updates
    ItsAdityaKSingh committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    be1a0e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. feat: N beacon 1 Group (CCExtractor#169)

    * model changes
    
    * added group in models
    
    * queries updated
    
    * queries updated
    
    * model changes
    
    * service changes
    
    * constants updated
    
    * yaml file updated
    
    * routing changes
    
    * readme updates
    
    * debugged model changes
    
    * queries updated
    
    * components added
    
    * mutation functions primary
    
    * view model additions
    
    * screen additions
    
    * flutter analyze error resolved
    
    * showing user beacons in group screen
    
    * back from hike to group screen
    
    * todo navigation changes
    
    * flutter analyze issues
    
    * Flutter version
    
    Updated minimum required Flutter version in Readme
    ItsAdityaKSingh committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c3dcbeb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    81be07b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Add "coverage" folder in gitignore (CCExtractor#177)

    * update gitignore
    
    * fix file trail
    literalEval committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f33ef47 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Add Mockito and update packages (CCExtractor#179)

    * update gitignore
    
    * fix file trail
    
    * Upgrade packages and add Mockito for testing
    
    * update flutter version in workflow
    
    * fix deprecations
    
    * change architecture type
    
    * update subosito version
    
    * update subosito version
    literalEval committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ba7738e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    2755a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ee11db View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Updated versions

    tanisha083 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    7b5cb75 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    b2d38e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge pull request CCExtractor#196 from tanisha083/fix-194-location-p…

    …ermission-keys
    
    Fixed location permission keys in Info.plist file
    cfsmp3 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c99badb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge pull request CCExtractor#198 from tanisha083/Update-versions

    fix-197-updated-versions
    cfsmp3 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f177f16 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    d3b233a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578bd0f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    86353b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Merge pull request CCExtractor#208 from Omegaviv/local-notification-e…

    …xception
    
    resolved local notification exception.
    techno-disaster committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    42638c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    4c09e09 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request CCExtractor#206 from tanisha083/fix-205-new-hike-c…

    …rash
    
    Fix: App crash on joining active hike due to google maps
    techno-disaster committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9083825 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. changes

    RunTerror committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b9cb8db View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    996f467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ebb9e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. dart fix

    RunTerror committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c0c0750 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. dart version

    RunTerror committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    4d13bb7 View commit details
    Browse the repository at this point in the history
  2. reverting dart version

    RunTerror committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    0c31c7b View commit details
    Browse the repository at this point in the history
  3. macos removed

    RunTerror committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    80a44da View commit details
    Browse the repository at this point in the history
  4. macos added back

    RunTerror committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    12d687f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    ad1e1e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    461b4e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CCExtractor#213 from RunTerror/develop

    Updates flutter and dart version and switches to null safety.
    Akshatji800 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4a42d6b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. notifications fixed

    RunTerror committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6d7b786 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    d5101b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. [fix] multi_hero_tag

    vkprogrammer-001 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b9059f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33969cf View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    c0895fe View commit details
    Browse the repository at this point in the history
  2. [fix] multi_issue

    vkprogrammer-001 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6fd538b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    82a944f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request CCExtractor#224 from RunTerror/develop

    notifications fixed
    Akshatji800 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    712acae View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. changing structure

    RunTerror committed May 8, 2024
    Configuration menu
    Copy the full SHA
    587a00b View commit details
    Browse the repository at this point in the history
  2. pushing formatting

    RunTerror committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d525933 View commit details
    Browse the repository at this point in the history
  3. fixing packages

    RunTerror committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c8d0014 View commit details
    Browse the repository at this point in the history
  4. downgrading auto route

    RunTerror committed May 8, 2024
    Configuration menu
    Copy the full SHA
    009e21d View commit details
    Browse the repository at this point in the history
  5. generator

    RunTerror committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3b1e0a4 View commit details
    Browse the repository at this point in the history
  6. removed unused imports

    RunTerror committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5150b38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ab45ac View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    6403379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd68f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0226c95 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    e74e82e View commit details
    Browse the repository at this point in the history
  2. removed dependency

    RunTerror committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    6f50aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    626d0b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. commiting hike development

    RunTerror committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8b8fb60 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. development

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    8da3162 View commit details
    Browse the repository at this point in the history
  2. cleaned

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1a0d997 View commit details
    Browse the repository at this point in the history
  3. unnecessary packages removed

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9e1c790 View commit details
    Browse the repository at this point in the history
  4. dar version upgraded

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1549e0e View commit details
    Browse the repository at this point in the history
  5. flutter cli version changed

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    566e47c View commit details
    Browse the repository at this point in the history
  6. flutter cli version changed

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0bbe7b1 View commit details
    Browse the repository at this point in the history
  7. fixing cli

    Shock@5678 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fcc5fdc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. sos feature added

    Shock@5678 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    051dc39 View commit details
    Browse the repository at this point in the history
  2. new commit

    Shock@5678 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    05ea2c0 View commit details
    Browse the repository at this point in the history
  3. removed unused imports

    Shock@5678 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ae0b936 View commit details
    Browse the repository at this point in the history
  4. unnecessary files removal

    Shock@5678 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    09e3724 View commit details
    Browse the repository at this point in the history