https://kotlinlang.org logo
#compose
Title
# compose
s

Sam

10/08/2020, 7:06 PM
This is quite possibly the dumbest question ever, but how do I actually browse files on googlesource.com? Looking for the dev branch (I think
androidx-master-dev
?) so I can browse
compose/navigation/navigation/samples/src/main/java/androidx/compose
. It’s so different than github/gitlab and I have no idea why tapping the branch doesn’t take me to a directory of files
i

Ian Lake

10/08/2020, 7:10 PM
If you want to browse AndroidX code, you should be using cs.android.com
e

ephemient

10/08/2020, 7:10 PM
cs.android.com doesn't index all branches though
that screenshot looks like gerrit, the code review system
i

Ian Lake

10/08/2020, 7:11 PM
It does index
androidx-master-dev
, which is the only public branch for AndroidX
s

Sam

10/08/2020, 7:11 PM
oh, so gerrit is like github issues+pull requests but without any file browser?
e

ephemient

10/08/2020, 7:12 PM
ah, yeah, that would be enough for androidx. but also everything is visible at https://android.googlesource.com/platform/frameworks/support
s

Sam

10/08/2020, 7:13 PM
@ephemient this is what i was looking for! tysm i will use both this and cs.android.com 🙏
i

Ian Lake

10/08/2020, 7:40 PM
The Code Search site has an "Edit Code" button where you can create pull requests right from the web (for say, typos)
c

Colton Idle

10/09/2020, 8:34 AM
No idea you could edit code in CS. Also... thanks for the breakdown of issues, PRs, and browsing!
5 Views