-
Notifications
You must be signed in to change notification settings - Fork 65
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
Declare "lastInterval" on a separate line. #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
numanSlm
added a commit
that referenced
this pull request
Feb 14, 2024
Commit to fix the raised issue : Rename local variable 'altitude_m' to comply with naming convention #1
SonamChugh13
added a commit
that referenced
this pull request
Feb 15, 2024
SonamChugh13
pushed a commit
that referenced
this pull request
Feb 15, 2024
Issue #1: Override method hashCode() because class overrides equals()…
SonamChugh13
pushed a commit
that referenced
this pull request
Feb 15, 2024
SonamChugh13
pushed a commit
that referenced
this pull request
Feb 15, 2024
Revert "Issue #1: Override method hashCode() because class overrides …
qureshiwaqas
pushed a commit
that referenced
this pull request
Feb 16, 2024
qureshiwaqas
pushed a commit
that referenced
this pull request
Feb 16, 2024
#1 Replace Switch with If Statment
OmniaAlam
added a commit
that referenced
this pull request
Feb 17, 2024
OmniaAlam
added a commit
that referenced
this pull request
Feb 17, 2024
Revert "#1 Replace Switch with If Statment"
OmniaAlam
added a commit
that referenced
this pull request
Feb 17, 2024
#1 Replace this "switch" statement by "if" statements to increase readability.
Reva-B98
pushed a commit
that referenced
this pull request
Feb 17, 2024
Sharanyu
added a commit
that referenced
this pull request
Feb 17, 2024
This PR consists of changes for issues resolved by Group9. [#1](tarekFerdous#1) Define a constant instead of duplicating this literal "<open>1</open>" 3 times. [#2](tarekFerdous#2) Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' Group 09 [#6](tarekFerdous#6) Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here. [#9](tarekFerdous#9) Remove unused "TAG" private field. [#11](tarekFerdous#11) Use isEmpty() to check whether the collection is empty or not. [#13](tarekFerdous#13) Fixing technical debts for io/file/impoter/importService.java and io/file/importer/importViewModel.java [#14](tarekFerdous#14) io/file/importer/KmlTrackImporter and io/file/importer/KmzTrackImporter [#15](tarekFerdous#15) Removing the Deprecated lines in the code Group(09)
SizzlingHot
pushed a commit
that referenced
this pull request
Apr 8, 2024
arextron
pushed a commit
that referenced
this pull request
Apr 9, 2024
…nounce-max-speed-at-end-of-each-recording 81 settings voice announcements announce max speed at end of each recording
gup-abhi
added a commit
that referenced
this pull request
Apr 9, 2024
…Record Discard - Group #1 (#200) **Describe the pull request** This pull request introduces several enhancements aimed at improving the user experience and functionality of the application. Changes include UI improvements for recording buttons, addition of pause and stop buttons during recording, automatic record discard feature, display of activity type in the list of track records on the start screen, and inclusion of labels to status icons. **Link to the issue** - Default Units and Activities: [Issue #88](#88) - Automatically discard records: [Issue #125](#125) - Display List of Track Records With Corresponding Activity Type on Start Screen: [Issue #118](#118) - Button UI changes for recording: [Issue #107](#107) - Including a label to the status icons at the bottom of the start screen: [Issue #115](#115) **License agreement** By opening this pull request, you are providing your contribution under the _Apache License 2.0_ (see [LICENSE.md](LICENSE.md)). **Note: new dependencies/libraries** Please refrain from introducing new libraries without consulting the team.
thanhpd
added a commit
that referenced
this pull request
Apr 9, 2024
1. Updated string.xml to fix error in screenshot #1 (src\main\res\values\strings.xml) 2. Updated build.gradle to fix error in screenshot #2 (src\main\res\layout\fragment_runs_stat.xml) 3. Updated src\main\java\de\dennisguse\opentracks\stats\TrackStatisticsUpdater.java to fix error in screenshot #3 4. Commented out code in src/main/java/de/dennisguse/opentracks/ui/aggregatedStatistics/SeasonStats/RunAndChairStatActivity.java and src/main/java/de/dennisguse/opentracks/ui/aggregatedStatistics/SeasonStats/SeasonStatActivity.java to fix error in screenshot #4 5. Commented out code in src/main/java/de/dennisguse/opentracks/ui/aggregatedStatistics/AggregatedStatisticsAdapter.java to fix error in screenshot #5
VishalPeruma1
pushed a commit
that referenced
this pull request
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for your contribution.
PLEASE REMOVE
To support us in providing a nice (and fast) open-source experience:
PLEASE REMOVE
Describe the pull request
A clear and concise description of what the pull request changes/adds.
Link to the the issue
(If available): The link to the issue that this pull request solves.
License agreement
By opening this pull request, you are providing your contribution under the Apache License 2.0 (see LICENSE.md).
Note: new dependencies/libraries
Please refrain from introducing new libraries without consulting the team.