1. 30 Mar, 2019 38 kayıt (commit)
  2. 29 Mar, 2019 2 kayıt (commit)
    • Andras Timar's avatar
      Use Colibre icon theme in Online · 1e7aa2d8
      Andras Timar yazdı
      Change-Id: I3c0273b736e3a71c4ac566344913c2c8c51231f6
      1e7aa2d8
    • Tor Lillqvist's avatar
      Avoid dialog headings showing up as some serif font in the iOS app · 685e91a7
      Tor Lillqvist yazdı
      Apparently the use of [UIFont systemFontOfSize:10] familyName] to get
      a default font family name is a bad idea. Presumably the return value
      from this, ".SF UI Text", is matched against the list of font family
      names enumerated from the system. (The "SF" apparently stands for "San
      Francisco".) That ".SF UI Text" is not among them, so maybe vcl
      chooses some arbitrary other font instead that happens to be a serif
      one? If we instead use "Helvetica", at least we get a sans-serif font,
      even if it doesn't match the system UI font exactly.
      
      Change-Id: I7ff39d8e7893ce3c27f3f12d227f87209bbc7952
      685e91a7