Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/CircuitVerse/mobile-app

Mobile App for CircuitVerse
https://github.com/CircuitVerse/mobile-app

IbEngineService: Implement Navigation

* Navigation includes previous and next buttons are not included in the APIs responses, so we hav...

102c05b1e87ba4232cfc81fff108913cfd831a7f authored over 3 years ago
Implement Interactive Book ViewModels.

Signed-off-by: Manjot Sidhu <[email protected]>

a7a49c775a9e0bd7d6885ce224b58da92625e78f authored over 3 years ago
Services: Bringup Interactive Book Engine

* Implemented getChapters() and getPageData().
* IbChapter now includes navOrder since it was ne...

e2c6d28f25b363a6a4f23f8ea7ea368ed501127c authored over 3 years ago
Ib: Models: Format code

Signed-off-by: Manjot Sidhu <[email protected]>

339c5779c657bcbdb27a374e1ad9bdaddebf1bc0 authored over 3 years ago
Models: Replace IbRawPage with IbChapter.

* In-order to build Navigation and Drawer List Items, we realized that IbRawPage is just too ove...

abc3a9b7e664c780f2445fba0f0fb433d0414fc8 authored over 3 years ago
IbChapter: Use obj ref for prev, next attrs

Signed-off-by: Manjot Sidhu <[email protected]>

970d662db700e5175b53caed125af70b1a4a2310 authored over 3 years ago
Ib: Implement Chapter Contents for parent pages.

* Added support for Liquid syntax parsing.
* Chapter Contents is parsed from HTML content and th...

cbdfaf859b1b3c7531c560fa90b68a5e82bc6694 authored over 3 years ago
IbEngineService: Implement Table of Contents parsing

* The strategy is to parse using html package and recursively parse the lists.
* The list data w...

52d47b13b67f96368e3903988f45cf50948f639b authored over 3 years ago
IbEngine: Include Table of Contents Filters.

* Table of Contents has it's title and list text which is not required in mobile-app as it's now...

67122f4ae5f43eab5a017c2d3a856dae8889542d authored over 3 years ago
Upgrade Packages

* Get.snackbar now accepts message and title mandatory.
* Http package now accepts Uri instead o...

b32d2313c848e0cc76512e18436403d8a22a5a3e authored over 3 years ago
Ib: Bringup HTML Interactions!

Signed-off-by: Manjot Sidhu <[email protected]>

6471528be3c2b27e896ccc6bfef79a9a748d4ea6 authored over 3 years ago
IbLandingView: properly init and dispose valueNotifier.

Signed-off-by: Manjot Sidhu <[email protected]>

3139d7a1a18423a50b32839560264ad2bb25f341 authored over 3 years ago
IbLandingView: Fixes and Improvements

Signed-off-by: Manjot Sidhu <[email protected]>

d4eac3aa2a0fc0e102c1a1be39a47f173767e10b authored over 3 years ago
Services: Bringup hive database service.

Signed-off-by: Manjot Sidhu <[email protected]>

ce1a78f1aa8b50f431a2e182c4d632e7e9eb33ca authored over 3 years ago
IbLandingView: Highlight and expand selected chapter.

Signed-off-by: Manjot Sidhu <[email protected]>

1c97f2f1e11135b921fe1ce06edc53933c0d47cb authored over 3 years ago
IbPageView: Reduce divider thickness.

Signed-off-by: Manjot Sidhu <[email protected]>

8a2000dd693762f106ddf21ad23324a846d2144f authored over 3 years ago
Ib: Cache getChapters API using Hive.

Signed-off-by: Manjot Sidhu <[email protected]>

ab8183f0de16deecc75256f75b51ec5902371451 authored over 3 years ago
DatabaseServiceTest: Fix test for MacOS.

Signed-off-by: Manjot Sidhu <[email protected]>

648ebe1c9350f652b50647c2950d26e8ae3600aa authored over 3 years ago
Fix typos.

