-
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
Add the missing deprecated Javadoc tag #2
Closed
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
krispatel1001
pushed a commit
that referenced
this pull request
Feb 14, 2024
Update ChartFragment.java
qureshiwaqas
pushed a commit
that referenced
this pull request
Feb 16, 2024
#2 Merging this if statement with the enclosing one
numanSlm
added a commit
that referenced
this pull request
Feb 16, 2024
Update DescriptionGenerator.java lgtm
OmniaAlam
pushed a commit
that referenced
this pull request
Feb 17, 2024
OmniaAlam
pushed a commit
that referenced
this pull request
Feb 17, 2024
Revert "#2 Merging this if statement with the enclosing one"
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)
Soham-2411
pushed a commit
that referenced
this pull request
Feb 17, 2024
Added static to the final field #2
arextron
pushed a commit
that referenced
this pull request
Apr 9, 2024
…nounce-avg-speed-at-end-of-each-run 64 settings voice announcements announce avg speed at end of each run
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
Changed the visibility of this constructor to "protected".
VishalPeruma1
pushed a commit
that referenced
this pull request
Apr 26, 2024
I removed the extra comments from the XML file.
VishalPeruma1
pushed a commit
that referenced
this pull request
Apr 26, 2024
I removed the extra comments from the file
nihal514
added a commit
that referenced
this pull request
Apr 27, 2024
…tatistics. (#224) Describe the pull request We're creating a java method with various elements to display key skiing statistics. These include the total distance skied, total waiting time, longest and shortest waits at chairlifts, average speed, and maximum speed achieved. Each element will provide a clear snapshot of different aspects of the skiing experience, allowing users to easily track their performance and experiences. Links to the Tasks #72, #73, #78, #79, #91, #99
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.