Commit Graph

1904 Commits

Author SHA1 Message Date
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
romain
34e72b5410
Remove notification screen 2023-11-27 20:21:38 +01:00
romain
366fd87a5e
Change type 2023-11-27 20:21:28 +01:00
romain
317380170d
UI fixes (#620)
* Add scroll view

* Fix UI

* Change App Bar name

* UI fix

* UI fix for small screen

* Replace App Bar

* Add back gesture to dismiss sheet on iOS

* removed fake data

* Potential fix to white screen

* Add support for just_audio in native files

* Change naming

* Removed auth header

* Quick fix for notification screen

* Fix var declarations

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-11-27 19:33:19 +01:00
Osama Asif
f08d77abe6
update: removed in app webview (#618) 2023-11-27 10:02:21 +01:00
Osama Asif
c966c7bac9
patch: donationAsk changed to origin (#617) 2023-11-27 10:01:27 +01:00
Osama Asif
13ae169629
chore: naming convention changed (#616) 2023-11-24 12:46:50 +01:00
Osama Asif
7b0039a554
Update end screen (#614)
* feat: end screen added

* feat: events added

* fix: ui fixed

* change: feed and donation model changed
2023-11-23 16:56:11 +01:00
Osama Asif
53a1389f38
End screen (#613)
* feat: end screen added

* feat: events added

* fix: ui fixed
2023-11-23 11:59:15 +01:00
romain
afd7a2c248
Launch url fix (#612)
* Add requirements

* Add iOS requirements

* If not launched ope in App WebView

* add vibration to explore FAB

* Add vibration

* Add vibration on FAB

* Fix vibration values

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-11-22 21:48:38 +01:00
romain
e07d4e75ac
Announcement CTA (#611)
* Add logic if ctaPath != null then display CTA

* Remove comment

* Update announcement_widget.dart

More concise

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-11-22 21:42:27 +01:00
romain
e814367e03
UI player (#610)
* Add new audio speed options

* Fix padding

* Add logic for small screens

* Update player_view.dart

- Add logic for small screens
- Change custom close icon for AppBar
- Make player scrollable

* Fix padding

* Remove custom close button
2023-11-22 21:34:26 +01:00
romain
62175fb790
UI Tracks (#608)
* Updated track bottom sheet UI

- Add close button for small screens
- Replaced play text for icon
- Fixed sizes

* Add logic for spacing between subtitle and dropdown

* Remove comments
2023-11-22 21:29:39 +01:00
osamaasifoak
0bb959c7c2 feat: audio session implementation added 2023-11-20 23:37:24 +05:00
romain
88f0aaf962
Remove snackbar 2023-11-17 16:58:16 +01:00
romain
335cfa5a8e
UI fixes 2023-11-17 16:58:03 +01:00
romain
013eef8449
Formatting 2023-11-17 16:57:47 +01:00
Osama Asif
a05e646172
Replace appbar with medito large appbar (#604)
* chore: redundant code removed, appbar added for bg sound

* update: bg sound appbar changed

* chore: none list item moved to constant

* chore: improved none bg sound implementation

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-11-17 12:08:33 +01:00
Osama Asif
8955ebe5d9
Ask notification permission (#602)
* chore: improved notification permission

* chore: decrease count

* Fix typo

* chore: changed naming convention

---------

Co-authored-by: Michael Speed <michaelcspeed@users.noreply.github.com>
2023-11-17 10:53:19 +01:00
Michael Speed
31361bb7ac
Release/3.0.10 (#601)
* Update version

* Update create_env_files.sh

* Update deploy_to_playstore.yml

* Update pubspec.yaml

* Update Fastfile
2023-11-16 22:02:44 +01:00
Michael Speed
7a0b673895
Update fastlane (#600)
* Update version

* Update create_env_files.sh

* Update deploy_to_playstore.yml

* Update pubspec.yaml
2023-11-16 21:57:20 +01:00