-
-
Notifications
You must be signed in to change notification settings - Fork 224
Migrate to new group id #1046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Migrate to new group id #1046
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
b8823ff
First changes to DBHelper to adapt to the new group id
Altonss 1c16bd8
Update DBHelper.java
Altonss a89ccff
Improve DBHelper and adapt Group.java to id changes
5fb95d9
Fix group issues in importer
2091d8c
Update ManageGroupCursorAdapter to group id
8559128
Update CatimaExporter and LoyaltyCardViewActivity.java
6ab5959
Further update to group id
cd22bcb
Clean up ManageGroupsActivity.java and update tests to new group id
dc9719d
Merge branch 'master' into patch-2
Altonss 067333e
Fix ManageGroupsActivity.java because of merge conflicts
d9a2076
Migrate CatimaImporter to group id scheme
c3b5675
Migrate CatimaImporter to group id scheme
2dfe164
Fix updateMissingGroup test
220cf7d
Fix addRemoveOneGroup test
d6edde5
Fix typo in DBHelper migration to v16 database
632b6d0
Fix the join for database version migration
86e160a
Update DBHelper.java
Altonss 97bf6af
Update DatabaseTest.java
Altonss 1117b05
Update DatabaseTest.java
Altonss 7becd03
Fix DatabaseTest.java
1a76020
Fix MainActivity.java : group._id was still used instead of group.name
99dc81b
Fix importGroup
cbe778d
Add extra check to not insert new group with duplicate name
4d5104b
Add extra check to not insert new group with duplicate name
1f8f725
Fix group id that was still used in GroupCursorAdapter instead of name
69dbf3b
Fix handling of group in importCardGroupMappingV3
ed724b8
Remove strangely failing test to see what happens during the unit tes…
7b28926
Revert "Remove strangely failing test to see what happens during the …
3ec1a47
Rewrite some failing tests because of list order
9831c9b
Remove not necessary order by group id
29a8838
Merge branch 'master' into patch-2
Altonss 8d0a50c
Remove unused lines
6e76d56
Merge remote-tracking branch 'my-repo/patch-2' into patch-2
57c5816
Fix version number in parseV3 error message
132b9a9
Improved importGroupV3 handling
5c26966
Add tests by group id
4a24199
Remove useless groupName usage
3046d34
Add group order to export and import
01f7b93
Removed unused equals and hashCode methods in Group class
99a2632
Revert back to the use of whereAttrs, withArgs
e4363c9
Check if the new name already exists before updating group
5aba54f
Fix alphabetical ordering of groups
a7bd6c0
Move addGroup to id
8b6030c
Move addGroup to id
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.