From ef0f8c60c3781689b8bee2bc276741b2455f85d1 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 17 Aug 2022 15:59:04 +0100 Subject: [PATCH] v1.0.2 - Fix issues with jumper buttons, add tests for them --- .idea/workspace.xml | 55 +++++++++++++++++-- build.gradle | 2 +- .../william278/paginedown/ListOptions.java | 2 +- .../william278/paginedown/PaginatedList.java | 46 +++++++++------- .../paginedown/PaginatedListTests.java | 38 +++++++++++++ 5 files changed, 116 insertions(+), 27 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a829567..e6add69 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,12 @@