Signed-off-by: Manjot Sidhu <[email protected]>

af321501c3a326c0d7f93fe9934575f11d24c173 authored over 3 years ago
conf: update flutter SDK to support extensions

* Ref:
https://stackoverflow.com/questions/61779848/flutter-extension-methods-not-working-it-say...

c510f385fa5adadbbe313eaba3f6afd4cf26a1fd authored over 3 years ago
conf: update pubspec.lock

e3d6944d37e6f15fb6e890ee87de767b8549feb7 authored over 3 years ago
conf: update pod dependencies

011b174d822499a52ea62a6fd5624cfece5be811 authored over 3 years ago
IbPageView: Scrollbar: Disable always shown.

Signed-off-by: Manjot Sidhu <[email protected]>

a7f8d28ca4d06cc4049ef2d3356a24410b2e4d37 authored over 3 years ago
IbPageView: Use Scrollbar with ScrollView

Signed-off-by: Manjot Sidhu <[email protected]>

841259998dbd703fd4cf883ea64f4ea46c4529c8 authored over 3 years ago
IbTheme: Independent of CVTheme.

Signed-off-by: Manjot Sidhu <[email protected]>

5a7a5b4e792a1d9857034326b5a316ae4acbe23a authored over 3 years ago
IbPageView: Launch absolute links on external browser. #104

Signed-off-by: Manjot Sidhu <[email protected]>

8cb89e509847cfe7472cd46201013a5b6f5973c2 authored over 3 years ago
IbEngine: Encode HTML characters using HtmlUnescape.

Signed-off-by: Manjot Sidhu <[email protected]>

25c52b06261cba46a79e23a174c63839893bfde2 authored over 3 years ago
IbLiquidSyntax: Add support for images via liquid tags.

* Still this is not a full working solution since Flutter's Image.network is not capable of hand...

cfd225ec7da82b95f5c809a6e1f8762a36099779 authored over 3 years ago
Ib: Ignore Parsing Pop Quizes

* Ideally, we should not parse pop quizes using markdown.
* We will have a special widget that w...

102c00f9e60eb0f6900bfb02a83b22bd7dc73b59 authored over 3 years ago
Markdown: Fix h4 style.

Signed-off-by: Manjot Sidhu <[email protected]>

4aa8fbdb96cf133ac35c494bfb92dca25375a8af authored over 3 years ago
Switch to CV fork of flutter_markdown package

Signed-off-by: Manjot Sidhu <[email protected]>

0346d899cbaf1c267b7d65a81ff9b03949251e7a authored over 3 years ago
Interactive Book: Switch to flutter_markdown

* We found out that flutter_markdown which is maintained by flutter team, is already supporting ...

2fa8ec7b9aad3b37c28af52862f5db6c72195b24 authored over 3 years ago
Implement ViewModels to Interactive Book views.

Signed-off-by: Manjot Sidhu <[email protected]>

a710623e8d9d30cbd2a9f1b969113a9fd243b3a2 authored over 3 years ago
IB: Bringup Simulator embeds extension using webview.

