dyweb / gitlab-android

Unofficial GitLab Android client. Support self hosted GitLab and Push notifications
Apache License 2.0
10 stars 2 forks source link

Roadmap #2

Open at15 opened 8 years ago

at15 commented 8 years ago

This is only a proposal, no the real road map.

User, Project, Issue

at15 commented 8 years ago

@xplorld @BrotherJing @gaocegege @arrowrowe @LukeXuan @ComMouse

Looking forward to your comments.

gaocegege commented 8 years ago

我只是来watch下,看看能不能在毕业前用上这样的Client而已/w\

BrotherJing commented 8 years ago

主页

侧边栏

Project Detail

at15 commented 8 years ago

@BrotherJing LabCoat有个问题,它里面很多链接都没有处理,都是直接打开浏览器的,而应用内打开肯定是更好的。有API获取RSS地址么? 这个如果麻烦可以暂时不做,先把项目那里的做好。另外我记得安卓可以用特定的链接来启动应用?这样可以分享的时候用特定的链接,安卓就可以直接打开客户端看了。

BrotherJing commented 8 years ago

@at15 LabCoat里面就有读取rss的。需要打开链接的好像都是rss。API提供的都可以应用内跳转。不过rss里面那些链接应该可以自己解析

你说的是这个吗 https://github.com/dyweb/android-stuff/blob/master/weekly/20160227.md#什么是deeplink

at15 commented 8 years ago

@BrotherJing 不是,我说的是 intent,就是要把 gitlab 里默认 render 出来的链接,比如 http://git.tongqu.me/tongqu/tongqu-web/issues/1 改成点击后直接在当前应用里开个新 activity。

BrotherJing commented 8 years ago

@at15 就是在应用外点击链接跳转到应用内吧

at15 commented 8 years ago

@BrotherJing 不全是..... gitlab 里render出来的html,链接都是指向网页的 http://git.tongqu.me/xxx/xxx ,点击之后会打开浏览器,而不是打开新的 activity。 其他应用里点击 http 链接打开应用是不是就得用你说的那个 deep link 了?