Commit Graph

1924 Commits

Author SHA1 Message Date
Michael Speed
a3ac939f82 Potentially fix play button 2024-02-05 19:31:24 +01:00
Michael Speed
e2595a5b2d Tidy up 2024-02-04 14:43:33 +01:00
Michael Speed
617f2ef544 Remove OTP view 2024-02-04 14:42:30 +01:00
Michael Speed
bf70480646 Fix back button on player 2024-02-04 13:52:22 +01:00
Michael Speed
8a8d0b968b Fix feedback screen 2024-02-04 13:38:24 +01:00
Michael Speed
f83fff18f0 Silence notification 2024-02-04 13:18:40 +01:00
Michael Speed
328974e3de Fix downloading bg sounds 2024-02-02 16:45:30 +01:00
Michael Speed
46e3faa5a7 Fix audiocomplete 2024-02-02 14:47:52 +01:00
Michael Speed
fae795e902 Updated libs 2024-02-02 12:17:38 +01:00
romain
cf68acaac1
Update version number to latest 2024-02-01 21:07:11 +01:00
Michael Speed
ce7e9d3047 Avoid calling ref when ismounted is not true 2024-01-31 20:13:32 +01:00
Michael Speed
4b512e4109 Tidy up 2024-01-31 20:13:09 +01:00
Michael Speed
672f67c0ee Tidy up 2024-01-30 17:19:18 +01:00
Michael Speed
00548c4fa7 Better debugging 2024-01-30 17:13:14 +01:00
Michael Speed
14c59557f9 Fixed speed 2024-01-30 17:13:06 +01:00
Michael Speed
c7c9b40f74 Fix analysis 2024-01-30 13:54:39 +01:00
Michael Speed
4754e91d88 Update debugging 2024-01-30 13:05:23 +01:00
Michael Speed
9e3f89ef1f
Start foreground service (#670) 2024-01-25 10:44:27 +01:00
Michael Speed
d367b16bcb
Update fast file (#668) 2024-01-24 21:23:35 +01:00
Michael Speed
ff4837eeb0
Maintenance screen (#666)
* Maintenance popup

* Analysis

* Check maintenance value
2024-01-24 21:14:46 +01:00
Michael Speed
eebead2dbb
Remove just_audio etc (#665)
* Play with exoplayer

* Update Generate Riverpod Files.run.xml

* Improve Android audio player

* Update .gitignore

* Update gradle and packages

* Disable audio providers

* Player listener

* Fix player for android

* Media notification

* Fix merge

* Fix endscreen

* Fix player

* Remove unused files

* Update pubspec.yaml

* Fix analysis issues

* Fix pipeline
2024-01-23 18:51:47 +01:00
Osama Asif
9efaaded97
feat: missing route screen added (#662) 2023-12-31 14:30:24 +01:00
Osama Asif
3e671762cd
Merge pull request #661 from osamaasifoak/change-res-to-response
chore: res changed to response, provider ref types added
2023-12-29 18:58:57 +05:00
osamaasifoak
1d6fe0328c Merge branch 'develop' into change-res-to-response 2023-12-29 17:52:56 +05:00
Osama Asif
10873391f2
Merge pull request #659 from osamaasifoak/add-shrink-effect
feat: shrink effect added
2023-12-29 17:51:32 +05:00
Osama Asif
1822e35924
Merge pull request #658 from osamaasifoak/material-bottom-bar
feat: bottom navbar added, search changed to explore
2023-12-29 17:49:47 +05:00
osamaasifoak
c5d3a2aaba chore: res changed to response, provider ref types added 2023-12-29 17:30:59 +05:00
osamaasifoak
550de31326 feat: shrink effect added 2023-12-29 15:47:08 +05:00
osamaasifoak
9b0c4dfc15 chore: fix abbreviation, make class member private 2023-12-29 14:54:59 +05:00
Osama Asif
9d8f0aae00
feat: support added for non google play service devices (#655)
* feat: support added for non google play service devices

* chore: improved error handling

* chore: error handling on generating FCM token
2023-12-28 14:57:31 +01:00
osamaasifoak
4d55c0b304 feat: swipe gesture added 2023-12-28 18:56:45 +05:00
osamaasifoak
67270c156c feat: bottom navbar added, search changed to explore 2023-12-28 18:33:26 +05:00
Osama Asif
3a628e765e
feat: quote selection added (#656) 2023-12-27 19:47:03 +01:00
romain
8f1c41ab68
UI fixes 221223 (#652)
* Add foreground service media playback

Required for android 14 (audio library)

* Change serif font

* Update serif font family

* Update serif font

* Update stat tiles style

* Change shortcuts size

* Fix quote layout

* Fix header layout

* Update home layout
2023-12-22 13:27:47 +01:00
Osama Asif
8cb79663b2
Fix add stream issue (#648)
* fix: add stream issue fixed

* fix: add stream when refreshing the app
2023-12-22 00:22:10 +01:00
Osama Asif
3acf683cb8
Fix type null error (#647)
* fix: type null is not a subtype of double error

* chore: try/catch removed

* chore: fixed naming convention
2023-12-21 12:41:30 +01:00
Osama Asif
060b225957
fix: title/subtitle length fixed (#646) 2023-12-21 11:45:14 +01:00
Osama Asif
f635bfc14d
feat: editorial card added (#644) 2023-12-20 14:14:56 +01:00
Osama Asif
d744e08fb9
chore: custom headers added, code refactoring (#624)
* chore: custom headers added, code refactoring

* fix: request timeout fixed

* chore: improved user initialization and retry mechanism

* chore: declare const for static value

* fix: navigation fixed, removed unnecessary requests

* chore: fixed naming convention

* chore: improved retry implementation

* chore: change provider name

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-12-19 10:50:27 +01:00
Osama Asif
e2cc35c27a
Fix home screen (#639)
* fix: shortcut grid fixed, home screen shimmer flickering fixed

* fix: home screen tiles fixed

* chore: fix naming convention

* fix: naming convention fixed
2023-12-15 10:44:15 +01:00
Osama Asif
1bc54d0c5a
fix: track duration dropdown fixed (#630)
* fix: track duration dropdown fixed

* chore: remove unwanted try/catch

* Merge branch 'develop' into track-duration
2023-12-14 10:14:21 +01:00
Michael Speed
f02dc67baa
Remove try/catch with just rethrow (#632)
* Remove try/catch with just rethrow

* Fix typo

* Organise code (#633)

* Organise imports

* Reformat

* Reformat

* Run dart fix

* Format
2023-12-12 17:53:00 +01:00
Osama Asif
42e8639274
Home screen UI (#626)
* feat: header and announcement api added

* feat: quote api implemented

* feat: home screen apis added

* fix: error handling

* feat: shortcut reordering implementation

* chore: fixed lint error

* chore: removed comments

* fix: icon fixed

* fix: tiles padding fixed

* chore: resolved github comments

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-12-11 18:15:31 +01:00
Michael Speed
490f711330
Remove references to Slack 2023-12-06 11:10:11 +01:00
Mike Speed
649b33d426 Pubspec should be tracked 2023-12-05 14:06:12 +01:00
Mike Speed
4aa9f1412c Create Generate Riverpod Files.run.xml 2023-12-05 13:13:04 +01:00
Osama Asif
14f1707f1a
Merge pull request #621 from meditohq/fix/refactor
Tidy up code
2023-11-29 19:35:13 +05:00
Michael Speed
d883ef5454
Update key name 2023-11-29 10:37:43 +01:00
Osama Asif
7b61ea449f
Merge branch 'develop' into fix/refactor 2023-11-28 20:43:33 +05:00
Michael Speed
5d22e96b67 Tidy up code 2023-11-28 13:12:53 +01:00