1. 18 Dec, 2020 1 commit
  2. 15 Dec, 2020 1 commit
  3. 09 Dec, 2020 11 commits
  4. 07 Dec, 2020 10 commits
  5. 06 Dec, 2020 2 commits
  6. 05 Dec, 2020 1 commit
  7. 04 Dec, 2020 4 commits
  8. 02 Dec, 2020 1 commit
  9. 23 Nov, 2020 1 commit
  10. 21 Nov, 2020 1 commit
  11. 20 Nov, 2020 7 commits
    • topjohnwu's avatar
      Fix strings · 1385d2a4
      topjohnwu authored
      1385d2a4
    • RikkaW's avatar
      Remove filterTouchesWhenObscured in Magisk dialog · 3b5c9abf
      RikkaW authored
      Fix #3363
      3b5c9abf
    • tzagim's avatar
      Update HE strings and fix typos · e0fa032b
      tzagim authored
      e0fa032b
    • omerakgoz34's avatar
      app: Update Turkish translations · 7b69650f
      omerakgoz34 authored
      7b69650f
    • kubalav's avatar
      Slovak language formating · 08a8df48
      kubalav authored
      08a8df48
    • cristisilaghi's avatar
      Update Romanian · 9f35a8a5
      cristisilaghi authored
      9f35a8a5
    • RikkaW's avatar
      Handle window insets with a new way · 0df891b3
      RikkaW authored
      For example, switching pages in home should only have scale and alpha animations, but a "translate y" animation shows. This is because Data Binding is triggered later (like "in the next frame"), causing the animation runs before view attribute changes.
      
      This commit introduces WindowInsetsHelper class and use it to handle all window insets. With the help of LayoutInflaterFactory from the previous commit, we can control insets behavior by adding our attributes to the XML and anything is done by WindowInsetsHelper class.
      
      As changes are highly coupling, this commit also contains new ItemDecoration for lists, replacing the random combination of padding and empty drawable. And "fixEdgeEffect" extension for RecyclerView, making edge effects respect padding.
      0df891b3