Giter VIP home page Giter VIP logo

Comments (4)

Wilm0r avatar Wilm0r commented on June 24, 2024

Hrm, so basically the timetable/tracks view but not grouped anymore, just one enormous list sorted by time?

(Sorry, no idea how I missed this so far!)

from giggity.

zuphilip avatar zuphilip commented on June 24, 2024

Yes, that is correct. Probably it is enough to just do something different in the case for "No events today":

if (sched.getDayNum() == -1) {
fullList.add(this.getResources().getString(R.string.no_events_today));
} else {

from giggity.

Wilm0r avatar Wilm0r commented on June 24, 2024

Hrm, so the "Now and Next" view wouldn't really work that way: It loads the schedule in "today's stuff only" mode, but indeed it could just not do so. But then still it's hardcoded to show, sorted by room order, the currently ongoing event for each room (if any), then the single next item for each. It's not chronological. Though.... I think there were requests to change that, too.

I was thinking searching for * (just star, no quotes) would be a better way to simulate this, but it doesn't seem to work. Putting the letter a in front of it works better, but yay completely random sorting.

The number of views is pretty large already so I'm not sure where to stop with adding options...

from giggity.

zuphilip avatar zuphilip commented on June 24, 2024

The number of views is pretty large already so I'm not sure where to stop with adding options...

One possiblity would be to just use the same "Now and next" view. Since this view does not show anything for non-conference days and "next" could also been seen as "in some days next".

I don't know any details of these code, but maybe one could simply use the first conference day (and the earliest time) for the case that today is not a conference day. Maybe that could be an easy start to a feature here and one could leave open whether and how to continue for all events or some mechanism to go next after the first next etc.

from giggity.

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.