Code Monkey home page Code Monkey logo

Comments (51)

lasersPew avatar lasersPew commented on July 30, 2024 2

Issue template for Issues and Feature Request.

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024 1

#56 Some files don't have Syntax Highlighting

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024 1

#56 Some files don't have Syntax Highlighting

I think instead of making this into the roadmap I'll open a different issue later on/have a section in the repo wiki to keep track of the supported/upcoming languages

from diohub.

JarosLucky avatar JarosLucky commented on July 30, 2024 1

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024 1

Issue template for Issues and Feature Request.

In addition to multiple accounts, supporting accounts from different git providers such as gitlab, gitea, gogs would be really cool. The app is much nicer to use than the others that I have used with gitea, and it would be nice to have one application to do it all.

Can be hard to implement since all git providers have different APIs and some git providers doesn't have API at all i guess…

Yep, plus they likely send data in different formats so it'll be a lot of work as that means models that are not designed to a specific API and having to fill data in them manually for every type of Git provider.

We can use modular approach for every git provider though apple doesn't like that. Also, OP will need to create another repo for that(since doing it here is messy)

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024 1

still busy irl?

Not as much anymore, restarted work on the project again, finally😅

also minor suggestion make repo clickable ob home

What do you mean? They're clickable already, aren't they? You're referring to the cards in the feed right?🤔

i am talking about this
IMG_20220817_175748.jpg

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024 1

Can you elaborate on 4 though?

#93 like u upload a screenshot somewhere in files & when u open commits allow to view those pics as well

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024 1

oh and 1 more fix please

arrange folders first then single files

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024 1

one more suggestion:
when viewing commits of a branch by default show commit title and an arrow if user wants to he can view whole thing.

Y this is needed:
in cases of weblate translation there is a whole page of description like signed by bla bla etc which looks weird. Here is the ss

Screenshot_2022-08-30-13-14-18-053_com.felix.diohub.jpg

maybe hide coauthor or something like this & if click on arrow it shows?

from diohub.

mintyleaf avatar mintyleaf commented on July 30, 2024 1

hey!
thanks for this nice client!
I have a two minor suggestions:

  • ability to scroll down in comment list on the issue
  • hook up android 12+ monet theming support

from diohub.

matievisthekat avatar matievisthekat commented on July 30, 2024 1

Suggestion: sorting the files in the "Code tab of a repo the same way the official github website does. I.e. directories at the top and loose files below. Instead of sorting them all as one group, sort them as files and directories separately

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024 1

What happened with this project?

I’m still chipping away in #99 and #121

All the upcoming changes that are either done or almost done are mentioned in the changelog in the branch getting merged.

Honestly I’m getting close to a new release but haven’t had time to get the last few portions done currently.

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

#42

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

#42

Added to the roadmap, thanks!

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

Github Action to automate the release of the apks.

I could help with this one. Can you give me how does this become an APK?

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Yes, I do plan on setting it up, but it's a bit cumbersome because of the way I'll have to set up the keystore to sign the APKs as I cannot add that directly to the repository (very sensitive info).

Do you have anything specific in mind?

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

I think you can create a branch(that's separate) that only you and the bot can access (or you can pass parameters(like an env file) that's stored separately). Or a private repo.

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Protected branches just prevent collaborators from pushing to them, they're still visible.

I'll look into potential ways to set it up after my exams are over. Thank you for looking into it!

from diohub.

danielyrovas avatar danielyrovas commented on July 30, 2024

In addition to multiple accounts, supporting accounts from different git providers such as gitlab, gitea, gogs would be really cool. The app is much nicer to use than the others that I have used with gitea, and it would be nice to have one application to do it all.

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

In addition to multiple accounts, supporting accounts from different git providers such as gitlab, gitea, gogs would be really cool. The app is much nicer to use than the others that I have used with gitea, and it would be nice to have one application to do it all.

Can be hard to implement since all git providers have different APIs and some git providers doesn't have API at all i guess…

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

Material UI v3

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Issue template for Issues and Feature Request.

In addition to multiple accounts, supporting accounts from different git providers such as gitlab, gitea, gogs would be really cool. The app is much nicer to use than the others that I have used with gitea, and it would be nice to have one application to do it all.

Can be hard to implement since all git providers have different APIs and some git providers doesn't have API at all i guess…

Yep, plus they likely send data in different formats so it'll be a lot of work as that means models that are not designed to a specific API and having to fill data in them manually for every type of Git provider.

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Material UI v3

Should be straightforward to implement because of the way the app handles color schemes due to the dynamic color palettes already.

I'll do this theme changes when I add the light theme as well. I'll add it to the roadmap, thanks.

from diohub.

JarosLucky avatar JarosLucky commented on July 30, 2024

Will be added the ability to go to the sub module repository?

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Will be added the ability to go to the sub module repository?

Yes, can you open a new issue for it?

from diohub.

LeSnake04 avatar LeSnake04 commented on July 30, 2024

Yes, I do plan on setting it up, but it's a bit cumbersome because of the way I'll have to set up the keystore to sign the APKs as I cannot add that directly to the repository (very sensitive info).

Do you have anything specific in mind?

Cant you use the build in secrets function ? Or do you have to use keyfiles?

If you have to use them as file, maybe store them encrypted publicly and put the pasword to decrypt them in a GitHub secret

https://docs.github.com/en/actions/security-guides/encrypted-secrets

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

If you have to use them as file, maybe store them encrypted publicly and put the pasword to decrypt them in a GitHub secret.

That's the approach I'm thinking of currently. I'll set it up when the next update is about to be done.

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

