Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1340 commits
Select commit Hold shift + click to select a range
22da050
Add test for daylight savings and start of day for bar chart factory
android-sam May 18, 2023
44061a7
Implement bar chart config view model
android-sam May 18, 2023
5a63da5
Fix broken strings, implement bar chart config view
android-sam May 22, 2023
195806d
Bump requests from 2.27.1 to 2.31.0 in /translations
dependabot[bot] May 23, 2023
2dd8af1
Merge pull request #220 from SamAmco/dependabot/pip/translations/requ…
SamAmco May 24, 2023
2cdb206
Fix bug bar chart config view model not emitting featureId
android-sam May 28, 2023
2b09dea
Basic Bar chart view implementation
android-sam May 29, 2023
e6090ee
Correct bar chart data factory tests
android-sam May 29, 2023
dda23d7
Sort bars biggest to smallest
android-sam May 30, 2023
225de64
Fix bug crash on view graph stat fragment destroyed
android-sam May 30, 2023
3409053
Implement bar highlighting on click and on note click
android-sam May 30, 2023
a6f519f
Implement y range max for bar charts
android-sam May 31, 2023
9dd7e6b
Implement scale for bar charts
android-sam May 31, 2023
c0d4aeb
Add detail overlay on select bar in bar chart
android-sam May 31, 2023
a3891ac
refactor out common code from line graph and bar chart
android-sam May 31, 2023
2f7186f
Fix bug bar chart markers not showing well in both themes
android-sam May 31, 2023
b46c547
Add Info breakdown to bar chart details overlay
android-sam May 31, 2023
2cce0a2
Fix bug graph not updating after edit
android-sam Jun 2, 2023
55543ee
Translate new strings for bar charts
android-sam Jun 2, 2023
bdab5ce
Fix and improve bar chart tests
android-sam Jun 2, 2023
58fe147
Merge branch 'feature/bar_chart'
android-sam Jun 2, 2023
6e490c2
Update docs link and build number for v3.4.0
android-sam Jun 2, 2023
e7408ad
Re-order graph/stat suggestions
android-sam Jun 2, 2023
3be1ca0
Fix bug setting date on timestamp wipes the second and nano causing c…
android-sam Jun 2, 2023
47a52e7
Allow null end times for bar charts
android-sam Jun 2, 2023
4ddc0a5
Added faq for bar charts
android-sam Jun 2, 2023
f19512c
Update docs for time since/last value
android-sam Jun 2, 2023
ab5dfbc
Merge branch 'release/v3.3.1'
android-sam Jun 2, 2023
cd98235
Merge branch 'master' into release/v3.4.0
android-sam Jun 2, 2023
9d8582c
Add dividers to docs
android-sam Jun 2, 2023
b4c3823
Add changelog for v3.4.0
SamAmco Jun 2, 2023
5d279fd
Update fastlane
SamAmco Jun 2, 2023
3200183
Merge branch 'release/v3.4.0'
SamAmco Jun 2, 2023
4c980e3
Add some logs to benchmark graph generation time
android-sam Jun 3, 2023
4f23a72
Fix bug clicking on empty bars in bar chart causes crash
android-sam Jun 3, 2023
432f1f1
Refactor and add animations to bar chart details overlay
android-sam Jun 3, 2023
da28c07
Update strings docs link
android-sam Jun 3, 2023
a0b338c
Bump version number and add changelog for v3.4.1
android-sam Jun 3, 2023
4fcd36c
Merge branch 'release/v3.4.1'
SamAmco Jun 3, 2023
d64e510
Update fastlane
SamAmco Jun 3, 2023
f2f2538
Add index on timestamp to data points table
android-sam Jun 4, 2023
938de1b
Simplify aggregation functions code
android-sam Jun 4, 2023
ed3e10a
A faster implementation of moving aggregation
android-sam Jun 4, 2023
4470bc5
Remove caching sequence
android-sam Jun 4, 2023
2611503
Fix bug average time between stat showing error
android-sam Jun 4, 2023
9deefcc
Enable change animations for grid layout
android-sam Jun 4, 2023
fce11bf
Temporary fix for views jumping around in recycler view
android-sam Jun 5, 2023
f473283
Emit a data update type from model and only update ui when necessary
android-sam Jun 7, 2023
ee5e7ab
Add preen back in to group view model
android-sam Jun 7, 2023
ddd524a
Use more specific event types and fix groupviewmodel update logic
android-sam Jun 8, 2023
d950b3d
Only recalculate graph data per graph when necessary
android-sam Jun 10, 2023
78c4bc5
Fix bug average time between not showing
android-sam Jun 10, 2023
25f3bae
Add item animator back to group recycler view
android-sam Jun 10, 2023
994fc10
Fix bug deleting graph causing full reload
android-sam Jun 10, 2023
1e02ecf
Fix bug scroll to top on add group item glitchy.
android-sam Jun 10, 2023
4b0b490
Rewrite flatmapscan
android-sam Jun 10, 2023
c6cf267
Add debounce to feature history to avoid loading full list too freque…
android-sam Jun 11, 2023
e84c972
Add some todos for some lower priority performance improvements
android-sam Jun 11, 2023
11e94b0
Update todo
android-sam Jun 11, 2023
74ff3f2
Merge branch 'feature/performance_optimisations'
android-sam Jun 11, 2023
200c88a
Optimise the way offset date times are stored and read for:
android-sam Jun 11, 2023
64ad195
Merge branch 'feature/performance_optimisations'
android-sam Jun 11, 2023
8da8632
Implement slimmer tracking dialog elements
android-sam Jun 11, 2023
6a4b58a
Make update data points dialog 90% screen width
android-sam Jun 11, 2023
339f1c9
Improved data point input dialog behaviour:
android-sam Jun 11, 2023
0e8d43f
Merge branch 'feature/slimmer_input_dialog_elements'
android-sam Jun 11, 2023
2ba36a5
Changelog docs strings and version bump to v3.5.0
android-sam Jun 11, 2023
61d9d77
Update fastlane
android-sam Jun 11, 2023
819acfe
Merge branch 'release/v3.5.0'
android-sam Jun 11, 2023
08439e5
Add loading state to group fragment until database loaded
android-sam Jun 19, 2023
9c74a5a
Changelog, version bump and faq links for v3.5.1
android-sam Jun 19, 2023
fdfd93c
Merge branch 'release/v3.5.1'
android-sam Jun 19, 2023
9f4ae64
Bump pipreqs from 0.4.11 to 0.4.12 in /translations
dependabot[bot] Jun 30, 2023
9c06457
Fix bug global note input dialog not working
android-sam Jul 5, 2023
dbae7de
Merge branch 'fix/fix_global_note_input'
android-sam Jul 5, 2023
ebdf59d
Fix bug time button should prefer clock face input
android-sam Jul 5, 2023
067a59e
Merge pull request #226 from SamAmco/dependabot/pip/translations/pipr…
SamAmco Jul 5, 2023
17240a4
Fix bug calendar should use correct day of week for locale
android-sam Jul 5, 2023
01bd833
Merge branch 'feature/first_day_of_week_support_on_date_picker'
android-sam Jul 5, 2023
4c73ef1
Merge branch 'master' of github.com:SamAmco/track-and-graph
android-sam Jul 5, 2023
d72cb6e
Fix bug time since with no data showing wrong error message
android-sam Jul 5, 2023
e819ba7
Fix bug notes not scrolling
android-sam Jul 6, 2023
3ecfbec
Fix tests
android-sam Jul 6, 2023
cf37648
Fix bug display interval helper not choosing whole number of divisions
android-sam Jul 6, 2023
fb60f1d
Fix bug updating data point not updating graphs
android-sam Jul 7, 2023
031bcd0
Fix bug line graph durations should clip from last data point
android-sam Jul 8, 2023
02bd50f
Swap graph durations for sample size (temporal amount)
android-sam Jul 8, 2023
997c107
Implement custom duration input
android-sam Jul 9, 2023
d1f4e07
Allow only digits in sample size text box
android-sam Jul 9, 2023
55a9724
Merge branch 'feature/custom_graph_durations'
android-sam Jul 9, 2023
a4fe82d
Fix bug bar chart shows blank if no data
android-sam Jul 9, 2023
88ad7f9
Format time durations for bar charts
android-sam Jul 9, 2023
51f93d2
Fix bug translations not implemented for custom sample size
android-sam Jul 9, 2023
3f03e53
Bump version number, docs links, and changelog for v3.6.0
android-sam Jul 9, 2023
bbec068
Merge branch 'release/v3.6.0'
android-sam Jul 9, 2023
5f5e5f8
Fix bug track widget data input crashing
android-sam Jul 12, 2023
9fbdcbb
Fix bug timer tracker widget crashing on track
android-sam Jul 12, 2023
03112af
Changelog, bump version and docs links for v3.6.1
android-sam Jul 12, 2023
c54e654
Merge branch 'release/v3.6.1'
android-sam Jul 12, 2023
2093b3f
Bump aiohttp from 3.8.3 to 3.8.5 in /translations
dependabot[bot] Jul 20, 2023
41ba609
Merge pull request #229 from SamAmco/dependabot/pip/translations/aioh…
SamAmco Aug 8, 2023
b7ffc6a
Fix bug showing wrong date for old tracker
android-sam Aug 18, 2023
ff739bd
Merge branch 'master' of github.com:SamAmco/track-and-graph
android-sam Aug 18, 2023
702998a
Fix but global note dialog looks wrong in dark mode
android-sam Aug 18, 2023
5723fe0
Optimise graph stat config view
android-sam Aug 18, 2023
560ebaa
Fix bug blank feature selected in line graph config view
android-sam Aug 18, 2023
9c74ca0
Fix bug empty line graph showing unknown error occurred
android-sam Aug 18, 2023
7c7bf19
Fix bug y range max wrong input type for duration data
android-sam Aug 21, 2023
1f7b7c6
Bump version, changelog, fastlane update for v3.6.2
android-sam Aug 21, 2023
1e3f69f
Merge branch 'release/v3.6.2'
android-sam Aug 21, 2023
1dfd3d9
Fix bug reminders not re-created on device reboot
android-sam Aug 21, 2023
ee40bea
Bump version number, changelog and docs links for v3.6.3
android-sam Aug 21, 2023
fd7de5e
Merge branch 'release/v3.6.3'
android-sam Aug 21, 2023
b836e25
Move backup/restore functionality to model class
android-sam Aug 22, 2023
668e96f
Refactor backup/restore to Compose
android-sam Aug 24, 2023
e69d02f
Improve restore dialog flow
android-sam Aug 24, 2023
6ec03a3
Safeguard restoring from invalid backup files
android-sam Aug 24, 2023
a776108
Fix bug multiple backup/restore errors showing
android-sam Aug 24, 2023
7150184
Implement auto-backup dialog UI
android-sam Aug 24, 2023
47d80bf
Implement auto-backup work manager (un-tested)
android-sam Aug 26, 2023
e4ab412
Implement first pass auto-backup UI
android-sam Aug 27, 2023
e814473
Fix bugs in workmanager impl. Auto-backup now working
android-sam Aug 27, 2023
b5ea27f
Fix bug silent crash on locked boot
android-sam Aug 27, 2023
167c968
Bump version, docs links and changelog for v3.6.4
android-sam Aug 27, 2023
098b033
Merge branch 'release/v3.6.4'
android-sam Aug 27, 2023
1f0778b
Merge branch 'master' into feature/auto_backup
android-sam Aug 27, 2023
27be352
Improved auto-backup UI/UX
android-sam Aug 27, 2023
366f7f7
Fix up success/error patterns for backup/restore
android-sam Aug 27, 2023
93bf160
Fix bugs clear edits after cancel and dis-allow past dates in auto-ba…
android-sam Aug 27, 2023
4918b56
Now calculating next scheduled backup in backupinteractor
android-sam Aug 27, 2023
f839514
Add last backup and next backup info, fix bug backup file non-existent
android-sam Aug 28, 2023
218dd79
Fix bug last backup wrong time, re-arrange auto-backup UI
android-sam Aug 31, 2023
b4f4a36
Prompt for notification permission when enabling auto-backup
android-sam Aug 31, 2023
c5a0678
Fix migration tests not passing
android-sam Aug 31, 2023
a2472e3
Translations for Auto-backup feature
android-sam Aug 31, 2023
1669d04
Fix Default backup file name not translated.
android-sam Aug 31, 2023
ba8ea0a
Merge branch 'feature/auto_backup'
android-sam Aug 31, 2023
cfb5036
Bump version, docs link and changelog for v3.7.0
android-sam Aug 31, 2023
c9cfe3a
Merge branch 'release/v3.7.0'
android-sam Aug 31, 2023
a2ed693
Fix bug auto-backup config obfuscated causing crash
android-sam Aug 31, 2023
9a3a1f6
Bump version, changelog and docs links for v3.7.1
android-sam Aug 31, 2023
e7a68a4
Merge branch 'release/v3.7.1'
android-sam Aug 31, 2023
3528dc9
Fix bug auto-backup not working with Google Drive
android-sam Sep 1, 2023
571d5c0
Fix auto-backup location text pushing controls off screen
android-sam Sep 1, 2023
fe4b018
Change auto backup first date/time behaviour
android-sam Sep 1, 2023
57d40dc
Bump version number, docs links, and changelog for v3.7.2
android-sam Sep 1, 2023
26989c8
Merge branch 'release/v3.7.2'
android-sam Sep 1, 2023
ca3dade
Convert group dialog to compose
android-sam Sep 17, 2023
1e6389d
Fix bug infinite loops possible in group hierarchy
android-sam Sep 17, 2023
9f6ae05
Fix bad time frame names
dece Oct 1, 2023
9bf37f7
Add some French translations
dece Oct 1, 2023
81c16a1
Bump urllib3 from 1.26.13 to 1.26.17 in /translations
dependabot[bot] Oct 3, 2023
999dd76
Merge pull request #238 from dece/french-fixes
SamAmco Oct 15, 2023
526fb59
Merge pull request #239 from SamAmco/dependabot/pip/translations/urll…
SamAmco Oct 15, 2023
f699e9a
Merge branch 'feature/add_group_dialog_in_compose'
android-sam Oct 15, 2023
a50b0dc
Bump urllib3 from 1.26.17 to 1.26.18 in /translations
dependabot[bot] Oct 18, 2023
26c0ba2
Merge pull request #244 from SamAmco/dependabot/pip/translations/urll…
SamAmco Oct 24, 2023
b564cf8
Replace tracker 'last record date' with 'elapsed time since last record'
PropellantDyke Nov 14, 2023
2246e0d
Bump aiohttp from 3.8.5 to 3.8.6 in /translations
dependabot[bot] Nov 14, 2023
425fb92
Move number of records from main page to feature history
PropellantDyke Nov 15, 2023
b18cbb4
Reduce tracker icons size
PropellantDyke Nov 15, 2023
e26ed6c
Move timer over lastDateText when pressing record button
PropellantDyke Nov 15, 2023
78eb462
French translation updates
PropellantDyke Nov 16, 2023
1d96d5e
Merge pull request #247 from SamAmco/dependabot/pip/translations/aioh…
SamAmco Nov 18, 2023
c6fb64c
Merge pull request #252 from PropellantDyke/dyk-translation-fr
SamAmco Nov 18, 2023
90db52e
Merge branch 'PropellantDyke-dyk-move-record-counter' into feature/tr…
android-sam Nov 18, 2023
37abe70
Merge branch 'PropellantDyke-dyk-icon-size' into feature/tracker_card…
android-sam Nov 18, 2023
637e929
Merge branch 'PropellantDyke-dyk-compact-timer' into feature/tracker_…
android-sam Nov 18, 2023
9ff34cf
Fix merge issue
android-sam Nov 18, 2023
8ad9fd1
Merge branch 'master' of github.com:SamAmco/track-and-graph
android-sam Nov 18, 2023
9e1bacf
Bump version, changelog and docs strings for v3.8.0
android-sam Nov 18, 2023
6b542f6
Merge branch 'release/v3.8.0'
android-sam Nov 18, 2023
09485fe
docs: update README.md [skip ci]
allcontributors[bot] Nov 18, 2023
d78a81e
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] Nov 18, 2023
571994d
Merge pull request #253 from SamAmco/all-contributors/add-PropellantDyke
SamAmco Nov 18, 2023
338c619
docs: update README.md [skip ci]
allcontributors[bot] Nov 18, 2023
f8affae
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] Nov 18, 2023
dc9909e
Merge pull request #254 from SamAmco/all-contributors/add-PropellantDyke
SamAmco Nov 18, 2023
2b19fc0
docs: update README.md [skip ci]
allcontributors[bot] Nov 18, 2023
a58602b
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] Nov 18, 2023
9927ee4
Merge pull request #255 from SamAmco/all-contributors/add-PropellantDyke
SamAmco Nov 18, 2023
751a381
Remove divider from tracker card
android-sam Dec 9, 2023
d5fbf52
Remove un-neccessary data from DisplayTracker
android-sam Dec 9, 2023
1dbeb52
Optimise tracker card layout
android-sam Dec 9, 2023
e85ca48
Merge branch 'fix/minor_tracker_card_improvements'
android-sam Dec 9, 2023
2393c0c
Merge branch 'master' of github.com:SamAmco/track-and-graph
android-sam Dec 9, 2023
e58fbfe
Bump version number and changelog for v3.8.1
android-sam Dec 9, 2023
56c7563
Merge branch 'release/v3.8.1'
android-sam Dec 18, 2023
d5ef924
Fix minor tracker card laout issue
android-sam Dec 18, 2023
2660bd2
Merge branch 'fix/fix_minor_tracker_card_layout_issue'
android-sam Dec 18, 2023
e68a625
Upgrade AGP
android-sam Dec 18, 2023
adbe2d4
Fix upgraded gradle requires higher jdk
android-sam Dec 18, 2023
9f342cb
Beginnings of automatic database generator
android-sam Dec 18, 2023
3561046
Generate screenshots data
android-sam Dec 19, 2023
b6ad602
Merge branch 'feature/programatic_demo_data'
android-sam Dec 19, 2023
b9cec32
Update docs gifs and add faq 1 demo data
android-sam Dec 19, 2023
1708110
Merge branch 'feature/faq_1_programmatic_demo_data'
android-sam Dec 19, 2023
d8d1332
Update screenshot data generator and screenshots
android-sam Dec 19, 2023
3d93bb0
Merge branch 'feature/update_screenshots'
android-sam Dec 19, 2023
251c456
Bump version, changelog, docs links for v3.8.2
android-sam Dec 19, 2023
becf89c
Merge branch 'release/v3.8.2'
android-sam Dec 19, 2023
8692284
Fix bug app crashes on update group
android-sam Jan 6, 2024
966ea24
Fix group dialog says add instead of update when updating group
android-sam Jan 6, 2024
a42cfc1
Update fastlane gem and release checklist
android-sam Jan 6, 2024
d80199e
Bump version, changelog, and docs for v3.8.3
android-sam Jan 6, 2024
e8ac8e3
Bump aiohttp from 3.8.6 to 3.9.4 in /translations
dependabot[bot] Apr 18, 2024
8f2e060
Merge pull request #275 from SamAmco/dependabot/pip/translations/aioh…
SamAmco May 11, 2024
a67bd7e
docs: update README.md [skip ci]
allcontributors[bot] May 11, 2024
0f8029f
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] May 11, 2024
26f668d
Merge pull request #276 from SamAmco/all-contributors/add-dece
SamAmco May 11, 2024
f8b6d78
Fix bug default duration not showing when updating tracker
SamAmco May 12, 2024
a75a348
Add Now as a possible value for graph end date
SamAmco May 12, 2024
8ee54f8
Time since on tracker cards: greater precision for durations less tha…
SamAmco May 14, 2024
ea2c7c2
Implement date based scroll bar for feature history screen
SamAmco May 14, 2024
55db232
Bump rexml from 3.2.6 to 3.2.8
dependabot[bot] May 16, 2024
fe8a0e3
Merge pull request #277 from SamAmco/dependabot/bundler/rexml-3.2.8
SamAmco May 17, 2024
8b0032c
Fix incorrect scroll bar positioning
SamAmco May 18, 2024
e4eb336
Add icon to scroll grabber and improve performance
SamAmco May 18, 2024
73d00f5
Use date scroll view in notes fragment
SamAmco May 18, 2024
73320b5
Only use scroll bar if min items met
SamAmco May 18, 2024
372e22f
Fix scroll bar jumping glitch
SamAmco May 18, 2024
ba701c5
Merge branch 'feature/date_scroll_bar'
SamAmco May 18, 2024
643490f
Bump version number, fastlane changelog and docs links for rc-v4.0.0
SamAmco May 18, 2024
15b3c59
Update ruby dependencies
SamAmco May 18, 2024
ab5e1cf
Upgrade gradle
SamAmco May 19, 2024
d230d07
Fix typo
SamAmco May 19, 2024
64cdb50
Upgrade dependencies and dependency management system
SamAmco May 19, 2024
aa00148
Fix compiler errors for upgrades, targets api 34
SamAmco May 19, 2024
9b70aa8
Upgrade android plugin version
SamAmco May 20, 2024
d256dec
Fix bug date scroll text wrong color in dark mode
SamAmco May 20, 2024
3fb452c
Fix debug minify build/runtime issues with new dependencies
SamAmco May 20, 2024
71d6050
Bump version, changelog and docs strings for rc-v4.0.1
SamAmco May 20, 2024
e3326c6
dependabot[bot] May 21, 2024
06c5dc9
Fix bug auto backup failing on workmanager DI
SamAmco Jun 11, 2024
d93dd9a
Bump version, docs strings, and changelog for v4.0.2
SamAmco Jun 12, 2024
590d3b3
Rename ServiceManager to TimerServiceInteractor
Jun 16, 2024
a3f11b5
Fix auto backup crashing when app minified
Jun 16, 2024
6718b91
Update Gemfile.lock
Jun 16, 2024
a85e9c3
Bump version number, changelog, and docs link for v4.0.3
Jun 16, 2024
4b172b9
Merge branch 'release/v4.0.3'
Jun 16, 2024
12b2816
Merge pull request #278 from SamAmco/dependabot/pip/translations/requ…
SamAmco Jun 16, 2024
41ffade
docs: update README.md [skip ci]
allcontributors[bot] Jun 16, 2024
17c652e
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] Jun 16, 2024
b2ad471
Merge pull request #281 from SamAmco/all-contributors/add-ballinger
SamAmco Jun 16, 2024
b4dd44e
Convert about page from xml to compose
Jun 16, 2024
018c0b3
Merge branch 'master' of github.com:SamAmco/track-and-graph
Jun 16, 2024
a39399d
Fix breaking test
Jun 16, 2024
592f178
Added Russian translation
nekoedges Jun 26, 2024
2253df1
Oops, I just copied folder, but I should just copy strings.xml
nekoedges Jun 26, 2024
339414d
Fixed mistakes
nekoedges Jun 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
165 changes: 165 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "pizzapim",
"name": "pizzapim",
"avatar_url": "https://avatars3.githubusercontent.com/u/23135512?v=4",
"profile": "https://github.com/pizzapim",
"contributions": [
"code"
]
},
{
"login": "Poussinou",
"name": "Poussinou",
"avatar_url": "https://avatars2.githubusercontent.com/u/19646549?v=4",
"profile": "https://github.com/Poussinou",
"contributions": [
"doc"
]
},
{
"login": "xerus2000",
"name": "Janek",
"avatar_url": "https://avatars3.githubusercontent.com/u/13354331?v=4",
"profile": "https://github.com/xerus2000",
"contributions": [
"ideas",
"bug"
]
},
{
"login": "IzzySoft",
"name": "Izzy",
"avatar_url": "https://avatars3.githubusercontent.com/u/6781438?v=4",
"profile": "https://android.izzysoft.de/",
"contributions": [
"infra"
]
},
{
"login": "hhpmmd",
"name": "hhpmmd",
"avatar_url": "https://avatars0.githubusercontent.com/u/77058867?v=4",
"profile": "https://github.com/hhpmmd",
"contributions": [
"code",
"bug"
]
},
{
"login": "Kozonak",
"name": "Kozonak",
"avatar_url": "https://avatars.githubusercontent.com/u/3283978?v=4",
"profile": "https://github.com/Kozonak",
"contributions": [
"bug"
]
},
{
"login": "tifriis208",
"name": "Tifriis",
"avatar_url": "https://avatars.githubusercontent.com/u/40381365?v=4",
"profile": "https://github.com/tifriis208",
"contributions": [
"translation"
]
},
{
"login": "sguinetti",
"name": "Diego",
"avatar_url": "https://avatars.githubusercontent.com/u/5572928?v=4",
"profile": "http://sguinetti.gitlab.io",
"contributions": [
"translation"
]
},
{
"login": "stheid",
"name": "Stefan Heid",
"avatar_url": "https://avatars.githubusercontent.com/u/2736207?v=4",
"profile": "https://github.com/stheid",
"contributions": [
"code"
]
},
{
"login": "Pada0",
"name": "Pada0",
"avatar_url": "https://avatars.githubusercontent.com/u/73777780?v=4",
"profile": "https://github.com/Pada0",
"contributions": [
"translation"
]
},
{
"login": "yuhuitech",
"name": "Yuhui Su",
"avatar_url": "https://avatars.githubusercontent.com/u/25502419?v=4",
"profile": "https://github.com/yuhuitech",
"contributions": [
"code"
]
},
{
"login": "steel-steven-87",
"name": "steel-steven-87",
"avatar_url": "https://avatars.githubusercontent.com/u/89798696?v=4",
"profile": "https://github.com/steel-steven-87",
"contributions": [
"bug"
]
},
{
"login": "stfnw",
"name": "Stefan Walter",
"avatar_url": "https://avatars.githubusercontent.com/u/28357058?v=4",
"profile": "https://github.com/stfnw",
"contributions": [
"translation"
]
},
{
"login": "PropellantDyke",
"name": "PropellantDyke",
"avatar_url": "https://avatars.githubusercontent.com/u/118541570?v=4",
"profile": "https://github.com/PropellantDyke",
"contributions": [
"code",
"design",
"translation"
]
},
{
"login": "dece",
"name": "Adrien Abraham",
"avatar_url": "https://avatars.githubusercontent.com/u/6729523?v=4",
"profile": "https://git.dece.space/dece",
"contributions": [
"translation"
]
},
{
"login": "ballinger",
"name": "ballinger",
"avatar_url": "https://avatars.githubusercontent.com/u/1741638?v=4",
"profile": "https://github.com/ballinger",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "track-and-graph",
"projectOwner": "SamAmco",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@ lint/outputs/
lint/tmp/
# lint/reports/
database-extract/ge_database.db
database-extract/ge_database.db-shm
database-extract/ge_database.db-wal


local-scripts/

todo.txt
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.1
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "fastlane"
Loading