Sort order is case sensitive

Issue #2 resolved
Abizer Nasir created an issue

It might be better to have the repositories listed alphabetically regardless of capitalisation.

Comments (6)

  1. Daniel Tull repo owner

    Yeah, I've been wondering about this.

    On a discussion about capitalisation with Elizabeth last night, I suggested that I'd like to automatically capitalise names in the app, but I don't think it's wise to mess around with people's names for things.

    It should be said that this is the default ordering for iOS, so maybe it's wise to stick with it, but I know what you mean. :)

  2. Abizer Nasir reporter

    Yeah. Strangely, Finder sorts them correctly. Odd when the OS X filesystem isn't case sensitive, but the iOS file system is.

    Hey ho.

  3. Daniel Tull repo owner

    Actually, that makes sense, I think… OS X isn't case sensitive (by default, I tried turning it on once, but Steam and other things just broke) so there's no difference between "Issues" and "issues".

    Like I said, still open to a conversation about this. :)

  4. mikeabdullah

    This has nowt to do with the OS or filesystem. Use -[NSString localizedStandardCompare:] instead.

  5. Log in to comment