about summary refs log tree commit diff
path: root/app.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Add largeHeap to AndroidManifest.xml (#2191)Eric Bailey2023-12-121-0/+1
|
* 1.58Paul Frazee2023-12-111-2/+2
|
* Bump ios and android build numbersPaul Frazee2023-12-101-2/+2
|
* Bump ios buildPaul Frazee2023-12-091-1/+1
|
* Multiple notifications fixes (#2154)Paul Frazee2023-12-091-1/+1
| | | | | | | | | | | | | | | * Dont reset notifications feed on push notification event * Dont separate notifications by read state to avoid jank * On notifications screen focus, check latest and only rerender if not scrolled down * Reuse the cached notifs page when its not stale * Bump ios build number * Improve comments * Change the 'mark all read' condition to avoid firing too early
* Bump ios build numberPaul Frazee2023-12-081-1/+1
|
* Bump ios build numberPaul Frazee2023-12-071-1/+1
|
* Increment ios build numberPaul Frazee2023-12-061-1/+1
|
* Bump ios build numberPaul Frazee2023-12-051-1/+1
|
* Bump ios build numberPaul Frazee2023-12-051-1/+1
|
* Bump ios build numberPaul Frazee2023-12-041-1/+1
|
* Bump ios build numberPaul Frazee2023-11-301-1/+1
|
* Bump ios build numberPaul Frazee2023-11-291-1/+1
|
* Full send Sentry (#2018)Eric Bailey2023-11-281-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update build profiles, sentry config * Enable sentry * Ok actually enable in dev * Remove debug * Add TF build * Fix typo * Remove debug * Remove unecessary config * Fix typo * Set env in Expo * Remove scripts * Clarify * Replace invalid character * Align on release/dist * Add build version * Just use package version * Align dist
* Bump ios build numberPaul Frazee2023-11-271-1/+1
|
* create build v1.57 (#2000)Ansh2023-11-261-1/+1
|
* Increment iOS buildnumber & android version code for releasePaul Frazee2023-11-031-2/+2
|
* Bump ios build numberPaul Frazee2023-11-021-1/+1
|
* 1.56Paul Frazee2023-11-011-2/+2
|
* 1.55Paul Frazee2023-10-301-2/+2
|
* 1.54Paul Frazee2023-10-141-2/+2
|
* 1.53Paul Frazee2023-10-101-3/+3
|
* Bump build revisionPaul Frazee2023-10-061-2/+2
|
* 1.52Paul Frazee2023-10-061-3/+3
|
* Bump android version codePaul Frazee2023-09-221-1/+1
|
* Bump ios build numberPaul Frazee2023-09-221-1/+1
|
* Bump ios buildnumberPaul Frazee2023-09-211-1/+1
|
* Bump ios build numberPaul Frazee2023-09-201-1/+1
|
* Bump ios build numberPaul Frazee2023-09-191-1/+1
|
* 1.51Paul Frazee2023-09-181-2/+2
|
* 1.50Paul Frazee2023-09-111-2/+2
|
* Make Sentry optional (#1416)dan2023-09-081-0/+114
* Move app.json -> app.config.js * Make Sentry optional