-
Notifications
You must be signed in to change notification settings - Fork 18
latest changes #65
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
Merged
Merged
latest changes #65
Conversation
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
Got error: "Could not resolve all dependencies .. peer not authenticated" Proposed solution from jitpack/jitpack.io#514 There was a bug in HttpClient library used by Gradle which caused this issue. It was fixed in Gradle 2.11 so upgrading should fix it.
Hide numbers used for ordering list entries ("1. ", "2. ",..) Interpret list entries containing "***" as headlines and show them in bold face and prevent unticking Do not hide IO errors
Preserve ordering number on headings
fix com.afollestad:material-dialogs issues by updating to 0.8.6.0 fix com.mikepenz:aboutlibraries issues by updating to 5.1.1 fix com.mikepenz:materialdrawer issues by updating to 5.0.6
We must update the APP in the fdroid store.
Am 21. August 2018 16:55:54 MESZ schrieb "Thomas E. Horner" <[email protected]>:
…added web ui at /index.php (note: android app endpoint needs to end
with .../api.php)
added synced "checked" flag (strike-through)
added local config file support to avoid overwriting local settings on
update
added support for qr-code scanning and ean->product resolution
etc.
please test it out thoroughly.
You can view, comment on, or merge this pull request online at:
#65
-- Commit Summary --
* Fixed dependency download by upgrading gradle
* Fixed dependeny
* Fixed missing context in logger
* Added save and update of checked attribute
* Added option to scan QR code using the front camera (for a wall
mounted tablet)
* Workaround for repeating items when scrolling list
* Fixed parsing the backend response when deleting items
* Menu access to cached list, save checkmarks in cached list
* Option to hide checked items
* Change front camera selection and use a checkbox
* Raised compile SDK and build tools version
* Added option to add item by scanning a qr code (needs backend
support)
* Added option to rename and delete a selected item
* Fix missing icon for add item by qr code
* Fix missing close of main menu when starting qr code scan
* Fix using the front camera when set in preferences
* Fix keeping list position after update
* Fix crash when api is already busy: Skip updating list
* updated to latest gradle
* updated by android studio
-- File Changes --
D .idea/.name (1)
A .idea/caches/build_file_checksums.ser (0)
A .idea/codeStyles/Project.xml (29)
D .idea/compiler.xml (22)
D .idea/copyright/profiles_settings.xml (3)
D .idea/encodings.xml (6)
M .idea/gradle.xml (2)
M .idea/misc.xml (22)
M .idea/vcs.xml (2)
M ShoppingList.iml (2)
M app/app.iml (108)
M app/build.gradle (18)
M app/src/main/java/org/janb/shoppinglist/CONSTS.java (1)
M app/src/main/java/org/janb/shoppinglist/LOGGER.java (3)
M app/src/main/java/org/janb/shoppinglist/activity/MainActivity.java
(17)
M app/src/main/java/org/janb/shoppinglist/api/ListAPI.java (15)
M
app/src/main/java/org/janb/shoppinglist/fragments/CacheListFragment.java
(18)
M
app/src/main/java/org/janb/shoppinglist/fragments/SettingsFragment.java
(2)
M
app/src/main/java/org/janb/shoppinglist/fragments/ShoppingListFragment.java
(110)
M
app/src/main/java/org/janb/shoppinglist/model/ShoppingListAdapter.java
(27)
M app/src/main/java/org/janb/shoppinglist/model/ShoppingListItem.java
(10)
A app/src/main/res/drawable/ic_delete_white_24dp.png (0)
A app/src/main/res/drawable/ic_photo_camera_black_48dp.png (0)
M app/src/main/res/layout/dialog_add_custom.xml (1)
M app/src/main/res/layout/dialog_update_item.xml (27)
M app/src/main/res/layout/fragment_list.xml (9)
A app/src/main/res/layout/list_row_hidden.xml (5)
M app/src/main/res/menu/menu_main.xml (4)
M app/src/main/res/values-de/strings.xml (6)
M app/src/main/res/values/strings.xml (6)
M app/src/main/res/xml/preferences.xml (4)
M build.gradle (5)
M gradle/wrapper/gradle-wrapper.properties (4)
-- Patch Links --
https://github.com/GroundApps/ShoppingList/pull/65.patch
https://github.com/GroundApps/ShoppingList/pull/65.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#65
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
yes we should. definitely. |
Could you Marke a apk so i could test it.
Am 21. August 2018 17:00:24 MESZ schrieb "Thomas E. Horner" <[email protected]>:
…yes we should. definitely.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#65 (comment)
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
The last update in the store is two years old and has a security issue.
Am 21. August 2018 17:00:24 MESZ schrieb "Thomas E. Horner" <[email protected]>:
…yes we should. definitely.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#65 (comment)
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
@beli3ver here's the program version I use since August. Sorry for missing to provide it earlier: shoppinglist-debug.zip |
that is shown when hitting the back button on the shopping-list screen. now hitting the back button will do what the user expects: end the current activity and go back to where we came from
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
added synced "checked" flag (strike-through)
added support for qr-code scanning and ean->product resolution
etc.
please test it out thoroughly.