2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-07-10 14:51:10 +00:00
Commit Graph

1331 Commits

Author SHA1 Message Date
Oliver 303a99d185 New translations app_en.arb (Indonesian)
[ci skip]
2026-07-07 13:36:07 +10:00
Oliver a6c74b132e New translations app_en.arb (Portuguese, Brazilian)
[ci skip]
2026-07-07 13:36:05 +10:00
Oliver d2f088f011 New translations app_en.arb (Vietnamese)
[ci skip]
2026-07-07 13:36:04 +10:00
Oliver 8ad0956fcf New translations app_en.arb (Chinese Traditional)
[ci skip]
2026-07-07 13:36:02 +10:00
Oliver 7c79a08a45 New translations app_en.arb (Chinese Simplified)
[ci skip]
2026-07-07 13:36:01 +10:00
Oliver 9006698b2b New translations app_en.arb (Ukrainian)
[ci skip]
2026-07-07 13:35:59 +10:00
Oliver 7b86d7daf4 New translations app_en.arb (Turkish)
[ci skip]
2026-07-07 13:35:58 +10:00
Oliver 9b084bd91d New translations app_en.arb (Swedish)
[ci skip]
2026-07-07 13:35:57 +10:00
Oliver 084f771511 New translations app_en.arb (Slovenian)
[ci skip]
2026-07-07 13:35:55 +10:00
Oliver c014a190f1 New translations app_en.arb (Slovak)
[ci skip]
2026-07-07 13:35:54 +10:00
Oliver 330737f4b9 New translations app_en.arb (Russian)
[ci skip]
2026-07-07 13:35:53 +10:00
Oliver 546e84a507 New translations app_en.arb (Portuguese)
[ci skip]
2026-07-07 13:35:51 +10:00
Oliver 8b2e77e763 New translations app_en.arb (Polish)
[ci skip]
2026-07-07 13:35:50 +10:00
Oliver cba370555a New translations app_en.arb (Norwegian)
[ci skip]
2026-07-07 13:35:49 +10:00
Oliver fbf9c19d9e New translations app_en.arb (Dutch)
[ci skip]
2026-07-07 13:35:47 +10:00
Oliver 4071852040 New translations app_en.arb (Lithuanian)
[ci skip]
2026-07-07 13:35:46 +10:00
Oliver bd99be1d4b New translations app_en.arb (Korean)
[ci skip]
2026-07-07 13:35:45 +10:00
Oliver ff26945145 New translations app_en.arb (Japanese)
[ci skip]
2026-07-07 13:35:43 +10:00
Oliver 170cbe7cf8 New translations app_en.arb (Italian)
[ci skip]
2026-07-07 13:35:42 +10:00
Oliver c47a1c4d38 New translations app_en.arb (Hungarian)
[ci skip]
2026-07-07 13:35:40 +10:00
Oliver 3c24b2541d New translations app_en.arb (Hebrew)
[ci skip]
2026-07-07 13:35:39 +10:00
Oliver 4309cc0516 New translations app_en.arb (Finnish)
[ci skip]
2026-07-07 13:35:37 +10:00
Oliver 54e30cb11c New translations app_en.arb (Greek)
[ci skip]
2026-07-07 13:35:36 +10:00
Oliver 8100c613ad New translations app_en.arb (German)
[ci skip]
2026-07-07 13:35:35 +10:00
Oliver 01acc4016d New translations app_en.arb (Danish)
[ci skip]
2026-07-07 13:35:33 +10:00
Oliver 5f763d1b87 New translations app_en.arb (Czech)
[ci skip]
2026-07-07 13:35:32 +10:00
Oliver 35f003b6cf New translations app_en.arb (Bulgarian)
[ci skip]
2026-07-07 13:35:31 +10:00
Oliver 47a9550d60 New translations app_en.arb (Spanish)
[ci skip]
2026-07-07 13:35:29 +10:00
Oliver dc00f41160 New translations app_en.arb (French)
[ci skip]
2026-07-07 13:35:28 +10:00
Oliver 0f7d266733 New translations app_en.arb (Romanian)
[ci skip]
2026-07-07 13:35:27 +10:00
Oliver 3647b32cc0 Fix login issues (#852)
- Properly clear secure token
- Better error messages
2026-07-06 23:45:23 +10:00
Oliver e301abebd8 display model pk entries (#851) 2026-07-06 23:18:51 +10:00
Oliver cb6b5a437d Legacy prune (#850)
* Update minimum supported API version

* Remove legacy search support

* Remove supportsContactModel

* More updates

* Final updates

* Remove broken ref
2026-07-06 22:11:29 +10:00
Oliver 349a8e0ef5 UI updates (#849)
* Updated dashboard

- Display "outstanding" badges
- Display "overdue" badges
- Pull-to-refresh

* Remove dead code

* Refactor app colors

* Add "pending shipments" icon

* Remove custom spinner

* Refactor error dialog

* Updated redirect after login

* Refactor login/account pages

- Better UX and confirmation messages

* Refactor API error messages

* Improve token management

- Secure storage
- Handle session expiry
- Per-profile HTTPS certificate checks

* Improved error messages
2026-07-06 21:10:10 +10:00
Oliver f737172180 New Crowdin updates (#848)
* New translations app_en.arb (Arabic)

[ci skip]

* New translations app_en.arb (Arabic)

[ci skip]
2026-07-06 21:03:21 +10:00
Oliver c45744a9f9 New translations app_en.arb (Chinese Simplified) (#847)
[ci skip]
2026-07-04 11:36:52 +10:00
Steven Tang 4a89ec1e8d Improve scan stock item in Issue 617 (#841)
* Support transfer location into sublocation. Fix notification override. Support continous scanning.

* Perform linting as suggested

* Reuse http client and cache the https setting (#845)

This makes the app way faster by not having to redo the TCP and TLS handshake all the time and removing a disk read on each http request.

* Bump version and release notes (#846)

---------

Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2026-07-04 11:36:37 +10:00
Jorropo 4195841827 Reuse http client and cache the https setting (#845)
This makes the app way faster by not having to redo the TCP and TLS handshake all the time and removing a disk read on each http request.
2026-07-02 21:49:17 +10:00
Oliver 9173ad4ee3 New translations app_en.arb (Dutch) (#837)
[ci skip]
2026-06-25 23:43:32 +10:00
Oliver ab8754bd00 Build barcodes (#836)
* Handle scanning of BuildOrder barcodes

* Update release notes

* Add required model type change

* adjust logic
2026-06-17 10:58:20 +10:00
Oliver 4bde91a234 Adjust "default" value for strictHttps (#835)
Note: all calls to this function override the default, so this is *not* a functional change
2026-06-17 10:47:04 +10:00
Oliver 04c654b438 New Crowdin updates (#833)
* New translations app_en.arb (Turkish)

[ci skip]

* New translations app_en.arb (German)

[ci skip]

* New translations app_en.arb (German)

[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)

[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)

[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)

[ci skip]
2026-06-17 10:42:41 +10:00
Oliver 6c74bcb0db New Crowdin updates (#832)
* New translations app_en.arb (Chinese Simplified)

[ci skip]

* New translations app_en.arb (Japanese)

[ci skip]

* New translations app_en.arb (Romanian)

[ci skip]

* New translations app_en.arb (French)

[ci skip]

* New translations app_en.arb (Spanish)

[ci skip]

* New translations app_en.arb (Arabic)

[ci skip]

* New translations app_en.arb (Bulgarian)

[ci skip]

* New translations app_en.arb (Czech)

[ci skip]

* New translations app_en.arb (Danish)

[ci skip]

* New translations app_en.arb (German)

[ci skip]

* New translations app_en.arb (Greek)

[ci skip]

* New translations app_en.arb (Finnish)

[ci skip]

* New translations app_en.arb (Hebrew)

[ci skip]

* New translations app_en.arb (Hungarian)

[ci skip]

* New translations app_en.arb (Italian)

[ci skip]

* New translations app_en.arb (Korean)

[ci skip]

* New translations app_en.arb (Lithuanian)

[ci skip]

* New translations app_en.arb (Dutch)

[ci skip]

* New translations app_en.arb (Norwegian)

[ci skip]

* New translations app_en.arb (Polish)

[ci skip]

* New translations app_en.arb (Portuguese)

[ci skip]

* New translations app_en.arb (Russian)

[ci skip]

* New translations app_en.arb (Slovak)

[ci skip]

* New translations app_en.arb (Slovenian)

[ci skip]

* New translations app_en.arb (Swedish)

[ci skip]

* New translations app_en.arb (Turkish)

[ci skip]

* New translations app_en.arb (Ukrainian)

[ci skip]

* New translations app_en.arb (Chinese Traditional)

[ci skip]

* New translations app_en.arb (Vietnamese)

[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)

[ci skip]

* New translations app_en.arb (Indonesian)

[ci skip]

* New translations app_en.arb (Persian)

[ci skip]

* New translations app_en.arb (Spanish, Mexico)

[ci skip]

* New translations app_en.arb (Thai)

[ci skip]

* New translations app_en.arb (Estonian)

[ci skip]

* New translations app_en.arb (Latvian)

[ci skip]

* New translations app_en.arb (Hindi)

[ci skip]

* New translations app_en.arb (Serbian (Latin))

[ci skip]

* New translations app_en.arb (Czech)

[ci skip]
2026-06-01 21:58:34 +10:00
Oliver a505fb4364 Check for update (#830)
- Closes https://github.com/inventree/inventree-app/issues/730
2026-05-31 10:56:43 +10:00
Oliver 0b0913c77d File picker (#829)
* Update picker packages

* Remove android permissions explicitly

* Fix call signature

* Update gradle settings

* Update version
2026-05-31 09:56:17 +10:00
Oliver e8749b0671 New Crowdin updates (#828)
* New translations app_en.arb (Chinese Simplified)

[ci skip]

* New translations app_en.arb (Japanese)

[ci skip]

* New translations app_en.arb (Romanian)

[ci skip]

* New translations app_en.arb (French)

[ci skip]

* New translations app_en.arb (Spanish)

[ci skip]

* New translations app_en.arb (Arabic)

[ci skip]

* New translations app_en.arb (Bulgarian)

[ci skip]

* New translations app_en.arb (Czech)

[ci skip]

* New translations app_en.arb (Danish)

[ci skip]

* New translations app_en.arb (German)

[ci skip]

* New translations app_en.arb (Greek)

[ci skip]

* New translations app_en.arb (Finnish)

[ci skip]

* New translations app_en.arb (Hebrew)

[ci skip]

* New translations app_en.arb (Hungarian)

[ci skip]

* New translations app_en.arb (Italian)

[ci skip]

* New translations app_en.arb (Korean)

[ci skip]

* New translations app_en.arb (Lithuanian)

[ci skip]

* New translations app_en.arb (Dutch)

[ci skip]

* New translations app_en.arb (Norwegian)

[ci skip]

* New translations app_en.arb (Polish)

[ci skip]

* New translations app_en.arb (Portuguese)

[ci skip]

* New translations app_en.arb (Russian)

[ci skip]

* New translations app_en.arb (Slovak)

[ci skip]

* New translations app_en.arb (Slovenian)

[ci skip]

* New translations app_en.arb (Swedish)

[ci skip]

* New translations app_en.arb (Turkish)

[ci skip]

* New translations app_en.arb (Ukrainian)

[ci skip]

* New translations app_en.arb (Chinese Traditional)

[ci skip]

* New translations app_en.arb (Vietnamese)

[ci skip]

* New translations app_en.arb (Portuguese, Brazilian)

[ci skip]

* New translations app_en.arb (Indonesian)

[ci skip]

* New translations app_en.arb (Persian)

[ci skip]

* New translations app_en.arb (Spanish, Mexico)

[ci skip]

* New translations app_en.arb (Thai)

[ci skip]

* New translations app_en.arb (Estonian)

[ci skip]

* New translations app_en.arb (Latvian)

[ci skip]

* New translations app_en.arb (Hindi)

[ci skip]

* New translations app_en.arb (Serbian (Latin))

[ci skip]
2026-05-31 09:40:51 +10:00
Oliver ea075f35e8 User info (#826)
* Enhanced user information in "about" view

* Add user info to nav drawer

* Update release notes
2026-05-30 14:19:32 +10:00
Oliver 86b126f129 Support "creation_date" field for StockItem (#823)
Ref: https://github.com/inventree/InvenTree/pull/12011
2026-05-27 20:01:03 +10:00
Matthias Mair 9d28ae92d7 use new user-self endpoints (#822)
* report new user-self endpoints

* swich default around and fix roles

* run format
2026-05-22 09:45:07 +10:00
Oliver 148c2da51c Snackbar displays at top (#820)
- Closes https://github.com/inventree/inventree-app/issues/626
2026-05-20 23:43:26 +10:00