Git Product home page Git Product logo

n8's People

Contributors

erdo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

carotkut94

n8's Issues

sample app exit label

There are a few button labels in the sample app that say "...(or exit)".

If the user is automatically navigated back beyond the end of the navigation graph, the user does not exit, the user is left on the home location

the label "(or exit)" should be removed

N8 logo

N8 needs a logo! if no-one volunteers one, it's going to be a crap one drawn by me

setData on locations, verify for nested navigation graphs

  1. This already works for linear navigation graphs (see NavigationModelLinearNavTest and the tests that refer to setData), but we need to verify the behaviour for nested navigation graphs, there are some commented out tests in NavigationModelNestedNavTest but they'll need to be re-written.

  2. Consider changing the advice about using plain Strings to identify locations... you still can, but when we send data to locations, the data needs to be kept as part of the location class itself eg:

    @Serializable
    data class ProductPage(val productId: Int) : Location()

If you used plain Strings to identify your locations eg:

    "ProductPage"

You'd need to implement some custom protocal to handle data for example "{locationName}|{data}" eg:

    "ProductPage|123"

And your UI code would have to parse that (rather than just doing location.productId)


...OK I've considered it ๐Ÿ˜ฌ let's just mention that in the docs where we say you can use String to identify locations and gently encourage people not to do that unless they understand the implication and have some good reason, can link them to this issue

library sources not automatically downloaded in AS

Since more recent versions of gradle, the source code jars are not being downloaded even if they are present in the Maven repo, so they are not available in Android Studio.

This is because at some point I added support for gradle's module format (example) as well as continuing support for maven's older pom format (example).

The module file created by the build does not reference the source files (even though they are present in the repo, example)

This has become a problem with the recent gradle versions that refuse to download source files unless they are explicitly listed in the module file

more info here: https://issuetracker.google.com/issues/329877056

So we need to update the publishing build files. This can be worked on locally by running ./gradlew publishToMavenLocal and then checking the result in the hidden directory: .m2

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.