Skip to content

Commit

Permalink
Merge pull request #73 from tink-ab/release-1.1.6
Browse files Browse the repository at this point in the history
MON-1742 - release-1.1.6
  • Loading branch information
muhammad-umair-shafique authored Jun 20, 2024
2 parents 52abc1f + ef0a4ce commit 67cb071
Show file tree
Hide file tree
Showing 190 changed files with 615 additions and 189 deletions.
2 changes: 0 additions & 2 deletions MIGRATION_GUIDE_TO_VERSION_1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ Use the new ___TinkMoneyManager___ and pass to the entrypoint parameter, the ___
backPressedListener = myBackPressedListener,
editPendingTransaction = true,
enableTransactionDetail = true,
enableRecommendedBudget = true,
enableBudgetCreationSuccessScreen = true,
entryPoint = overviewEntrypoint,
containerId = R.id.fragmentContainer,
fragmentManager = supportFragmentManager
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ val config =
enableTransactionDetail = false, // Determines the behaviour of the SDK when the user clicks on a transaction. Defaults to true.
enableRecommendedBudget = true, // Determines if SDK can show Recommended Budgets. Defaults to true.
enableBudgetCreationSuccessScreen = true, // Determines if SDK can show Budget Confirmation Screen. Defaults to true.
enableSafeToSpend = true, // Determines if SDK can show Recurring expense in Transaction list. Defaults to true.
entryPoint = overviewEntrypoint, // The Money Manager feature to launch.
containerId = R.id.fragmentContainer, // The resource ID of the container which will contain the Tink Fragment.
fragmentManager = supportFragmentManager // The FragmentManager which performs the Tink fragment transaction.
Expand All @@ -110,7 +111,7 @@ If you want to launch a different entrypoint, please refer to one of the followi
* [Accounts](https://docs.tink.com/resources/money-manager/money-manager-android/accounts-for-android)
* [Budgets](https://docs.tink.com/resources/money-manager/money-manager-android/sdk-budgets)
* [Recommended Budgets](https://docs.tink.com/resources/money-manager/money-manager-android/sdk-recommended-budgets)
* [Statistics: Income, Expense, Left to spend](https://docs.tink.com/resources/money-manager/money-manager-android/sdk-statistics)
* [Statistics: Income, Expense, Left to spend, Safe to spend](https://docs.tink.com/resources/money-manager/money-manager-android/sdk-statistics)
* [Transactions](https://docs.tink.com/resources/money-manager/money-manager-android/sdk-transactions)

#### Finance Overview entrypoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</div>
<div>
1.1.5 </div>
1.1.6 </div>
<div class="pull-right d-flex">
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
Expand Down
Loading

0 comments on commit 67cb071

Please sign in to comment.