Yes, I do plan on setting it up, but it's a bit cumbersome because of the way I'll have to set up the keystore to sign the APKs as I cannot add that directly to the repository (very sensitive info).

Do you have anything specific in mind?

Just seen this gist

Hope this helps.

from diohub.

lasersPew avatar lasersPew commented on July 30, 2024

In app Project Boards(the one in beta)
GitHub actions setup
Built-in editor (with buffer)

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Can be hard to implement since all git providers have different APIs and some git providers doesn't have API at all i guess…

Yep, plus they likely send data in different formats so it'll be a lot of work as that means models that are not designed to a specific API and having to fill data in them manually for every type of Git provider.

We can use modular approach for every git provider though apple doesn't like that. Also, OP will need to create another repo for that(since doing it here is messy)

Yeah, plus there are a lot of features for GitHub itself in the backlog on the roadmap (ie project boards) alongwith an App Store (currently working on the iOS build) and FDroid release, so I'm not sure if and when I could get around to something like this which likely needs to be a separate project based on this one. But hey, never say never!

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

In app Project Boards(the one in beta)

GitHub actions setup

Built-in editor (with buffer)

Thank you. I also need to work on the wiki you suggested, I should get around to it before the next release.

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

When adding strikethrough in roadmap to know which features already got implemented & which left for next release

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

When adding strikethrough in roadmap to know which features already got implemented & which left for next release

I need to rearrange it first, some stuff got shifted down, some got shifted up in the last few months. Will get around to it when I get some free time.

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

When adding strikethrough in roadmap to know which features already got implemented & which left for next release

I need to rearrange it first, some stuff got shifted down, some got shifted up in the last few months. Will get around to it when I get some free time.

still busy irl?

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

still busy irl?

Not as much anymore, restarted work on the project again, finally😅

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

still busy irl?

Not as much anymore, restarted work on the project again, finally😅

yayyyyy

btw instead of releasing app with many new features why not release one with completed features & fixes

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

still busy irl?

Not as much anymore, restarted work on the project again, finally😅

also minor suggestion make repo clickable ob home

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

yayyyyy

btw instead of releasing app with many new features why not release one with completed features & fixes

That's the plan from here on out. I made started work on too much features together so I need to finish them up first, but after that it should be small updates in shorter intervals.

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

still busy irl?

Not as much anymore, restarted work on the project again, finally😅

also minor suggestion make repo clickable ob home

What do you mean? They're clickable already, aren't they? You're referring to the cards in the feed right?🤔

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

yayyyyy

btw instead of releasing app with many new features why not release one with completed features & fixes

That's the plan from here on out. I made started work on too much features together so I need to finish them up first, but after that it should be small updates in shorter intervals.

that was y i am asking release one with bugfixes & dynamic tabs after finishing touches

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

still busy irl?

Not as much anymore, restarted work on the project again, finally😅

also minor suggestion make repo clickable ob home

What do you mean? They're clickable already, aren't they? You're referring to the cards in the feed right?🤔

btw currently u r working on what?

can you proritize these

anchor links views
release sections
edit comments
view pics
comments on single commits
multi account

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

btw currently u r working on what?

can you proritize these

anchor links views
release sections
edit comments
view pics
comments on single commits
multi account

1 is done, 3 is ongoing, and I plan to work on 2 next (although probably in the next release to not delay the current one further)

Other than those, working on a redesign to issues, pulls and repos screen.

Can you elaborate on 4 though?

As for 5 and 6, they're a bit complicated, so they would take a while.

from diohub.

kuya-carlo avatar kuya-carlo commented on July 30, 2024

Can you elaborate on 4 though?

#93 like u upload a screenshot somewhere in files & when u open commits allow to view those pics as well

Since this will look bad on some point, I suggest making it a gallery that can be enlarged when clicked.

from diohub.

HikaruIchijyo avatar HikaruIchijyo commented on July 30, 2024

Since this will look bad on some point, I suggest making it a gallery that can be enlarged when clicked.

pics shouldbe be hidden by default only viewable when u open that specific file in comits section or changed files list

from diohub.

matievisthekat avatar matievisthekat commented on July 30, 2024

Also there's this weird line every 3 notifications that looks quite strange

from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Also there's this weird line every 3 notifications that looks quite strange

That might be notifications for commit comments. The app hadn't implemented the navigation logic for them yet hence they skip them causing the dividers around it to merge. Hopefully should be implemented soon, it's a bit hard to figure out the possible payloads for it as the GitHub API docs are limited with the info they give.

from diohub.

yakuporuc avatar yakuporuc commented on July 30, 2024

*

from diohub.

johanohly avatar johanohly commented on July 30, 2024

What happened with this project?

from diohub.

johanohly avatar johanohly commented on July 30, 2024

What happened with this project?

I’m still chipping away in #99 and #121

All the upcoming changes that are either done or almost done are mentioned in the changelog in the branch getting merged.

Honestly I’m getting close to a new release but haven’t had time to get the last few portions done currently.

Oh awesome, I just looked at the commit history of the default branch, and thought it was dead.

from diohub.

GUdokermensz avatar GUdokermensz commented on July 30, 2024

#71



from diohub.

NamanShergill avatar NamanShergill commented on July 30, 2024

Considering this roadmap is WIDLY outdated, and hard to keep up to date, I'll add an updated roadmap here later: https://github.com/NamanShergill/diohub/blob/development/roadmap.md

Dev release for the next update is out: https://github.com/NamanShergill/diohub/releases/tag/v1.dev

from diohub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.