Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-20 | Implement statistics | Jason A. Donenfeld | |
2019-10-16 | Google doesn't want to enable others to support free open source software | Jason A. Donenfeld | |
Revert "preferences: add donation link" This reverts commit e5455f579aec48abb30ba68b0248b02d79303126. The app was removed from the Play Store for violating their payments policy. Upon filing an appeal, I was told that they do not allow donations to projects like WireGuard. | |||
2019-10-14 | Download modules after verifying signify signature | Jason A. Donenfeld | |
2019-10-12 | export: use content resolver on android Q+ | Jason A. Donenfeld | |
2019-10-12 | preferences: add donation link | Jason A. Donenfeld | |
2019-06-05 | TunnelList: Get focus to toggle button via remote for Fire TV | Revath S Kumar | |
This removes a no-longer-needed workaround for the ListView OnItemClickListener (it won't fire if a focusable view is inside the item view). Since converting our ListView instances to RecyclerView instances, we set the OnClick and OnLongClick listeners directly on the item view, and this workaround no longer has any effect. Unsurprisingly, the workaround breaks focusability of the Switch, which is necessary to toggle tunnels on devices with keypad-based navigation, such as the Fire TV. This commit also adds explicit focusability hints for the Switch. Related mail thread: https://lists.zx2c4.com/pipermail/wireguard/2019-May/004112.html Reported-by: Christophe-Marie Duquesne <chmd@chmd.fr> Reported-by: Revath S Kumar <gmail@revathskumar.com> [Samuel: sorted attributes; expanded commit message] Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2019-03-19 | strings: %i is invalid | Jason A. Donenfeld | |
2019-02-17 | project: bump dependencies | Jason A. Donenfeld | |
2018-12-18 | strings: squelch warning on multiple %s | Jason A. Donenfeld | |
2018-12-18 | Migrate to AndroidX | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2018-12-15 | Clean up error messages | Samuel Holland | |
2018-12-11 | Squelch xml warning | Jason A. Donenfeld | |
2018-12-11 | Order strings | Jason A. Donenfeld | |
2018-12-11 | Localize exception messages | Zachary Wander | |
2018-12-08 | Remodel the Model | Samuel Holland | |
- The configuration and crypto model is now entirely independent of Android classes other than Nullable and TextUtils. - Model classes are immutable and use builders that enforce the appropriate optional/required attributes. - The Android config proxies (for Parcelable and databinding) are moved to the Android side of the codebase, and are designed to be safe for two-way databinding. This allows proper observability in TunnelDetailFragment. - Various robustness fixes and documentation updates to helper classes. | |||
2018-11-11 | Auto-format the source directories | Samuel Holland | |
Blame Jason for writing Java in vim. | |||
2018-10-01 | strings: properly mark positionals | Jason A. Donenfeld | |
2018-08-26 | Extract error messages to string resources | Harsh Shandilya | |
Useful for validation errors and localisation later on Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-30 | Style: use attrs from appcompat rather than from frameworks | Jason A. Donenfeld | |
This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here. | |||
2018-07-30 | Show different color for multiselection | Jason A. Donenfeld | |
2018-07-30 | Replace hard-coded colors with theme colors | Jason A. Donenfeld | |
2018-07-30 | Remove placeholder color and directly use alpha | Harsh Shandilya | |
Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-29 | ConfigNamingDialog: use name input filter | Jason A. Donenfeld | |
2018-07-29 | MSF: make it more obvious what needs to be done | Jason A. Donenfeld | |
2018-07-29 | MainActivity: only show two column on tablets | Jason A. Donenfeld | |
2018-07-28 | MainActivity: Fix fragment selection logic | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-07-25 | style: coloring the navbar looks a bit strange when rotated | Jason A. Donenfeld | |
2018-07-25 | qrcode: minor adjustments | Jason A. Donenfeld | |
2018-07-25 | Added QR code scanner as tunnel import method | Eric Kuck | |
2018-07-23 | Make placeholder pretty | Jason A. Donenfeld | |
2018-07-22 | Show help text when no tunnels are imported | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-22 | RTL layout fixes | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-20 | fab: move in direct ratio to scroll | Jason A. Donenfeld | |
2018-07-20 | UI: use background color for navbar in dark mode | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-20 | fab: make icons always white | Jason A. Donenfeld | |
With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however. | |||
2018-07-20 | theme: use less disgusting color | Jason A. Donenfeld | |
Harsh's "users" were offended by the dark theme. So, we change the accent to that used by gboard's dark theme, which should be pretty uncontroversial. | |||
2018-07-18 | fab: add fab sized padding at bottom of recycler view | Jason A. Donenfeld | |
This way we can keep scrolling when there are exactly the right number of items, so that the toggle switch becomes visible. | |||
2018-07-18 | fab: make fab respond to recyclerview scroll events | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-18 | fab: slide fab up when a snackbar shows | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-12 | TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918 | Jason A. Donenfeld | |
2018-07-11 | fab: use support library's rendering | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-09 | QuickTileService: automatically slash the tile | Jason A. Donenfeld | |
2018-07-09 | Request VPN permissions on activation | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-08 | Switch from ListView to RecyclerView | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-06 | PeerEditor: put exclusion checkbox next to label | Jason A. Donenfeld | |
2018-07-06 | AppListDialogFragment: add deselect all button | Jason A. Donenfeld | |
2018-07-06 | PeerEditor: add exclude private IPs functionality | Jason A. Donenfeld | |
2018-07-06 | TunnelEditor: fix nits | Jason A. Donenfeld | |
2018-07-06 | AppListDialogFragment: add implementation for excluding applications | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-06 | TunnelEditor: better looking buttons | Jason A. Donenfeld | |