nextcloud / collectives

Collectives is a Nextcloud App for activist and community projects to organize together.
GNU Affero General Public License v3.0
99 stars 17 forks source link

Android app #748

Open df911 opened 1 year ago

df911 commented 1 year ago

Hello,

I am interested by an Android application for Collectives. Is it scheduled?

vintprox commented 1 year ago

Pretty much the same request here. I can't fathom my circle using a laggy PWA on low-end devices or laptop for our tasks.

Edit: It may be worth mentioning on Collectives homepage that Nextcloud app has Collectives in it (it has, right?). It's kind of confusing because there are separate NextCloud apps for various purposes except Collectives right now.

mejo- commented 1 year ago

Dear @df911 and @vintprox. There's currently no plans for a Collectives Android app. We're always open to community project though for sure :relaxed:

DavidMndz commented 1 year ago

Hello,

maybe this could be integrated in later versions of Android Notes app? As far as I understand, the pages at collectives are using the same format of the Notes, so maybe the existing Android app can cover this funcionality.

What do you think?

Thanks!

Mat-DB commented 1 year ago

I was also looking for an android app. Or just a simple and usable way to view and make small changes on android/mobile in general.

I really like this and would like to move a lot of notes to collectives but I need mobile.

Thanks for this app!!

mejo- commented 12 months ago

@Mat-DB: out of curiosity, have you tried to use Nextcloud Collectives in a mobile browser? It should work there as well. Maybe that's a workaround for the time being?

Mat-DB commented 12 months ago

@mejo- no I have not tried that. Looks like a good idea to try! Thanks

DavidMndz commented 11 months ago

I use the Collectives app in a mobile browser as a workaround, but for me, a dedicated app would be much more useful. In the browser there is some screen space that is "wasted" and the way the left bars for the different pages and/or different Collectives are not intuitive enough.

pedroponte commented 8 months ago

Is the collectives data available through the API?

Mat-DB commented 8 months ago

Since it are just markdown files and directories I assume you can access them trough webdav. So technically yes I think.

mejo- commented 5 months ago

Is the collectives data available through the API?

For the collectives metadata, you can find the API in appinfo/routes.php. The base URL is /apps/collectives/, followed by the routes defined there.

For accessing the markdown files themselves, it's the normal DAV API, as documented here.