Commit graph

458 commits

Author SHA1 Message Date
Michael Kirk e53766d809 "Bump build to 2.29.3.1." 2018-09-13 09:59:05 -05:00
Michael Kirk 99b2564994 "Bump build to 2.29.3.0." 2018-09-09 13:50:39 -05:00
Michael Kirk 17da53257f "Bump build to 2.29.2.4." 2018-09-07 16:37:37 -06:00
Matthew Chen cc117b385c Modify environment accessors to use our 'shared' convention. 2018-09-07 16:20:59 -04:00
Matthew Chen 3a12446be8 Modify environment accessors to use our 'shared' convention. 2018-09-07 16:20:41 -04:00
Matthew Chen bcceda1861 Respond to CR. 2018-09-07 16:05:57 -04:00
Matthew Chen cfb511aa57 Respond to CR. 2018-09-07 16:00:32 -04:00
Matthew Chen 399dd13cee Add test app context; use mock "document" and "shared data container" directories in tests, use mock keychain storage in tests. 2018-09-07 15:37:40 -04:00
Matthew Chen f9eab5cd24 Merge remote-tracking branch 'origin/release/2.29.2' 2018-09-07 15:27:50 -04:00
Michael Kirk c7662b5a86 Step 2/2 %s/OWSAssert/OWSAssertDebug for existing previous assert semantics
Going forward, we want to prefer safer asserts, but we don't want to blindly
apply crashing asserts across the codebase
2018-09-07 10:00:48 -06:00
Matthew Chen 654c98d805 "Bump build to 2.29.2.3." 2018-09-06 16:10:51 -04:00
Michael Kirk 17f1ba3b9e "Bump build to 2.29.2.2." 2018-09-06 12:50:37 -06:00
Michael Kirk a92be0811b "Bump build to 2.29.2.1." 2018-09-06 12:49:46 -06:00
Michael Kirk c0b9639aac "Bump build to 2.29.2.0." 2018-09-04 13:50:46 -06:00
Matthew Chen f4d1f25656 Merge remote-tracking branch 'origin/release/2.29.1' 2018-09-04 09:27:41 -04:00
Michael Kirk d37827de1d "Bump build to 2.29.2.1." 2018-08-31 16:58:34 -06:00
Michael Kirk c81e0a58be "Bump build to 2.29.2.0." 2018-08-31 16:56:11 -06:00
Michael Kirk 055fe76c91 "Bump build to 2.29.1.1." 2018-08-30 21:24:08 -06:00
Michael Kirk c709fe220c "Bump build to 2.29.1.0." 2018-08-30 19:28:08 -06:00
Matthew Chen cc5a480baa Apply OWS log functions in Objective-C. 2018-08-27 12:58:52 -04:00
Matthew Chen 03829779cc Apply OWS log functions in Objective-C. 2018-08-27 12:58:52 -04:00
Matthew Chen c0d486b1f1 Apply OWS log functions in Objective-C. 2018-08-27 12:58:52 -04:00
Matthew Chen 3a50377902 Apply OWS log functions in Objective-C. 2018-08-27 12:58:52 -04:00
Matthew Chen 713606271c Rename fail macros in Obj-C. 2018-08-27 10:29:51 -04:00
Matthew Chen 5b50e81b4f Rename fail macros in Swift. 2018-08-27 10:27:48 -04:00
Matthew Chen 7be8f30877 Apply -> Never. 2018-08-27 10:21:03 -04:00
Matthew Chen cf6f3841a8 Apply new Swift logging. 2018-08-27 10:02:28 -04:00
Michael Kirk 1d2590fa12 Merge tag '2.29.0.17' 2018-08-24 16:22:07 -06:00
Michael Kirk 82e559d11b Use swift macros for main thread assert 2018-08-23 10:29:49 -06:00
Matthew Chen 2c8cec183c "Bump build to 2.29.0.17." 2018-08-22 16:07:14 -04:00
Matthew Chen bc7efaf4ad "Bump build to 2.29.0.16." 2018-08-21 16:37:02 -04:00
Matthew Chen 10ab97bb6c "Bump build to 2.29.0.15." 2018-08-21 16:35:47 -04:00
Matthew Chen fb9958b1da "Bump build to 2.29.0.14." 2018-08-20 15:38:58 -04:00
Michael Kirk 191b0232be SAE uses statusBarHeight via OWSNavigationController via OWSNavbar
// FREEBIE
2018-08-20 12:21:48 -06:00
Matthew Chen 7020798e3f "Bump build to 2.29.0.13." 2018-08-17 13:39:31 -04:00
Matthew Chen 6e4414f477 "Bump build to 2.29.0.12." 2018-08-16 17:30:44 -04:00
Matthew Chen 87d51aaa82 "Bump build to 2.29.0.11." 2018-08-16 16:08:15 -04:00
Matthew Chen a712a20da0 "Bump build to 2.29.0.10." 2018-08-16 13:34:11 -04:00
Matthew Chen d9d73ba70c "Bump build to 2.29.0.9." 2018-08-16 12:21:03 -04:00
Matthew Chen 1e75b6518b "Bump build to 2.29.0.8." 2018-08-16 12:21:03 -04:00
Matthew Chen 30ce675236 "Bump build to 2.29.0.7." 2018-08-16 12:21:03 -04:00
Matthew Chen 7766cb6d73 "Bump build to 2.29.0.6." 2018-08-15 15:39:07 -04:00
Matthew Chen 408689bbfc "Bump build to 2.29.0.5." 2018-08-15 14:41:30 -04:00
Matthew Chen 606b0debc7 "Bump build to 2.29.0.4." 2018-08-15 14:31:14 -04:00
Matthew Chen 26001e49d1 Unify log tags. 2018-08-15 10:24:29 -04:00
Michael Kirk e56abeac39 "Bump build to 2.29.0.3." 2018-08-10 17:14:43 -06:00
Michael Kirk c05700fd98 Log in OWSFail
step 1: rename OWSFail->OWSFailNoProdLog
step 2: rename OWSProdLogAndFail->OWSFail
step 3: Convert OWSFailNoProdLog->OWSFail where we want logging
step 4: Rename OWSCFail->OWSCFailNoProdLog
step 5: Rename OWSProdLogAndCFail -> OWSCFail
step 6: Convert OWSCFailNoProdLog -> OWSCFail where we want logging
2018-08-09 15:30:19 -06:00
Matthew Chen 5f468f4267 "Bump build to 2.29.0.2." 2018-08-09 16:05:34 -04:00
Matthew Chen db92704b50 "Bump build to 2.29.0.1." 2018-08-08 16:01:26 -04:00
Matthew Chen 5d3b0f7939 "Bump build to 2.29.0.0." 2018-08-08 14:44:04 -04:00
Matthew Chen b3c62d91be Merge remote-tracking branch 'origin/release/2.28.1' 2018-08-08 13:51:52 -04:00
Matthew Chen 45e782c243 Revamp orphan data cleaner. 2018-08-07 13:07:26 -04:00
Michael Kirk 882c699db3 "Bump build to 2.28.1.5." 2018-08-06 13:48:25 -06:00
Michael Kirk 01b6634ac1 synthesize appLaunchTime 2018-08-06 13:46:56 -06:00
Michael Kirk 15dfa6e979 "Bump build to 2.28.1.4." 2018-08-06 13:37:03 -06:00
Michael Kirk 9e45104eee "Bump build to 2.28.1.3." 2018-08-06 13:34:55 -06:00
Michael Kirk 5039a6a9e5 "Bump build to 2.28.1.2." 2018-08-06 13:18:11 -06:00
Matthew Chen 463addaa6c Ignore new calls in the incomplete calls job. 2018-08-06 14:10:25 -04:00
Matthew Chen 9b45a15c35 Merge branch 'release/2.28.1' 2018-08-06 09:01:19 -04:00
Michael Kirk 0bc03b0fd4 Move seed 2018-08-03 14:26:43 -06:00
Matthew Chen c8f33e4fc6 "Bump build to 2.28.1.1." 2018-08-03 15:58:42 -04:00
Matthew Chen d6d16ed162 "Bump build to 2.28.1.0." 2018-08-03 11:31:55 -04:00
Matthew Chen dfc39b4a1d Tidy files. 2018-08-01 09:46:05 -04:00
Matthew Chen e6bc37d941 Tidy files. 2018-08-01 09:46:05 -04:00
Michael Kirk 48a69c46d8 "Bump build to 2.28.0.15." 2018-07-31 16:07:22 -06:00
Michael Kirk 181d99d80e "Bump build to 2.28.0.14." 2018-07-26 17:33:09 -06:00
Michael Kirk 1824d7dcef "Bump build to 2.28.0.13." 2018-07-25 14:17:01 -06:00
Michael Kirk 6518aa24a3 "Bump build to 2.28.0.12." 2018-07-23 16:10:38 -06:00
Michael Kirk 9d279b4d85 "Bump build to 2.28.0.11." 2018-07-20 16:26:50 -06:00
Michael Kirk 1c9a47416a "Bump build to 2.28.0.10." 2018-07-17 14:54:07 -06:00
Michael Kirk b9f3e08e93 "Bump build to 2.28.0.9." 2018-07-16 17:27:20 -06:00
Michael Kirk 7d0733fa88 "Bump build to 2.28.0.8." 2018-07-13 17:05:48 -06:00
Michael Kirk 4a2a6362b6 "Bump build to 2.28.0.7." 2018-07-12 19:23:34 -06:00
Michael Kirk 19173a20b9 "Bump build to 2.28.0.6." 2018-07-11 17:35:58 -06:00
Michael Kirk 5caa289bc3 "Bump build to 2.28.0.5." 2018-07-10 17:06:39 -06:00
Michael Kirk 28abf426f1 White status bar for call screen
Transition to VC controlled status bar style.
2018-07-10 11:36:40 -06:00
Michael Kirk 9abea36633 "Bump build to 2.28.0.4." 2018-07-09 17:58:54 -06:00
Michael Kirk 74ce3012cf "Bump build to 2.28.0.3." 2018-07-06 18:24:24 -06:00
Michael Kirk 881d4be581 "Bump build to 2.28.0.2." 2018-07-05 18:08:38 -06:00
Michael Kirk 0292e1dd3f "Bump build to 2.28.0.1." 2018-07-03 18:19:12 -06:00
Michael Kirk 0f34f76611 Merge tag '2.27.1.1' 2018-07-03 18:19:01 -06:00
Michael Kirk 677b898bfc "Bump build to 2.27.1.1." 2018-07-03 18:15:39 -06:00
Michael Kirk 2c1693c941 Revert "Revert "Revert "Disable contact sharing."""
This reverts commit 57e3d0d5f9.
2018-07-03 18:15:07 -06:00
Michael Kirk 847fa3cf06 "Bump build to 2.27.1.0." 2018-07-03 18:12:52 -06:00
Michael Kirk 283556ed01 "Bump build to 2.28.0.0." 2018-07-02 15:32:33 -06:00
Matthew Chen 1412998b4a Rework isRTL. 2018-07-02 15:27:24 -04:00
Michael Kirk 767f06b09f fixup status bar 2018-06-29 16:48:43 -06:00
Michael Kirk 104e63ded9 remove appearance juggling 2018-06-29 16:27:37 -06:00
Michael Kirk f8abe32ae9 more styling to new nav colors 2018-06-29 16:27:37 -06:00
Michael Kirk c918118509 "Bump build to 2.27.0.7." 2018-06-28 19:18:14 -06:00
Michael Kirk 57e3d0d5f9 Revert "Revert "Disable contact sharing.""
This reverts commit 91af7d3855.
2018-06-28 19:17:25 -06:00
Michael Kirk ad351de5cf "Bump build to 2.27.0.6." 2018-06-26 15:02:08 -06:00
Michael Kirk 05b200c607 "Bump build to 2.27.0.5." 2018-06-25 18:20:00 -06:00
Michael Kirk 825e3f4ac0 "Bump build to 2.27.0.4." 2018-06-22 15:04:52 -06:00
Michael Kirk 676f8fc030 "Bump build to 2.27.0.3." 2018-06-21 18:06:15 -06:00
Matthew Chen a7a9eb2a73 "Bump build to 2.27.0.2." 2018-06-21 17:23:50 -04:00
Matthew Chen 4bd3f8cbf6 "Bump build to 2.27.0.1." 2018-06-20 18:10:25 -04:00
Matthew Chen 6ca3688cd4 "Bump build to 2.27.0.0." 2018-06-19 12:58:05 -04:00
Matthew Chen 32336e38e1 Merge tag '2.26.0.26' 2018-06-15 11:47:23 -04:00
Matthew Chen 9b948141d0 "Bump build to 2.26.0.26." 2018-06-15 11:41:46 -04:00