* flutter_markdown has some issues because of which we are using our own fork of the same.
(http...

7e76b635e0feffce25abadfca43b3a249f307b10 authored over 3 years ago
IbPageView: Use camelCasing for constructor variable.

Signed-off-by: Manjot Sidhu <[email protected]>

90a58d14ddcc9874b907367591f452b426f45b0d authored over 3 years ago
Services: Implement Interactive Book APIs

* API for fetching Raw Page Data and Fetching Pages list
* We are not serializing and returning ...

dffdeda20ec3dc2f7465bda5d65640180fa8ed28 authored over 3 years ago
Models: Bringup Interactive Book Models.

Signed-off-by: Manjot Sidhu <[email protected]>

3cf60e29f95c3e39556764a71001118bf64f5ef3 authored over 3 years ago
UI Tests: Fix Landing View Test due to recent changes

* Future.delayed() introduced in callback function causes Timer to throw errors.
ref: https://st...

cf7b7c50c0e83814ca2297fd62904e96a5efce56 authored over 3 years ago
IbLandingView: Seperate Actions for Expandable tile Drawer

The current Interactive Book has pages for Parent pages like "Binary Algebra". Currently, mobile...

2230d48266fbdc8575460c8d3265119313d54f11 authored over 3 years ago
IbPageView: Improve Floating Action Buttons.

* Made Button size smaller.
* Color Scheme follows white as bg color and primary color as Icon's...

540b22cb84298a1078a50b97e8a63b6417ea29b6 authored over 3 years ago
IbPageView: Fading Floating Action Buttons for readability

* Floating Action Buttons now fades in if we scroll down and accordingly fades out if we scroll ...

2a230d206c4b712e985d19e1a4474a93450986a4 authored over 3 years ago
IbPageView: Implement Table of Contents UI.

* Uses Function Callback to run the function in IbPageView when TOC button is pressed in AppBar ...

b3bab591ec2bc1da21fbed92b83990d09f48bc35 authored over 3 years ago
Bringup Interactive Book UI Views.

* Moved common drawer tile to components as CVDrawerTile.
* Added a IbTheme class for custom sty...

19afd286755d3426b45e128eb6c7d08d138187ed authored over 3 years ago
Tests: Fix IbApiTest typo.

Signed-off-by: Manjot Sidhu <[email protected]>

06eda81755550c75460b68a93857644da2a640e9 authored over 3 years ago
GH Actions: Temporarily enable ib branch to run CI.

* I almost forgot to run Tests after doing changes.
* Should be reverted before merging back to ...

d2a2fa310c9c9154c6e9561db8c1e7e8def84e3a authored over 3 years ago
Revert "Interactive Book Integration Phase 1 | GSoC 2021 (#110)" (#111)

This reverts commit a07a8b4b547b5915f7729d45b84493a9ae52eaa9.

9c0106e7d3e25d2df10102cf581f4ec99b3b4857 authored over 3 years ago
Interactive Book Integration Phase 1 | GSoC 2021 (#110)

* Bringup Interactive Book UI Views.

* Moved common drawer tile to components as CVDrawerTile...

a07a8b4b547b5915f7729d45b84493a9ae52eaa9 authored over 3 years ago
Update App Logo (#106)

* Revert "Android App Icon Updates (#96)"

This reverts commit 298618fb988fa7157f1869ed62e1ed5...

66d41c376150bea3d266140e7c96d9fc97ca07a7 authored over 3 years ago
conf: upgrade gradle to 6.7.1 (#101)

df4f5e372af61c177f34f1be5196989a6b3acd56 authored over 3 years ago
Android App Icon Updates (#96)

* Icon change successful

* Pubspec

Pubspec .lock and .yaml files corrected

298618fb988fa7157f1869ed62e1ed57e6b30a6f authored over 3 years ago
Updated screenshots of mobile app (#94)

* typo in Readme file

* updated screenshots of mobile app

aaa8d6f83d24ba259d5d9ee4fe24df4132ee2c1d authored over 3 years ago
fix: Timing spelling typo corrected (#90)

7a1d006f8eaa5df2bfaf577af507cf1bdc0a2214 authored over 3 years ago
docs: Update README.md

28750c5295575f85034bc2aa848b94ecd25073ef authored over 3 years ago
Deploy 1.0.0+4 (#89)

* bfix: fix android release config for cd.yml

* conf: bump version code

915dbc340050185e96c93b56ff1d5b59683b84c8 authored over 3 years ago
conf: add .vscode to .gitignore

6007b390b14e05a7de39545b6cda54886c162808 authored over 3 years ago
conf: update iOS config

93e6869ff6c0992ad94c976863bfe18a1867fe27 authored over 3 years ago
conf: update github actions to include cd.yml

c9492a7262935ce0a4df75697edfa439ca4c405d authored over 3 years ago
feat: Add fastlane configuration

3af8dd8cc0ce310f9ed1bf9df405205a052452b8 authored over 3 years ago
docs: Update slack link

3c25617b74952fa8cdb903781d298d0aee6f6518 authored almost 4 years ago
conf: bump version code

2edd5205c2873fa17102f814f711073f5f144f40 authored almost 4 years ago
conf: bump version code

66230c2600cf4aa73c68eaceea3279b56d5bbec9 authored almost 4 years ago
bfix: fix facebook oauth

6ed3768442f57e77398a9c63a9155895b43464fa authored almost 4 years ago
Merge branch 'master' of https://github.com/CircuitVerse/mobile-app

33f1457e7c355c5ae5ac92a0240ca2a6324d29d8 authored almost 4 years ago
update ios/.gitignore & ios config

e5184f8d7f3197586b9ec84989f27bae9c362572 authored almost 4 years ago
[ImgBot] Optimize images (#82)

*Total -- 595.41kb -> 569.18kb (4.41%)

/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-Ap...

bcc32fd8df3d75759b6fd08386b7e42b68b1a4a6 authored almost 4 years ago
conf: bump targetSdkVersion to 29

593c961e2a01c56661cc953fa9f3570b8e10c4aa authored almost 4 years ago
update app icon

246d89caa9ec81d18e5edd687aee8fa593b457ff authored almost 4 years ago
Mobile App: Migrate to Flutter 2.0 (#80)

* Update Packages

Signed-off-by: Manjot Sidhu <[email protected]>

* CV: Swap depreciated...

c34285676c0929eb6d34d900661c442a7b2725c3 authored almost 4 years ago
Update README.md

597d2059524a563afe67decb880919fd7cf73641 authored almost 4 years ago
Add Member Dialog box alignment centered (#73)

* Add members dialog box now appears in the center, and automatically adjusts itself if the keyb...

ea4e8e5888473c6e219e2368ef323f360d0cb9c8 authored almost 4 years ago
Added share link button to project screen (#62)

* Added share link button to project screen

* Changed function name to onShareButtonPressed

7f99c4d3702ca8aadaaa8c1276dba4a90e8cc2a9 authored about 4 years ago
Added pinch to zoom and panning for circuit image in project detail page (#61)

* feat: Added pinch to zoom and expansion button

* feat: Completed pinch, tap and drag to zoo...

403292c1122c10af2aa72c4991bd163fc0f09f41 authored about 4 years ago
Add UI Tests for Groups. (#50)

* Add UI Tests for Groups.

Signed-off-by: Manjot Sidhu <[email protected]>

* UI Test...

b778e7b6892257e410b9c1343f59345d15ed697d authored about 4 years ago
Disabling of add button on empty input field of Add Group Members. (#32)

* Disabled add button on empty input field of Add Group Members.

* Fixed the disabling of Add b...

843901b390a24fd681905209d789455438a456a6 authored about 4 years ago
fix: Added the on tap to disappear keyboard (#55)

df5c7dc9aa60d9c74863cbb54ae615ba7ab955a4 authored about 4 years ago
Removed description when the it is null in the Project Detail screen (#53)

* fix: Remover the description key when the description returned is null

* fix: Added null ch...

5318ee7717947d0002f80816d822d0b116b71bba authored about 4 years ago
Splash screen (#52)

* added splash screen feature

* added splash screen feature

* added splash screen

4bac198f1c5f4a7a6b1bc62aea2243c3af66231d authored about 4 years ago
added dark mode option (#40)

* added dark mode option

* minor changes in dark-mode

* positioning the dark mode switch a...

c22c15bf5445e5be818d552dd2747628a54e5026 authored about 4 years ago
UI Test: EditProfileView: Fix Test (#46)

Signed-off-by: Manjot Sidhu <[email protected]>

d60561b595726a82b44af311f4e0f672516a8c6e authored about 4 years ago
Add UI Tests for Profile Views (#42)

* Add Profile View UI Test

Signed-off-by: Manjot Sidhu <[email protected]>

* Fixes f...

cc68c91d09d617566c46a6371c048b221cc1236d authored about 4 years ago
Added Typeahead field for Country and Educational Institute fields (#43)

* Added typeahead field

* added typeahead field

* Added API tests

* Separated Country a...

62554d05f9d2b0dd62ff654c537a13ad076ed179 authored about 4 years ago
bfix: Fix Dialogs implementation using Get's Dialog

0a9a6b0af610ad8cde475a2e2e32415fff9580cd authored about 4 years ago
conf: update iOS Podfile and config files

29c4983a36993bc1f1399f157a25130f44acd68b authored about 4 years ago
conf: update .gitignore

27f8e048ff81841637e4901d4fcd79042c3a5c00 authored about 4 years ago
conf: Add iOS config files

cd5c7877dba3cb0558850e41f1a38aad39e50124 authored about 4 years ago
Added Focus Nodes (#39)

* Added Focus Nodes

* Added spacing

* Updated formatting

501e74c281bbebd6c7149b97037ec5ca13c3ba64 authored about 4 years ago
Bringup Featured Circuits (#37)

* Bringup Featured Circuits

* Adds Featured Circuits View
* Adds Explore (Expandable Tile) > Fe...

4407e767498e5b309b67a00680f937463d8e5e57 authored about 4 years ago
Added focus nodes (#34)

* Added focus nodes

* Improved naming convention

0098f144b483a7ff5cfc40e1f7dd5e0c0547720b authored about 4 years ago
Add UI Test for My Groups View. (#27)

Signed-off-by: Manjot Sidhu <[email protected]>

946e35c3dbc7a053fc0f6ebaf501b671f0059fe4 authored about 4 years ago
Add Model Tests for several models (#24)

* Add modal test for AddCollaboratorResponse model.

Signed-off-by: Manjot Sidhu <manjot.techi...

c92b2b4321a26603667caf9ab95f572dd00d7fb2 authored about 4 years ago
conf: Add PR and issues template

7c6085994874ca7a5d6746aed338aeaf91db1638 authored about 4 years ago
ptch: update font and minor formatting fixes in TOS and Privacy Policy

a144df95968ec1fb4caab9d720b87c84652db10d authored about 4 years ago
About CV: Bringup Privacy Policy page. (#26)

* About CV: Bringup Privacy Policy page.

Signed-off-by: Manjot Sidhu <[email protected]>
...

f63590aad6b5e98b51be8fbbadde5f14cda42ba2 authored about 4 years ago
About CV: Bringup Terms of Service Page. (#22)

* About CV: Bringup Terms of Service Page.

Signed-off-by: Manjot Sidhu <[email protected]...

10afffe74bfc0b66e3228f3997104066ee039aac authored about 4 years ago
Use updated CV assets and show CV logo on splash screen. (#23)

Signed-off-by: Manjot Sidhu <[email protected]>

7cded442e1afbc0f454ec698427ab7d51689dc7a authored about 4 years ago
minor nomenclature fix

b0027d49c4e14f0748e0d10fe7910ce5d3feeb8a authored over 4 years ago
Replace CupertinoPageRoute with MaterialPageRoute (#15)

a0de0420fa7ff7d7c038f479d1ed7f692080a8e5 authored over 4 years ago
Update README.md

54520842d4bad952c121e7003784f8a16dafc58e authored over 4 years ago
Merge pull request #16 from CircuitVerse/ui-fixes

Minor UI fixes in Edit & Create Views

24368f1548a0b78d1c860828322415449f931103 authored over 4 years ago
chor: stretch buttons in edit & create views

295a26d1eff105fa52cf674e0961dceb84a89811 authored over 4 years ago